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
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.