vendor:
Super Cms Blog Pro
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Super Cms Blog Pro
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-17391
CPE: a:coolscript.cf:super_cms_blog_pro:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Super Cms Blog Pro 1.0 – SQL Injection
Super Cms Blog Pro 1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable parameter 'author' in the 'authors_post.php' script. This can allow the attacker to gain access to sensitive information from the database.
Mitigation:
Developers should always use parameterized queries, or prepared statements, when interacting with the database. This will ensure that user-supplied input is treated as a string literal, and not as executable code.