vendor:
CMS
by:
n0ne
9.3
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CMS
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2008
SQL-Injection in Siteframe CMS (all versions)
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable script. The vulnerable parameter is 'id' which is not properly sanitized before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. An attacker can exploit this vulnerability to gain access to the administrator panel.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before being used in SQL queries.