Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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.
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
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.
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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36767
GHSA-fx7h-q7c6-m6ch