CVE-2026-27741 PUBLISHED

Bludit <= 3.16.1 CSRF in Plugin and Theme Management Endpoints

Assigner: VulnCheck
Reserved: 23.02.2026 Published: 23.02.2026 Updated: 23.02.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.1

Product Status

Vendor Bludit
Product Bludit
Versions Default: unknown
  • affected from 0 to 3.16.1 (incl.)

Credits

  • Ryan Chan (@RyanC34) finder
  • Beatriz Fresno Naumova finder

References

Problem Types

  • CWE-352 Cross-Site Request Forgery (CSRF) CWE