Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-4507. PoCs published by shinnai.
AI-analyzed exploit summary This exploit demonstrates a local buffer overflow in PHP 5.2.3's `ntuser_getuserlist()` function, allowing control over EIP, ESP, and EBP registers. The PoC uses a crafted buffer to trigger the overflow, potentially leading to arbitrary code execution.
Description
Multiple buffer overflows in the php_ntuser component for PHP 5.2.3 allow context-dependent attackers to cause a denial of service or execute arbitrary code via long arguments to the (1) ntuser_getuserlist, (2) ntuser_getuserinfo, (3) ntuser_getusergroups, or (4) ntuser_getdomaincontroller functions.
Exploits (1)
This exploit demonstrates a local buffer overflow in PHP 5.2.3's `ntuser_getuserlist()` function, allowing control over EIP, ESP, and EBP registers. The PoC uses a crafted buffer to trigger the overflow, potentially leading to arbitrary code execution.