vendor:
ASP Stats Generator
by:
Hamid Ebadi
7,5
CVSS
HIGH
SQL injection and ASP Code Injection
89
CWE
Product Name: ASP Stats Generator
Affected Version From: 2.1.1
Affected Version To: 2.1
Patch Exists: YES
Related CWE: N/A
CPE: a:weppos:asp_stats_generator
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
ASP Stats Generator SQL-ASP injection – Code Excution
The following URL can be used to trigger an SQL injection vulnerability in the pages.asp: http://localhost/myasg/pages.asp?order='&mese=1. Input passed to the strAsgSknPageBgColour (and ...) in 'settings_skin.asp' isn't properly sanitised before being stored in the 'inc_skin_file.asp'. This can be exploited to inject arbitrary ASP code.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability.