Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-76825
Published:September 16, 2026
Updated:September 22, 2026
RestrictedPython is a tool that helps define a subset of the Python language for accepting program input in a trusted environment. Prior to 8.4, RestrictedPython could allow a sandbox escape when a custom import policy or globals exposed the standard library string module, the string.Formatter class, a Formatter instance, or a Formatter subclass to restricted code. The string.Formatter methods format, get_field, get_value, and vformat performed attribute and item traversal internally without passing through RestrictedPython's safer_getattr protections. Restricted code could use those live object references to reach function globals, builtins, file access, or code execution primitives, affecting confidentiality, integrity, and availability in the host environment. This issue is fixed in version 8.4.
Affected Packages
restrictedpython (CONDA):
Affected version(s) >=5.1 <8.4
Fix Suggestion:
Update to version 8.4
https://github.com/zopefoundation/RestrictedPython.git (GITHUB):
Affected version(s) >=3.4.2 <8.4
Fix Suggestion:
Update to version 8.4
restrictedpython (PYTHON):
Affected version(s) >=3.4.2 <8.4
Fix Suggestion:
Update to version 8.4
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
8.4
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Protection Mechanism Failure
Integer Overflow to Buffer Overflow
Exposure of Sensitive Information to an Unauthorized Actor
Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')