CVE-2006-0887
PHPLib < 7.4a - Remote Code Execution via Base64-Encoded Cookie
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-0887. PoCs published by GulfTech Security.
AI-analyzed exploit summary The writeup details a SQL injection vulnerability in PHPLib's session handling code, which can lead to remote code execution via crafted session IDs. It includes technical analysis of the vulnerable function and a proof-of-concept HTTP request demonstrating the exploit.
Description
Eval injection vulnerability in sessions.inc in PHP Base Library (PHPLib) before 7.4a, when index.php3 from the PHPLib distribution is available on the server, allows remote attackers to execute arbitrary PHP code by including a base64-encoded representation of the code in a cookie. NOTE: this description was significantly updated on 20060605 to reflect new details after an initial vague advisory.
Exploits (1)
The writeup details a SQL injection vulnerability in PHPLib's session handling code, which can lead to remote code execution via crafted session IDs. It includes technical analysis of the vulnerable function and a proof-of-concept HTTP request demonstrating the exploit.