vendor:
Mundi Mail
by:
br0ly
7,5
CVSS
HIGH
Local/Remote File Inclusion
98
CWE
Product Name: Mundi Mail
Affected Version From: N/A
Affected Version To: N/A
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: Windows, Linux, Mac
2009
Mundi Mail Local/Remote File Inclusion Vulnerability
Mundi Mail is prone to a local/remote file-inclusion vulnerability because it fails to properly sanitize user-supplied input. An attacker can exploit this issue to include arbitrary local or remote files, allowing for the execution of arbitrary PHP code. This issue affects the 'template/simpledefault/admin/_masterlayout.php' script. The attacker must have access to register_globals and allow_url_fopen must be enabled for remote file inclusion. If magic_quotes_gpc is disabled, local file inclusion is possible.
Mitigation:
Ensure that user-supplied input is properly sanitized before use.