CVE-2012-0031
Apache HTTP Server < 2.0.65 - Denial of Service via Scoreboard Shared Memory Segment
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2012-0031. PoCs published by halfdog.
AI-analyzed exploit summary This exploit targets a vulnerability in Apache 2.2 where a child process can modify the shared memory segment to trigger an invalid free in the parent process during shutdown, leading to a denial of service (DoS). The proof-of-concept includes code to locate and modify the shared memory segment to exploit the vulnerability.
Description
scoreboard.c in the Apache HTTP Server 2.2.21 and earlier might allow local users to cause a denial of service (daemon crash during shutdown) or possibly have unspecified other impact by modifying a certain type field within a scoreboard shared memory segment, leading to an invalid call to the free function.
Exploits (1)
This exploit targets a vulnerability in Apache 2.2 where a child process can modify the shared memory segment to trigger an invalid free in the parent process during shutdown, leading to a denial of service (DoS). The proof-of-concept includes code to locate and modify the shared memory segment to exploit the vulnerability.