Skip to main content

Bludit CMS CVE-2026-38329

| EUVDEUVD-2026-36757 CRITICAL
Missing Authorization (CWE-862)
2026-06-15 mitre GHSA-9r27-c92g-8g7q
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

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.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Jun 16, 2026 - 15:29 vuln.today
CVSS changed
Jun 16, 2026 - 15:22 NVD
9.8 (CRITICAL)
CVE Published
Jun 15, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-38329 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy