Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-6178. PoCs published by Sp3shial, EgiX.
AI-analyzed exploit summary This exploit targets a file upload vulnerability in Falt4 CMS via FCKeditor, allowing arbitrary PHP file upload and remote command execution. It uses a multipart form data request to upload a malicious PHP file disguised as a ZIP file, then executes commands via HTTP headers.
Description
Unrestricted file upload vulnerability in editor/filemanager/browser/default/connectors/php/connector.php in FCKeditor 2.2, as used in Falt4 CMS, Nuke ET, and other products, allows remote attackers to execute arbitrary code by creating a file with PHP sequences preceded by a ZIP header, uploading this file via a FileUpload action with the application/zip content type, and then accessing this file via a direct request to the file in UserFiles/File/, probably a related issue to CVE-2005-4094. NOTE: some of these details are obtained from third party information.
Exploits (2)
This exploit targets a file upload vulnerability in Falt4 CMS via FCKeditor, allowing arbitrary PHP file upload and remote command execution. It uses a multipart form data request to upload a malicious PHP file disguised as a ZIP file, then executes commands via HTTP headers.
This exploit demonstrates a file upload vulnerability in Nuke ET <= 3.4 by spoofing the MIME type to bypass security checks, allowing arbitrary PHP file upload and remote command execution.