mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-28 01:04:30 +00:00
978 B
978 B
CVE-2019-12761
Description
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.
POC
Reference
- https://gist.github.com/dhondta/b45cd41f4186110a354dc7272916feba
- https://gist.github.com/dhondta/b45cd41f4186110a354dc7272916feba
- https://snyk.io/vuln/SNYK-PYTHON-PYXDG-174562
- https://snyk.io/vuln/SNYK-PYTHON-PYXDG-174562
Github
No PoCs found on GitHub currently.