Files
CVEs-PoC/2009/CVE-2009-1955.md
T
2024-06-18 02:51:15 +02:00

19 lines
937 B
Markdown

### [CVE-2009-1955](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1955)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The expat XML parser in the apr_xml_* interface in xml/apr_xml.c in Apache APR-util before 1.3.7, as used in the mod_dav and mod_dav_svn modules in the Apache HTTP Server, allows remote attackers to cause a denial of service (memory consumption) via a crafted XML document containing a large number of nested entity references, as demonstrated by a PROPFIND request, a similar issue to CVE-2003-1564.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpuapr2013-1899555.html
- https://www.exploit-db.com/exploits/8842
#### Github
No PoCs found on GitHub currently.