CVE-2014-1836
ImpressCMS < 1.3.6 - Path Traversal and Arbitrary File Deletion via Image Path Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-1836. PoCs published by Pedro Ribeiro.
AI-analyzed exploit summary The exploit demonstrates an arbitrary file deletion vulnerability and two XSS vulnerabilities in ImpressCMS 1.3.5. The file deletion is achieved via a crafted POST request to `image-edit.php`, while the XSS issues are present in `misc.php` and `admin.php` due to improper input sanitization.
Description
Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action.
Exploits (1)
The exploit demonstrates an arbitrary file deletion vulnerability and two XSS vulnerabilities in ImpressCMS 1.3.5. The file deletion is achieved via a crafted POST request to `image-edit.php`, while the XSS issues are present in `misc.php` and `admin.php` due to improper input sanitization.