CVE-2007-1381
PHP - Buffer Overflow in wddx_deserialize via Malformed STRING Element
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-1381. PoCs published by Stefan Esser.
AI-analyzed exploit summary This exploit demonstrates a buffer overflow vulnerability in PHP's wddx_deserialize() function, which can lead to a denial-of-service (DoS) condition. The PoC sends malformed WDDX data to trigger the crash.
Description
The wddx_deserialize function in wddx.c 1.119.2.10.2.12 and 1.119.2.10.2.13 in PHP 5, as modified in CVS on 20070224 and fixed on 20070304, calls strlcpy where strlcat was intended and uses improper arguments, which allows context-dependent attackers to execute arbitrary code via a WDDX packet with a malformed overlap of a STRING element, which triggers a buffer overflow.
Exploits (1)
This exploit demonstrates a buffer overflow vulnerability in PHP's wddx_deserialize() function, which can lead to a denial-of-service (DoS) condition. The PoC sends malformed WDDX data to trigger the crash.