CVE-2006-1549
PHP 4.4.2 and 5.1.2 - Denial of Service via Recursive Function Execution
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-1549. PoCs published by Maksymilian Arciemowicz.
AI-analyzed exploit summary This exploit leverages a denial-of-service vulnerability in PHP by sending a crafted request with a large string payload, causing PHP to crash and terminate webserver threads. The attack is executed via a command injection in a curl request.
Description
PHP 4.4.2 and 5.1.2 allows local users to cause a crash (segmentation fault) by defining and executing a recursive function. NOTE: it has been reported by a reliable third party that some later versions are also affected.
Exploits (1)
This exploit leverages a denial-of-service vulnerability in PHP by sending a crafted request with a large string payload, causing PHP to crash and terminate webserver threads. The attack is executed via a command injection in a curl request.