vendor:
Pacer Edition CMS
by:
Gjoko 'LiquidWorm' Krstic
N/A
CVSS
N/A
Arbitrary File Deletion
CWE
Product Name: Pacer Edition CMS
Affected Version From: RC 2.1 (SVN: 867)
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Apache 2.2.14 (Win32), PHP 5.3.1, MySQL 5.1.41
2011
Pacer Edition CMS 2.1 (rm) Remote Arbitrary File Deletion Exploit
Input passed to the 'rm' parameter in modules/code/syntax_check.php is not properly sanitised before being used to delete files. This can be exploited to delete files with the permissions of the web server via directory traversal sequences passed within the 'rm' parameter.
Mitigation:
Properly sanitize user input before using it to delete files. Implement file deletion with appropriate access control and validation.