CVE-2004-1724
php_fusion - Unprotected Database Backup Exposure via World-Writable Directory
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-1724. PoCs published by Ahmad Muammar.
AI-analyzed exploit summary This is a vulnerability writeup describing an information disclosure issue in PHP-Fusion where unauthenticated attackers can download database backups containing sensitive user data and password hashes. The issue is due to improper access controls on backup files.
Description
The ReadMe First.txt file in PHP-Fusion 4.0 instructs users to set the permissions on the fusion_admin/db_backups directory to world read/write/execute (777), which allows remote attackers to download or view database backups, which have easily guessable filenames and contain the administrator username and password.
Exploits (1)
This is a vulnerability writeup describing an information disclosure issue in PHP-Fusion where unauthenticated attackers can download database backups containing sensitive user data and password hashes. The issue is due to improper access controls on backup files.