CVE-2020-20718
https://notcve.org/view.php?id=CVE-2020-20718
File Upload vulnerability in PluckCMS v.4.7.10 dev versions allows a remote attacker to execute arbitrary code via a crafted image file to the the save_file() parameter. • https://github.com/pluck-cms/pluck/issues/79 • CWE-434: Unrestricted Upload of File with Dangerous Type •
CVE-2020-20918
https://notcve.org/view.php?id=CVE-2020-20918
An issue discovered in Pluck CMS v.4.7.10-dev2 allows a remote attacker to execute arbitrary php code via the hidden parameter to admin.php when editing a page. • https://github.com/pluck-cms/pluck/issues/80 • CWE-94: Improper Control of Generation of Code ('Code Injection') •
CVE-2020-20919
https://notcve.org/view.php?id=CVE-2020-20919
File upload vulnerability in Pluck CMS v.4.7.10-dev2 allows a remote attacker to execute arbitrary code and access sensitive information via the theme.php file. • https://github.com/pluck-cms/pluck/issues/85 • CWE-434: Unrestricted Upload of File with Dangerous Type •
CVE-2020-20969
https://notcve.org/view.php?id=CVE-2020-20969
File Upload vulnerability in PluckCMS v.4.7.10 allows a remote attacker to execute arbitrary code via the trashcan_restoreitem.php file. • https://github.com/pluck-cms/pluck/issues/86 • CWE-434: Unrestricted Upload of File with Dangerous Type •
CVE-2023-25828 – Authenticate Remote Code Execution in Pluck CMS
https://notcve.org/view.php?id=CVE-2023-25828
Pluck CMS is vulnerable to an authenticated remote code execution (RCE) vulnerability through its “albums” module. Albums are used to create collections of images that can be inserted into web pages across the site. Albums allow the upload of various filetypes, which undergo a normalization process before being available on the site. Due to lack of file extension validation, it is possible to upload a crafted JPEG payload containing an embedded PHP web-shell. An attacker may navigate to it directly to achieve RCE on the underlying web server. • https://www.synopsys.com/blogs/software-security/pluck-cms-vulnerability • CWE-434: Unrestricted Upload of File with Dangerous Type •