VYPR

PyPI package

restrictedpython

pkg:pypi/restrictedpython

Vulnerabilities (4)

  • CVE-2025-22153HigJan 23, 2025
    affected >= 6.0, < 8.0fixed 8.0

    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*`, Restr

  • CVE-2024-47532Sep 30, 2024
    affected < 7.3fixed 7.3

    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,

  • CVE-2023-41039Aug 30, 2023
    affected < 5.4fixed 5.4

    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. T

  • CVE-2023-37271Jul 11, 2023
    affected < 5.3fixed 5.3

    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 gener