Skip to main content

Bludit CVE-2026-50869

| EUVDEUVD-2026-36767 CRITICAL
Path Traversal (CWE-22)
2026-06-15 mitre GHSA-fx7h-q7c6-m6ch
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.2 HIGH

Network-reachable endpoint, no auth or interaction per description; arbitrary file read yields C:H, I/A lowered since traversal alone reads files rather than writing or crashing the service.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/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:32 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

An issue in the api/plugin.php component of Bludit v3.19.0 allows attackers to execute a directory traversal via supplying a crafted request.

AnalysisAI

Path traversal in Bludit 3.19.0's api/plugin.php endpoint allows remote attackers to escape the intended directory and access arbitrary files on the server via crafted requests. The CVSS 9.8 rating reflects unauthenticated network-based exploitation with high impact across confidentiality, integrity, and availability, and publicly available exploit code exists in a public gist, though EPSS remains low at 0.25%.

Technical ContextAI

Bludit is a flat-file PHP-based CMS that stores content as JSON/text rather than in a database, making filesystem operations central to its functionality. The vulnerable api/plugin.php is part of Bludit's REST API surface that exposes plugin-related operations. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) indicates the endpoint accepts user-supplied path input and concatenates or resolves it against a base directory without properly canonicalizing or rejecting '../' sequences, allowing references outside the intended plugin directory. Because Bludit runs under the webserver user with read access to its own configuration (including users.php containing credential hashes), traversal into core directories can expose authentication material.

RemediationAI

No vendor-released patch identified at time of analysis - no Bludit advisory, tagged release, or commit is referenced in the provided intelligence. Operators of Bludit 3.19.0 should monitor https://github.com/bludit/bludit/releases and https://nvd.nist.gov/vuln/detail/CVE-2026-50869 for a fixed build, and in the interim apply compensating controls: block external access to /api/plugin.php at the reverse proxy or WAF (side effect: breaks legitimate plugin-management API automation), enforce authentication and IP allow-listing on /api/* (side effect: complicates remote administration), and add a WAF rule rejecting requests containing '../', '%2e%2e%2f', or null-byte sequences against the api/ path (side effect: may false-positive on legitimate path-like parameters). If the site does not use the plugin API, removing or chmod-restricting api/plugin.php is the cleanest mitigation. Review webserver logs for past traversal patterns targeting bl-content/databases/users.php since exposure of password hashes would warrant credential rotation.

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-50869 vulnerability details – vuln.today

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