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.