vendor:
NewsAdd
by:
Pr0T3cT10n
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NewsAdd
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:newsadd:newsadd:1.0
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
2012
NewsAdd <= 1.0 (lerNoticia.php) Remote SQL Injection
NewsAdd version 1.0 is vulnerable to a remote SQL injection attack due to lack of validation or any filter to variable $id. An attacker can inject a malicious SQL query by using the $id variable in the URL. For example, http://www.example.com/newsadd/lerNoticia.php?id=-0'+union+all+select+1,2,VERSION(),4,5+from+usuarios--+
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.