John MacKinnon
New member
Not sure if you guys are aware of this vulnerability:
The vulnerability exists within - /dbtech/vbdonate/actions/dodonate.php
The vulnerability exists due to multi-escaping.
Exploit POC
http://site.com/vbdonate.php?do=dodonate
POST amount=5.00[SQL]
Example:
http://puu.sh/17C6f
The vulnerability exists within - /dbtech/vbdonate/actions/dodonate.php
The vulnerability exists due to multi-escaping.
Code:
Line 1: $dbt_vbd_donate_params = explode('|', $db->escape_string($vbulletin->GPC['amount']));Line 2: $dbt_vbd_donate_amount = $vbulletin->GPC['amount']; Line 3: " . $db->escape_string($dbt_vbd_donate_amount) . ",
Exploit POC
http://site.com/vbdonate.php?do=dodonate
POST amount=5.00[SQL]
Example:
http://puu.sh/17C6f