CVE-2014-0226
Apache HTTP Server 2.2.0-2.2.28 - Denial of Service via mod_status Scoreboard Handling
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2014-0226. PoCs published by Marek Kroemeke, shreesh1.
AI-analyzed exploit summary This is a detailed technical writeup explaining the race condition in Apache httpd's mod_status (CVE-2014-0226), leading to heap buffer overflows or information leaks. It describes the vulnerability in ap_escape_logitem and how multi-threading can exploit it.
Description
Race condition in the mod_status module in the Apache HTTP Server before 2.4.10 allows remote attackers to cause a denial of service (heap-based buffer overflow), or possibly obtain sensitive credential information or execute arbitrary code, via a crafted request that triggers improper scoreboard handling within the status_handler function in modules/generators/mod_status.c and the lua_ap_scoreboard_worker function in modules/lua/lua_request.c.
Exploits (2)
This is a detailed technical writeup explaining the race condition in Apache httpd's mod_status (CVE-2014-0226), leading to heap buffer overflows or information leaks. It describes the vulnerability in ap_escape_logitem and how multi-threading can exploit it.
This PoC exploits CVE-2014-0226, a DoS vulnerability in Apache HTTP Server's mod_status module. It floods the server with random requests while continuously querying the server-status page, causing excessive memory consumption.