CVE-2023-53868
Published: 15 December 2025
Description
Coppermine Gallery 1.6.25 contains a remote code execution vulnerability that allows authenticated attackers to upload malicious PHP files through the plugin manager. Attackers can upload a zipped PHP file with system commands to the plugin directory and execute arbitrary code…
more
by accessing the uploaded plugin script.
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the unrestricted upload of dangerous PHP files in ZIP archives by validating and sanitizing inputs to the plugin manager.
Scans uploaded ZIP files and plugins for malicious PHP code containing system commands at web application entry points.
Prohibits or controls user-installed plugins via the plugin manager to block unauthorized uploads of malicious software components.
Security SummaryAI
CVE-2023-53868 is a remote code execution vulnerability in Coppermine Gallery version 1.6.25. The flaw resides in the plugin manager component, which permits authenticated attackers to upload malicious PHP files packaged within zipped archives directly to the plugin directory.
Attackers require low-privilege authenticated access (PR:L) to exploit this over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). By uploading a ZIP containing a PHP script with arbitrary system commands and then accessing the uploaded plugin script via the web interface, they can achieve remote code execution with high confidentiality, integrity, and availability impacts (C:H/I:H/A:H), as reflected in the CVSS v3.1 base score of 8.8. The issue stems from CWE-434 (Unrestricted Upload of File with Dangerous Type).
Advisories such as the VulnCheck report and public proof-of-concept exploits on Exploit-DB (ID 51738) detail the plugin upload mechanism enabling this RCE. The Coppermine Gallery website is preserved via web archive, with no patch details specified in the CVE information.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables exploitation of public-facing web application via unrestricted file upload (T1190), facilitating deployment and execution of web shells (T1100) for RCE.