vendor:
stararticles
by:
b3hz4d
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: stararticles
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: a:stararticles:stararticles
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
stararticles blind sql injection Vulnerability
Many of the pages of the stararticles application are vulnerable to blind SQL injection. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable page. For example, a request like http://www.kalptarudemos.com/demo/stararticle/article.download.php/1090%20and%20substring(@@version,1,1)=5 can be used to check if the application is vulnerable to blind SQL injection.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.