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

18 lines
994 B
Markdown

### [CVE-2009-0023](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0023)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The apr_strmatch_precompile function in strmatch/apr_strmatch.c in Apache APR-util before 1.3.5 allows remote attackers to cause a denial of service (daemon crash) via crafted input involving (1) a .htaccess file used with the Apache HTTP Server, (2) the SVNMasterURI directive in the mod_dav_svn module in the Apache HTTP Server, (3) the mod_apreq2 module for the Apache HTTP Server, or (4) an application that uses the libapreq2 library, which triggers a heap-based buffer underflow.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpuapr2013-1899555.html
#### Github
No PoCs found on GitHub currently.