Debian Restrictedpython vulnerabilities
4 known vulnerabilities affecting debian/restrictedpython.
Total CVEs
4
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH3LOW1
Vulnerabilities
Page 1 of 1
CVE-2025-22153LOWCVSS 7.9fixed in restrictedpython 8.0-1 (forky)2025
CVE-2025-22153 [HIGH] CVE-2025-22153: restrictedpython - RestrictedPython is a tool that helps to define a subset of the Python language ...
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.
debian
CVE-2024-47532HIGHCVSS 8.7fixed in restrictedpython 8.0-1 (forky)2024
CVE-2024-47532 [HIGH] CVE-2024-47532: restrictedpython - RestrictedPython is a restricted execution environment for Python to run untrust...
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 remove
debian
CVE-2023-37271HIGHCVSS 8.4fixed in restrictedpython 6.2-1 (forky)2023
CVE-2023-37271 [HIGH] CVE-2023-37271: restrictedpython - RestrictedPython is a tool that helps to define a subset of the Python language ...
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 RestrictedPython. Pri
debian
CVE-2023-41039HIGHCVSS 8.3fixed in restrictedpython 6.2-1 (forky)2023
CVE-2023-41039 [HIGH] CVE-2023-41039: restrictedpython - RestrictedPython is a restricted execution environment for Python to run untrust...
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`, the f
debian