CVE-2011-0419
Apache Portable Runtime < 1.4.3 - Denial of Service via fnmatch *? Sequence Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-0419. PoCs published by Maksymilian Arciemowicz.
AI-analyzed exploit summary This exploit targets a denial-of-service vulnerability in Apache APR versions prior to 1.4.4 by sending a crafted HTTP request with a long query string to a directory with mod_autoindex enabled. The PoC creates a long filename and a malicious .htaccess file to trigger excessive CPU usage.
Description
Stack consumption vulnerability in the fnmatch implementation in apr_fnmatch.c in the Apache Portable Runtime (APR) library before 1.4.3 and the Apache HTTP Server before 2.2.18, and in fnmatch.c in libc in NetBSD 5.1, OpenBSD 4.8, FreeBSD, Apple Mac OS X 10.6, Oracle Solaris 10, and Android, allows context-dependent attackers to cause a denial of service (CPU and memory consumption) via *? sequences in the first argument, as demonstrated by attacks against mod_autoindex in httpd.
Exploits (1)
This exploit targets a denial-of-service vulnerability in Apache APR versions prior to 1.4.4 by sending a crafted HTTP request with a long query string to a directory with mod_autoindex enabled. The PoC creates a long filename and a malicious .htaccess file to trigger excessive CPU usage.