CVE-2026-27741: Bludit <= 3.16.1 CSRF in Plugin and Theme Management Endpoints
Bludit version 3.16.1 contains a cross-site request forgery (CSRF) vulnerability in the /admin/uninstall-plugin/ and /admin/install-theme/ endpoints. The application does not implement anti-CSRF tokens or other request origin validation mechanisms for these administrative actions. An attacker can induce an authenticated administrator to visit a malicious page that silently submits crafted requests, resulting in unauthorized plugin uninstallation or theme installation. This may lead to loss of functionality, execution of untrusted code via malicious themes, and compromise of system integrity.
Security readout for executives and security teams
Plain-English summary
Bludit admin actions for uninstalling plugins and installing themes can be triggered without CSRF protection. If an administrator is logged in and visits a malicious page, site functionality could be changed without approval, including installing an untrusted theme.
Executive priority
Treat this as a near-term hardening item, not an emergency. Prioritize internet-facing Bludit sites where administrators regularly manage themes or plugins, because a successful attack can alter site behavior and weaken integrity.
Technical view
CVE-2026-27741 is a CWE-352 CSRF issue in Bludit 3.16.1 affecting /admin/uninstall-plugin/ and /admin/install-theme/. The source bundle says these endpoints lack anti-CSRF tokens or request origin validation, enabling attacker-induced administrative state changes when an authenticated admin interacts with attacker-controlled content.
Likely exposure
Exposure is limited to Bludit sites with authenticated administrators and reachable administrative endpoints. The title says Bludit <= 3.16.1, but the affected-version metadata is incomplete, so confirm exact deployed versions against vendor records.
Exploitation context
The bundle does not report active exploitation, and KEV is false. Exploitation requires administrator interaction while authenticated. Impact is mainly integrity and operational availability: unauthorized plugin removal or theme installation, with possible untrusted code exposure through malicious themes.
Researcher notes
Evidence supports CSRF in two administrative management endpoints and a medium CVSS 4.0 score of 5.1. No exploit-in-the-wild evidence or fixed version is provided in the bundle. Avoid expanding scope beyond Bludit unless vendor data confirms additional affected versions.
Mitigation direction
Check Bludit and advisory sources for an official fixed release or vendor workaround.
Restrict Bludit admin access to trusted users, networks, or VPN paths.
Limit theme and plugin management permissions where operationally possible.
Warn administrators not to browse untrusted links while logged into Bludit.
Review site changes for unexpected plugin removals or theme installations.
Validation and detection
Inventory Bludit installations and confirm whether version 3.16.1 or earlier is present.
Review administrative routes for CSRF tokens or request origin validation controls.
Confirm /admin/uninstall-plugin/ and /admin/install-theme/ are not broadly reachable.
Inspect administrative activity logs for unexpected plugin or theme changes.
Verify any remediation against vendor guidance before closing the finding.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.