All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-38329
CRITICALpublished 2026-06-15 20:16 UTC · 10 days ago · modified 2026-06-16 15:16 UTC
9.8
CVSS / 10
// description
Bludit CMS before version 3.18.4 allows Remote Code Execution (RCE) via the API Plugin. The POST /api/files/{key} endpoint in bl-plugins/api/plugin.php fails to perform authorization checks and lacks file extension validation. An attacker with a valid API token can upload a malicious PHP script and execute arbitrary code on the server.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-862