CVE-2024-47532

Source
https://cve.org/CVERecord?id=CVE-2024-47532
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-47532.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-47532
Aliases
Downstream
Published
2024-09-30T15:29:57.907Z
Modified
2026-05-16T03:55:00.469096936Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
RestrictedPython information leakage via `AttributeError.obj` and the `string` module
Details

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, If the application does not require access to the module string, it can remove it from RestrictedPython.Utilities.utility_builtins or otherwise do not make it available in the restricted execution environment.

Database specific
{
    "cwe_ids": [
        "CWE-200"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/47xxx/CVE-2024-47532.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages