First published: Mon Jul 10 2023(Updated: )
### Impact 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. 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 allowing the call of unrestricted Python code and therefore potentially allowing arbitrary code execution in the Python interpreter. 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 `Script (Python)`, `DTML Method`, `DTML Document` or `Zope Page Template`. This is a non-default configuration and likely to be extremely rare. ### Patches The problem has been fixed in releases 5.3 and 6.1. ### Workarounds There is no workaround available. If you cannot upgrade to the latest release you should ensure the RestrictedPython environment is only available for trusted users. ### References - [RestrictedPython security advisory GHSA-wqc8-x2pr-7jqh](https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-wqc8-x2pr-7jqh) ## For more information If you have any questions or comments about this advisory: - Open an issue in the [RestrictedPython issue tracker](https://github.com/zopefoundation/RestrictedPython/issues) - Email us at [security@plone.org](mailto:security@plone.org) ## Credits Thanks for analysing and reporting the go to: - Nakul Choudhary (Quasar0147 on GitHub) - despawningbone on GitHub - Robert Xiao (nneonneo on GitHub)
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/restrictedpython | >=0<5.3 | 5.3 |
pip/RestrictedPython | >=6.0a1.dev0<6.1 | 6.1 |
pip/RestrictedPython | <5.3 | 5.3 |
Zope Restrictedpython | <5.3 | |
Zope Restrictedpython | =6.0-a1.dev0 | |
Zope Restrictedpython | =6.0 |
https://github.com/zopefoundation/RestrictedPython/commit/c8eca66ae49081f0016d2e1f094c3d72095ef531
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-37271 is a vulnerability that affects RestrictedPython, a tool used to define a subset of the Python language.
The impact of CVE-2023-37271 is that it allows an attacker with access to a RestrictedPython environment to write code that can access stack frames and their attributes, potentially leading to unauthorized access or privilege escalation.
The software affected by CVE-2023-37271 is Zope RestrictedPython version up to 5.3, Zope RestrictedPython version 6.0-a1.dev0, and Zope RestrictedPython version 6.0.
CVE-2023-37271 has a severity rating of critical with a severity value of 9.
To fix CVE-2023-37271, update to Zope RestrictedPython version 6.1 or higher, or update the pip package 'restrictedpython' to version 5.3 or higher.