restrictedpython@3.4.2 vulnerabilities
RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
-
latest version
7.4
-
latest non vulnerable version
-
first published
17 years ago
-
latest version published
2 months ago
-
licenses detected
- [0,)
Direct Vulnerabilities
Known vulnerabilities in the restrictedpython package. This does not include vulnerabilities belonging to this package’s dependencies.
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.Vulnerability | Vulnerable Version |
---|---|
RestrictedPython is a RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment. Affected versions of this package are vulnerable to Uncaught Exception in How to fix Uncaught Exception? Upgrade |
[,7.3)
|
RestrictedPython is a RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment. Affected versions of this package are vulnerable to Access Control Bypass via the How to fix Access Control Bypass? Upgrade |
[,5.4)
[6.0,6.2)
|
RestrictedPython is a RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment. Affected versions of this package are vulnerable to Arbitrary Code Execution via stack frame sandbox escape due to not checking access to stack frames and their attributes. Stack frames are accessible within at least generators and generator expressions, which are allowed inside RestrictedPython. An attacker with access to a RestrictedPython environment can write code that gets the current stack frame in a generator and then walk the stack all the way beyond the RestrictedPython invocation boundary, thus breaking out of the restricted scope and allowing the call of unrestricted Python code, therefore potentially allowing arbitrary code execution in the Python interpreter. Note: All RestrictedPython deployments that allow untrusted users to write Python code in the RestrictedPython environment are at risk. In terms of Zope and Plone, this would mean deployments where the administrator allows untrusted users to create and/or edit objects of type How to fix Arbitrary Code Execution? Upgrade |
[,5.3)
[6.0a1.dev0,6.1)
|