RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment. Via a type confusion bug in versions of the CPython interpreter starting in 3.11 and prior to 3.13.2 when using `try/except*`, RestrictedPython starting in version 6.0 and prior to version 8.0 could be bypassed. The issue is patched in version 8.0 of RestrictedPython by removing support for `try/except*` clauses. No known workarounds are available.
References
Configurations
No configuration.
History
23 Jan 2025, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-23 18:15
Updated : 2025-01-23 18:15
NVD link : CVE-2025-22153
Mitre link : CVE-2025-22153
CVE.ORG link : CVE-2025-22153
JSON object : View
Products Affected
No product.
CWE
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')