vendor:
phpTrafficA
by:
Laurent Gaffie
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpTrafficA
Affected Version From: <= 1.4.2
Affected Version To:
Patch Exists: YES
Related CWE:
CPE:
Platforms Tested: Linux, Windows
2007
phpTrafficA <= 1.4.2 SQL Injection
The phpTrafficA application before version 1.4.2 is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending malicious SQL queries through the 'pageid' parameter in the 'index.php' script. This allows the attacker to manipulate the database and potentially execute arbitrary SQL commands.
Mitigation:
Upgrade to the latest version of phpTrafficA (1.4.2) or apply a patch provided by the vendor. Additionally, input validation and parameterized queries should be implemented to prevent SQL injection vulnerabilities.