vendor:
NewsBee CMS
by:
Özkan Mustafa Akkus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: NewsBee CMS
Affected Version From: 1.4
Affected Version To: 1.4
Patch Exists: NO
Related CWE:
CPE: a:newsbee_cms:newsbee_cms:1.4
Platforms Tested: Kali linux
2018
NewsBee CMS 1.4 – ‘home-text-edit.php’ SQL Injection
The 'home-text-edit.php' file in NewsBee CMS 1.4 is vulnerable to SQL Injection. The 'id' parameter is not properly sanitized, allowing an attacker to execute arbitrary SQL queries.
Mitigation:
To mitigate this vulnerability, sanitize user input before using it in SQL queries. Use parameterized queries or prepared statements to prevent SQL Injection attacks.