vendor:
PHP-Fusion
by:
Not mentioned
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP-Fusion
Affected Version From: All versions of PHP-Fusion
Affected Version To: Not mentioned
Patch Exists: NO
Related CWE: Not mentioned
CPE: Not mentioned
Platforms Tested: Not mentioned
Not mentioned
SQL Injection vulnerability in PHP-Fusion
The PHP-Fusion application fails to sanitize user-supplied data before using it in an SQL query. This allows an attacker to inject SQL statements into the application, potentially compromising the system and gaining unauthorized access to or modifying data. The attacker could also exploit any latent vulnerabilities in the underlying database.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and parameterized queries or prepared statements to prevent SQL injection attacks. Regularly updating the PHP-Fusion application to the latest version is also advised.