vendor:
MAXSITE
by:
Tesz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MAXSITE
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:maxsite:maxsite
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
CMS MAXSITE Remote SQL Injection Exploit <= 1.10
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'name' and 'category' parameters of the 'index.php' script. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation allows an attacker to gain access to the vulnerable system.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should sanitize user-supplied input before using it in SQL queries.