CVE-2008-6498
XAMPP 1.6.8 - Cross-Site Request Forgery via xampppasswd Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-6498. PoCs published by bi0, Michael Brooks.
AI-analyzed exploit summary This is a writeup describing an authentication bypass vulnerability in XAMPP 1.7.2 where the 'xamppsecurity.php' page is accessible remotely, allowing unauthorized password changes for .htaccess and phpMyAdmin.
Description
Cross-site request forgery (CSRF) vulnerability in security/xamppsecurity.php in XAMPP 1.6.8 allows remote attackers to hijack the authentication of users for requests that change a certain .htaccess password via the xampppasswd parameter.
Exploits (2)
This is a writeup describing an authentication bypass vulnerability in XAMPP 1.7.2 where the 'xamppsecurity.php' page is accessible remotely, allowing unauthorized password changes for .htaccess and phpMyAdmin.
This exploit leverages a combination of global variable manipulation and XSRF to bypass IP-based restrictions and change the administrative password for XAMPP's security directories. It exploits the use of `extract($_POST)` to overwrite the `$_SERVER[REMOTE_ADDR]` variable, allowing an attacker to spoof their IP address as 127.0.0.1.