vendor:
MainAnnounce2.asp
by:
ajann
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: MainAnnounce2.asp
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: N/A
2006
Techno Dreams Announcement (MainAnnounce2.asp) Remote SQL Injection Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'key' parameter to '/MainAnnounce2.asp' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database, gain access to sensitive data, modify application's data, etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before passing to the SQL query. It is also recommended to use stored procedures and parameterized queries.