Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | MyBB 1.2 Local File Incusion |
|---|---|
| Date: | 30 Jan 2006 10:38:29 -0000 |
Invalid characters removed from From: o.y.6@hotmail.com, |@securityfocus.com,
#### D3vil-0x1 MyBB Bug ###
## Local File Inclusion
##
## MyBB 1.2 -> Admin Can Include Local File :)
## File :- admin/plugins.php
Line :- 51
//*
if($mybb->input['action'] == "activate")
{
$codename = $mybb->input['plugin']; << Input From POST
$file = $codename.".php"; << Set File
Type [ we can remove the type by NULL ( %00 ) ]
if($mybb->input['activate'])
{
.....
.....
}
elseif($mybb->input['deactivate'])
{
.....
.....
}
include "./inc/plugins/$file"; << Include BIG BUG :P
*//
#---------------------------------------------------------#
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] Re: CME-24 (BlackWorm) Users' FAQ, Gadi Evron |
|---|---|
| Next by Date: | Re: Arescom NetDSL-1000 DoS atack source, Pim van Riezen |
| Previous by Thread: | [Full-disclosure] Re: CME-24 (BlackWorm) Users' FAQ, Gadi Evron |
| Next by Thread: | XSS flaw in MG2 Image Gallery (v.0.5.1), preben |
| Indexes: | [Date] [Thread] [Top] [All Lists] |