CVE-2007-1287
PHP 4.4.3-4.4.6 - Cross-Site Scripting via phpinfo GET POST or COOKIE Array Values
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-1287. PoCs published by Stefan Esser.
AI-analyzed exploit summary This is a functional proof-of-concept for a cross-site scripting (XSS) vulnerability in PHP 4's phpinfo() function. The exploit demonstrates how passing a crafted array parameter with embedded JavaScript can trigger XSS when the phpinfo() page is rendered.
Description
A regression error in the phpinfo function in PHP 4.4.3 to 4.4.6, and PHP 6.0 in CVS, allows remote attackers to conduct cross-site scripting (XSS) attacks via GET, POST, or COOKIE array values, which are not escaped in the phpinfo output, as originally fixed for CVE-2005-3388.
Exploits (1)
This is a functional proof-of-concept for a cross-site scripting (XSS) vulnerability in PHP 4's phpinfo() function. The exploit demonstrates how passing a crafted array parameter with embedded JavaScript can trigger XSS when the phpinfo() page is rendered.