CVE-2023-37271

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. Prior to versions 6.1 and 5.3, 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 sandbox and 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. The problem has been fixed in versions 6.1 and 5.3.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:zope:restrictedpython:*:*:*:*:*:*:*:*
cpe:2.3:a:zope:restrictedpython:6.0:-:*:*:*:*:*:*
cpe:2.3:a:zope:restrictedpython:6.0:a1.dev0:*:*:*:*:*:*

History

19 Jul 2023, 18:32

Type Values Removed Values Added
First Time Zope
Zope restrictedpython
CPE cpe:2.3:a:zope:restrictedpython:6.0:a1.dev0:*:*:*:*:*:*
cpe:2.3:a:zope:restrictedpython:*:*:*:*:*:*:*:*
cpe:2.3:a:zope:restrictedpython:6.0:-:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.9
References (MISC) https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-wqc8-x2pr-7jqh - (MISC) https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-wqc8-x2pr-7jqh - Vendor Advisory
References (MISC) https://github.com/zopefoundation/RestrictedPython/commit/c8eca66ae49081f0016d2e1f094c3d72095ef531 - (MISC) https://github.com/zopefoundation/RestrictedPython/commit/c8eca66ae49081f0016d2e1f094c3d72095ef531 - Patch

11 Jul 2023, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-07-11 18:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-37271

Mitre link : CVE-2023-37271

CVE.ORG link : CVE-2023-37271


JSON object : View

Products Affected

zope

  • restrictedpython
CWE
CWE-913

Improper Control of Dynamically-Managed Code Resources