Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-1700. PoCs published by Stefan Esser.
AI-analyzed exploit summary This exploit targets a vulnerability in PHP's session handling (CVE-2007-1700) by manipulating the session variables to execute arbitrary shellcode. The PoC includes a protection line to prevent accidental execution and is designed for PHP versions 4 and 5.
Description
The session extension in PHP 4 before 4.4.5, and PHP 5 before 5.2.1, calculates the reference count for the session variables without considering the internal pointer from the session globals, which allows context-dependent attackers to execute arbitrary code via a crafted string in the session_register after unsetting HTTP_SESSION_VARS and _SESSION, which destroys the session data Hashtable.
Exploits (1)
This exploit targets a vulnerability in PHP's session handling (CVE-2007-1700) by manipulating the session variables to execute arbitrary shellcode. The PoC includes a protection line to prevent accidental execution and is designed for PHP versions 4 and 5.