Exploitation Summary
EIP tracks 1 public exploit for CVE-2005-3388. PoCs published by Stefan Esser.
AI-analyzed exploit summary This exploit demonstrates a cross-site scripting (XSS) vulnerability in PHP by injecting arbitrary JavaScript code via the `GLOBALS` parameter in a URL. The vulnerability arises from insufficient input sanitization, allowing script execution in the context of the affected site.
Description
Cross-site scripting (XSS) vulnerability in the phpinfo function in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5 allows remote attackers to inject arbitrary web script or HTML via a crafted URL with a "stacked array assignment."
Exploits (1)
This exploit demonstrates a cross-site scripting (XSS) vulnerability in PHP by injecting arbitrary JavaScript code via the `GLOBALS` parameter in a URL. The vulnerability arises from insufficient input sanitization, allowing script execution in the context of the affected site.