CVE-2023-37271High· 8.4▾ TwilightRestrictedPython vulnerable to arbitrary code execution via stack frame sandbox escape
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 46.2 · likelihood 0.2 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 12.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
0.8%
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.
The problem has been fixed in releases 5.3 and 6.1.
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.
If you have any questions or comments about this advisory:
Thanks for analysing and reporting the go to:
restrictedpython < 5.3restrictedpython >= 6.0a1.dev0, < 6.1restrictedpython < 5.3Upgrade to a patched release:
restrictedpython 5.3restrictedpython 6.1restrictedpython 5.3Connected by shared product, vendor, weakness, or advisory.
CVE-2026-76825High· 8.4RestrictedPython is a tool that helps define a subset of the Python language for accepting program input in a trusted environment
CVE-2026-55830High· 8.3RestrictedPython guard hooks can be shadowed via positional-only arguments
CVE-2025-22153High· 7.9try/except* clauses could allow bypass RestrictedPython via type confusion bug in the CPython interpreter