ghsa-r6v3-hpxj-r8rv
Vulnerability from github
Published
2019-06-07 20:56
Modified
2024-10-15 16:41
Severity ?
VLAI Severity ?
Summary
Code Injection in PyXDG
Details
A code injection issue was discovered in PyXDG before 0.26 via crafted Python code in a Category element of a Menu XML document in a .menu file. XDG_CONFIG_DIRS must be set up to trigger xdg.Menu.parse parsing within the directory containing this file. This is due to a lack of sanitization in xdg/Menu.py before an eval call.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "pyxdg" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.26" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-12761" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2019-06-07T10:24:55Z", "nvd_published_at": "2019-06-06T19:29:00Z", "severity": "HIGH" }, "details": "A code injection issue was discovered in PyXDG before 0.26 via crafted Python code in a Category element of a Menu XML document in a .menu file. XDG_CONFIG_DIRS must be set up to trigger xdg.Menu.parse parsing within the directory containing this file. This is due to a lack of sanitization in xdg/Menu.py before an eval call.", "id": "GHSA-r6v3-hpxj-r8rv", "modified": "2024-10-15T16:41:13Z", "published": "2019-06-07T20:56:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-12761" }, { "type": "WEB", "url": "https://gist.github.com/dhondta/b45cd41f4186110a354dc7272916feba" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/pyxdg/PYSEC-2019-199.yaml" }, { "type": "PACKAGE", "url": "https://github.com/takluyver/pyxdg" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/06/msg00006.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2021/08/msg00003.html" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-PYTHON-PYXDG-174562" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Code Injection in PyXDG" }
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.
Loading…
Loading…