Uncaught Exception Affecting restrictedpython package, versions [,7.3)
Threat Intelligence
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-RESTRICTEDPYTHON-8132100
- published 30 Sep 2024
- disclosed 30 Sep 2024
- credit Quasar0147, dronex7070
Introduced: 30 Sep 2024
CVE-2024-47532 Open this link in a new tabHow to fix?
Upgrade RestrictedPython
to version 7.3 or higher.
Overview
RestrictedPython is a RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
Affected versions of this package are vulnerable to Uncaught Exception in _AttributeDelegator
, which allows attackers to expose string
data associated with an AttributeError.obj
.
Workaround
This vulnerability can be avoided by removing the string
module from RestrictedPython.Utilities.utility_builtins
.