vendor:
NUs Newssystem
by:
n3w7u
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NUs Newssystem
Affected Version From: 1.02
Affected Version To: 1.02
Patch Exists: Unknown
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
Unknown
NUs Newssystem 1.02 (id) SQL Injection Vulnerability
Nus.php?pageNum_RSnews=0&id= is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a crafted HTTP request with malicious SQL statements to the vulnerable script. For example, http://[host]/[path]/[script].php?pageNum_RSnews=0&id=9999999+union+select+1,2,3,user,5,pass,7,8,9+from+reguser--
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct dynamic SQL queries.