mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
984 B
984 B
CVE-2012-0876
Description
The XML parser (xmlparse.c) in expat before 2.1.0 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via an XML file with many identifiers with the same value.
POC
Reference
- http://bugs.python.org/issue13703#msg151870
- http://www.oracle.com/technetwork/topics/security/bulletinjul2016-3090568.html
- http://www.ubuntu.com/usn/USN-1527-1
- https://kc.mcafee.com/corporate/index?page=content&id=SB10365
- https://www.tenable.com/security/tns-2016-20
Github
No PoCs found on GitHub currently.