In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The <executable-name>._pth file (e.g., the python._pth file) is not affected.
The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product's direct control.
Link | Tags |
---|---|
https://bugs.python.org/issue41304 | patch vendor advisory issue tracking |
https://github.com/python/cpython/pull/21495 | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20200731-0003/ | third party advisory |