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.