VYPR

Restrictedpython

by Foundation

pypi: restrictedpython

Source repositories

CVEs (4)

  • CVE-2023-37271HigJul 11, 2023
    risk 0.48cvss 8.4epss 0.01

    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…

  • CVE-2023-41039HigAug 30, 2023
    risk 0.47cvss 8.3epss 0.01

    RestrictedPython is a restricted execution environment for Python to run untrusted code. Python's "format" functionality allows someone controlling the format string to "read" all objects accessible through recursive attribute lookup and subscription from objects he can access.…

  • CVE-2025-22153HigJan 23, 2025
    risk 0.44cvss 7.9epss 0.00

    RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment. Via a type confusion bug in versions of the CPython interpreter starting in 3.11 and prior to 3.13.2 when using `try/except*`,…

  • CVE-2024-47532MedSep 30, 2024
    risk 0.35cvss 6.5epss 0.01

    RestrictedPython is a restricted execution environment for Python to run untrusted code. A user can gain access to protected (and potentially sensible) information indirectly via AttributeError.obj and the string module. The problem will be fixed in version 7.3. As a workaround,…