vendor:
ShortCMS
by:
Gamoscu
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ShortCMS
Affected Version From: 1.11F(B)
Affected Version To: 1.11F(B)
Patch Exists: NO
Related CWE: N/A
CPE: a:shortcms:shortcms:1.11f(b)
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
ShortCMS v. 1.11F(B) (con) SQL Injection Vulnerability
ShortCMS v. 1.11F(B) is vulnerable to a SQL injection vulnerability. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable script printview.php?func=con&pvid= with a SQL payload. This will allow the attacker to extract sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.