Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-3569. PoCs published by Khashayar Fereidani.
AI-analyzed exploit summary This exploit demonstrates a cross-site scripting (XSS) vulnerability in XAMPP for Linux by injecting a malicious script via the 'text' parameter in the ming.php file. The PoC shows how arbitrary JavaScript can be executed in the context of the affected site.
Description
Multiple cross-site scripting (XSS) vulnerabilities in XAMPP 1.6.7, when register_globals is enabled, allow remote attackers to inject arbitrary web script or HTML via the text parameter to (1) iart.php and (2) ming.php.
Exploits (2)
This exploit demonstrates a cross-site scripting (XSS) vulnerability in XAMPP for Linux by injecting a malicious script via the 'text' parameter in the ming.php file. The PoC shows how arbitrary JavaScript can be executed in the context of the affected site.
This exploit demonstrates a cross-site scripting (XSS) vulnerability in XAMPP for Linux by injecting arbitrary JavaScript code via the 'text' parameter in the iart.php file. The vulnerability arises due to insufficient input sanitization.