Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Description requires a valid API token, so PR:L not PR:N; network-reachable endpoint with no user interaction and full host compromise via PHP execution justifies AC:L and C/I/A:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3DescriptionCVE.org
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.
AnalysisAI
{key} endpoint in bl-plugins/api/plugin.php. Publicly available exploit code exists as a gist, though EPSS rates exploitation probability at only 0.21% (11th percentile).
Technical ContextAI
Bludit is a flat-file PHP-based content management system that does not rely on a database. The vulnerable code lives in the API plugin (bl-plugins/api/plugin.php), which exposes a REST-style file upload endpoint at POST /api/files/{key}. The root cause is classified as CWE-862 (Missing Authorization): the endpoint accepts an API token but does not enforce role-based authorization to upload, and additionally fails to allow-list permitted file extensions. Because Bludit deploys as PHP under a standard web server, any .php file written into a web-accessible directory will be interpreted and executed by the PHP handler, turning an arbitrary file write into direct code execution.
RemediationAI
Upgrade Bludit to version 3.18.4 or later, which the description identifies as the first fixed release containing the authorization check and file-extension validation in bl-plugins/api/plugin.php. For deployments that cannot upgrade immediately, disable the API plugin from the Bludit admin (Settings → Plugins → API), which removes the vulnerable endpoint entirely at the cost of breaking any legitimate API integrations. If the API plugin must remain enabled, rotate all existing API tokens, restrict /api/files/* at the reverse proxy or web server (for example via an nginx location block returning 403, or an Apache <Location> deny rule) to known administrative IPs, and confirm that the web root denies execution of newly written .php files in upload directories - note that the last control may break themes or plugins that legitimately drop PHP into bl-content. Track the upstream project at https://nvd.nist.gov/vuln/detail/CVE-2026-38329 for the official advisory link.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36757
GHSA-9r27-c92g-8g7q