vendor:
dotclear
by:
Mirabbas Agalarov
7.5
CVSS
HIGH
Remote Code Execution (RCE) (Authenticated)
78
CWE
Product Name: dotclear
Affected Version From: 2.25.3
Affected Version To: 2.25.3
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2023
dotclear 2.25.3 – Remote Code Execution (RCE) (Authenticated)
While writing a blog post, an authenticated user can upload a file with PHP code embedded in it, allowing for remote code execution. The vulnerability exists in dotclear version 2.25.3. By uploading a file with the payload '<?php echo system("id"); ?>', an attacker can execute arbitrary PHP code on the server.
Mitigation:
The vendor should release a patch to fix the file upload vulnerability. In the meantime, administrators can mitigate the risk by disabling file uploads or implementing strict file type checking and validation.