ghsa-5rfv-66g4-jr8h
Vulnerability from github
Published
2024-09-30 17:14
Modified
2025-01-21 17:59
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
8.7 (High) - 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
8.7 (High) - 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
Summary
RestrictedPython information leakage via `AttributeError.obj` and the `string` module
Details
Impact
A user can gain access to protected (and potentially sensible) information indirectly via AttributeError.obj
and the string
module.
Patches
The problem will be fixed in version 7.3.
Workarounds
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "RestrictedPython" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "7.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-47532" ], "database_specific": { "cwe_ids": [ "CWE-200" ], "github_reviewed": true, "github_reviewed_at": "2024-09-30T17:14:00Z", "nvd_published_at": "2024-09-30T16:15:09Z", "severity": "HIGH" }, "details": "### Impact\nA user can gain access to protected (and potentially sensible) information indirectly via `AttributeError.obj` and the `string` module.\n\n### Patches\nThe problem will be fixed in version 7.3.\n\n\n### Workarounds\nIf 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.\n", "id": "GHSA-5rfv-66g4-jr8h", "modified": "2025-01-21T17:59:45Z", "published": "2024-09-30T17:14:00Z", "references": [ { "type": "WEB", "url": "https://github.com/zopefoundation/RestrictedPython/security/advisories/GHSA-5rfv-66g4-jr8h" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47532" }, { "type": "WEB", "url": "https://github.com/zopefoundation/RestrictedPython/commit/d701cc36cccac36b21fa200f1f2d1945a9a215e6" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/restrictedpython/PYSEC-2024-186.yaml" }, { "type": "PACKAGE", "url": "https://github.com/zopefoundation/RestrictedPython" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" }, { "score": "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", "type": "CVSS_V4" } ], "summary": "RestrictedPython information leakage via `AttributeError.obj` and the `string` module" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.