Advertisement






MyBB Profile Albums 0.9 SQL Injection

CVE Category Price Severity
CWE-89 Not specified High
Author Risk Exploitation Type Date
Not specified High Remote 2012-10-17
CPE
cpe:cpe:/a:mybb:mybb:0.9
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 0.08925 0.77997

CVSS vector description

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

Below is a copy:

# Exploit Title: Profile Albums MyBB plugin SQL Injection 0day
# Google Dork: inurl:albums.php intext:"powered by Mybb"
# Date: 14.10.2012
# Exploit Author: Th3FreakPony
# Software Link: http://mods.mybb.com/view/profilealbums
# Version: 0.9
# Tested on: Linux.
----------------------------------------------
 
The vulnerabillity exist within albums.php :
 
    <?
        /*Line 69*/ $aid = $mybb->input['album'];
        /*Line 86*/ $query_add_breadcrumb = $db->simple_select("albums", "*", "aid='".$aid."'");
    ?>
 
/albums.php?action=editimage&image=[Vaild_ID]&album=[Vaild_album_ID][SQLi]
 
(You need to create a new account && upload album and images)
----------------------------------------------
Image : http://i.imgur.com/yeAx0.png
 
 
Follow: https://twitter.com/PonyBlaze



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