Description: PHP Include Exploit in Mail Manage EX v3.1.8 Compromise: a malicious PHP script from an external host may be included and executed. Vulnerable Systems: all system using mmex.php v3.1.8 and maybe lower (not tested). Details: The PHP Include exploit exist in de folowing code,
#=========================================================== # CHECK SETTINGS & FORM RECIPIENT #=========================================================== if(!$Settings) exit ("<b>No settings were found for this form.</b>");
$Include = @include($Settings); if (!$Include) exit ("<b>Incorrect settings filename in your form or specified file does not exist.</b>"); mmex.php---EOF----->
"$Settings" can be used to Include malicious PHP code.