CVE-2026-27742 PUBLISHED

Bludit <= 3.16.2 Stored XSS in Post Content

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

Bludit version 3.16.2 contains a stored cross-site scripting (XSS) vulnerability in the post content functionality. The application performs client-side sanitation of content input but does not enforce equivalent sanitation on the server side. An authenticated user can inject arbitrary JavaScript into the content field of a post, which is stored and later rendered to other users without proper output encoding. When viewed, the injected script executes in the context of the victim’s browser, allowing session hijacking, credential theft, content manipulation, or other actions within the user’s privileges.

Metrics

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

Product Status

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

Credits

  • Catalin Iovita (@catalin-iovita) finder
  • Beatriz Fresno Naumova finder

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') CWE