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 ._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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Python | Python | 3.7.0 (including) | 3.7.9 (excluding) |
Python | Python | 3.8.0 (including) | 3.8.5 (excluding) |
Python2.7 | Ubuntu | trusty | * |
Python3.4 | Ubuntu | trusty | * |
Python3.5 | Ubuntu | trusty | * |
Python3.6 | Ubuntu | trusty | * |
Python3.7 | Ubuntu | trusty | * |
Python3.8 | Ubuntu | trusty | * |
Python3.9 | Ubuntu | trusty | * |
This might allow attackers to execute their own programs, access unauthorized data files, or modify configuration in unexpected ways. If the product uses a search path to locate critical resources such as programs, then an attacker could modify that search path to point to a malicious program, which the targeted product would then execute. The problem extends to any type of critical resource that the product trusts. Some of the most common variants of untrusted search path are: