vendor:
NewsBee
by:
Kaan KAMIS
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NewsBee
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: a:codecanyon: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: N/A
2017
NewsBee CMS – SQL Injection
NewsBee is a Fully Featured News Site CMS (Content Management System). This CMS Includes almost everything you need to make a News Site easily and Creatively. The In build Features will help you to easily manage the site contents not only news articles, but also many other related contents which are commonly used in news sites. The vulnerability is a SQL Injection vulnerability which can be exploited by sending a malicious payload to the URL http://localhost/newsbee/30[payload]_news_thai_soccer_targets_asia_wide_goals.html. The payloads can be of type boolean-based blind, error-based, AND/OR time-based blind.
Mitigation:
Input validation should be done to prevent SQL Injection attacks. Parameterized queries should be used to prevent SQL Injection attacks. Proper authentication and authorization should be implemented to prevent unauthorized access.