Index: typo3/mod/tools/em/class.em_unzip.php =================================================================== --- typo3/mod/tools/em/class.em_unzip.php (Revision 9751) +++ typo3/mod/tools/em/class.em_unzip.php (Arbeitskopie) @@ -547,6 +547,11 @@ } } + + // added by TYPO3 secteam to check for invalid paths + if (!t3lib_div::validPathStr($p_entry['filename'])) { + return $v_result; + } // Add the path if ($p_path != '')