vendor:
PHP-Fusion
by:
Easyex
7.5
CVSS
HIGH
Database Backup Vulnerability
532
CWE
Product Name: PHP-Fusion
Affected Version From: 6.00.105 and below
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2005
PHP-Fusion db backup proof-of-concept
When a database backup is made, it is saved in /administration/db_backups/ on 6.0 and on 5.0 it is saved in /fusion_admin/db_backups/. The backup file can be saved in 2 formats: .sql or .sql.gz and is hidden by a blank index.php file but can be downloaded client-side. An attacker can generate 0001 to 9999 and request the file and download it. If a db file is found, an attacker can get the admin hash and crack it or retrieve other sensitive information from the db.
Mitigation:
Ensure that the database backup files are not accessible from the web server.