Vulnerability Description
Pluck CMS through 4.7.21 restricts dangerous file uploads in its admin file-management feature using a fixed blacklist in data/inc/files.php ('.php','php3','php4','php5','php6','php7','phtml','.phtm','.pht','.ph3','.ph4','.ph5','.asp','.cgi','.phar'), checked against the last 4-5 characters of the filename. The blacklist omits the '.php8' extension. An authenticated administrator can upload a file named e.g. shell.php8, which is stored unmodified and, on servers running PHP 8.x, is executed as PHP by the web server, resulting in remote code execution.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-54416?
CVE-2026-54416 is a vulnerability with a CVSS score of 7.2 (HIGH). Pluck CMS through 4.7.21 restricts dangerous file uploads in its admin file-management feature using a fixed blacklist in data/inc/files.php ('.php','php3','php4','php5','php6','php7','phtml','.phtm',...
How severe is CVE-2026-54416?
CVE-2026-54416 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54416?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.