CVE-2026-27741
CSRF in Bludit 3.16.1 Admin Endpoints Enables Unauthorized Actions
Publication date: 2026-02-23
Last updated on: 2026-02-26
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| bludit | bludit | 3.16.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
Bludit version 3.16.1 has a cross-site request forgery (CSRF) vulnerability in its /admin/uninstall-plugin/ and /admin/install-theme/ endpoints.
The application does not use anti-CSRF tokens or any other method to verify the origin of requests for these administrative actions.
As a result, an attacker can trick an authenticated administrator into visiting a malicious webpage that silently sends crafted requests to uninstall plugins or install themes without authorization.
This can lead to loss of functionality, execution of untrusted code through malicious themes, and compromise of the system's integrity.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to perform unauthorized administrative actions on your Bludit installation.
- Loss of functionality due to unintentional uninstallation of plugins.
- Execution of untrusted or malicious code via installation of harmful themes.
- Overall compromise of system integrity, potentially leading to further security breaches.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know