CVE-2026-27742
Stored XSS in Bludit 3.16.2 Post Content Enables Session Hijacking
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 | to 3.16.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
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.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary JavaScript in the browsers of other users who view the affected post.
- Session hijacking
- Credential theft
- Content manipulation
- Other malicious actions within the privileges of the victim user
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