header-logo
Suggest Exploit
vendor:
TRIBISUR
by:
cr4wl3r
7,5
CVSS
HIGH
Local File Include
22
CWE
Product Name: TRIBISUR
Affected Version From: 2.0 and below
Affected Version To: 2.0 and below
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

TRIBISUR <= 2.0 Local File Include Vulnerability

TRIBISUR version 2.0 and below is vulnerable to a Local File Include vulnerability. This vulnerability allows an attacker to include a local file on the web server. This can be exploited to gain access to sensitive information or to execute malicious code. The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'theme' parameter to the '/modules/hayoo/index.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal sequences and a malicious file name in the 'theme' parameter. This can result in the execution of arbitrary code on the vulnerable system.

Mitigation:

The vendor has released a patch to address this vulnerability. Users are advised to upgrade to the latest version of TRIBISUR.
Source

Exploit-DB raw data:

# TRIBISUR <= 2.0 Local File Include Vulnerability
1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0     _                   __           __       __                     1
1   /' \            __  /'__`\        /\ \__  /'__`\                   0
0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1
1  \/_/\ \ /' _ `\ \/\ \/_/_\_<_  /'___\ \ \/\ \ \ \ \/\`'__\          0
0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1
1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0
0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1
1                  \ \____/ >> Exploit database separated by exploit   0
0                   \/___/          type (local, remote, DoS, etc.)    1
1                                                                      1
0  [+] Site            : Inj3ct0r.com                                  0
1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1
0                                                                      0
1                    ######################################            1
0                    I'm cr4wl3r  member from Inj3ct0r Team            1
1                    ######################################            0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1

[+] Discovered By: cr4wl3r
[+] Greetz: opt!x hacker, xoron, cyberlog, mywisdom, irvian, EA ngel, bL4Ck_3n91n3, xharu, zvtral, and all my friend

[+] Code:

<?

//************************** INCLUDE ***************************
include("./templates/$theme/hayoo_hpage.htm");
//********************   Nouveau visiteur    *******************
    $sql = "UPDATE hayoo_conf SET count = count +1 ";
//************************** FIN CONNECT DEBUT HTML ***************************
?>

[+] PoC: [path]/modules/hayoo/index.php?theme=[LFI%00]