vendor:
NewsBee
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NewsBee
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:nelliwinne:newsbee
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
NewsBee – Fully Featured News CMS Script v1.0 – SQL Injection
An attacker can exploit a SQL injection vulnerability in NewsBee - Fully Featured News CMS Script v1.0 by sending malicious SQL queries to the vulnerable web application. This can be done by sending a specially crafted HTTP request to the vulnerable web application. The attacker can use the 'video.php?id=' parameter to inject malicious SQL queries. Other files may also have vulnerabilities.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.