vendor:
phpaaCms
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpaaCms
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 7
2010
phpaaCms (show.php?id=) SQL injection Vulnerable
The phpaaCms application is vulnerable to SQL injection through the 'id' parameter in the 'show.php' page. An attacker can inject malicious SQL code through this parameter and potentially gain unauthorized access to the database.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize and validate user input before using it in SQL queries. Additionally, the use of prepared statements or parameterized queries is recommended.