vendor:
php-fusion
by:
SunCSR (Sun* Cyber Security Research - ThienNV)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: php-fusion
Affected Version From: 9.03.50
Affected Version To: 9.03.50
Patch Exists: YES
Related CWE: N/A
CPE: a:php-fusion:php-fusion:9.03.50
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 + XAMPP 7.4.5
2020
php-fusion 9.03.50 – ‘ctype’ SQL Injection
I've identified an SQL injection vulnerability in the php-fusion 9.03.50 that affects the endpoint /php-fusion/administration/comments.php and can be exploited via the ctype param. An attacker can manipulate the SQL statements that are sent to the MySQL database and inject malicious SQL statements. The attacker is able to change the logic of SQL statements executed against the database or extract sensitive information.
Mitigation:
Input validation, parameterized queries, and stored procedures can help mitigate SQL injection attacks.