vendor:
PFA
by:
Inclusion Hunter Team
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PFA
Affected Version From: 6
Affected Version To: 6
Patch Exists: NO
Related CWE:
CPE: a:pfa:pfa:6.0
Platforms Tested:
2007
phpFullAnnu (PFA) 6.0
The vulnerability allows an attacker to inject SQL code into the application, potentially gaining unauthorized access to the database. The exploit provided demonstrates how to extract login credentials from the 'pfa_admin' table. This exploit only works if the 'magic_quotes_gpc' setting is turned off.
Mitigation:
To mitigate this vulnerability, enable 'magic_quotes_gpc' setting to automatically escape special characters in user input, or use prepared statements and parameterized queries to handle database queries.