Zopefoundation Restrictedpython vulnerabilities

4 known vulnerabilities affecting zopefoundation/restrictedpython.

Total CVEs
4
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH3

Vulnerabilities

Page 1 of 1
CVE-2025-22153HIGHCVSS 7.9v>= 6.0, < 8.02025-01-23
CVE-2025-22153 [HIGH] CWE-843 CVE-2025-22153: RestrictedPython is a tool that helps to define a subset of the Python language which allows to prov 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 byp
ghsanvdosv
CVE-2024-47532HIGHCVSS 8.7fixed in 7.32024-09-30
CVE-2024-47532 [HIGH] CWE-200 CVE-2024-47532: RestrictedPython is a restricted execution environment for Python to run untrusted code. A user can RestrictedPython is a restricted execution environment for Python to run untrusted code. A user can gain access to protected (and potentially sensible) information indirectly via AttributeError.obj and the string module. The problem will be fixed in version 7.3. As a workaround, If the application does not require access to the module string, it can re
ghsanvdosv
CVE-2023-41039HIGHCVSS 7.7fixed in 5.4v>= 6.0, < 6.12023-08-30
CVE-2023-41039 [HIGH] CWE-74 CVE-2023-41039: RestrictedPython is a restricted execution environment for Python to run untrusted code. Python's "f RestrictedPython is a restricted execution environment for Python to run untrusted code. Python's "format" functionality allows someone controlling the format string to "read" all objects accessible through recursive attribute lookup and subscription from objects he can access. This can lead to critical information disclosure. With `RestrictedPython`,
ghsanvdosv
CVE-2023-37271CRITICALCVSS 9.9v>= 6.0a1.dev0, < 6.1fixed in 5.32023-07-11
CVE-2023-37271 [CRITICAL] CWE-913 CVE-2023-37271: RestrictedPython is a tool that helps to define a subset of the Python language which allows users t RestrictedPython is a tool that helps to define a subset of the Python language which allows users to provide a program input into a trusted environment. RestrictedPython does not check access to stack frames and their attributes. Stack frames are accessible within at least generators and generator expressions, which are allowed inside RestrictedP
ghsanvdosv