๐Ÿ” CVE Alert

CVE-2026-41318

MEDIUM 5.4

AnythingLLM vulnerable to stored DOM XSS in chart caption renderer - LLM-driven prompt injection produces executable HTML via unsanitized renderMarkdown(content.caption) in Chartable component

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to version 1.12.1, AnythingLLM's in-chat markdown renderer has an unsafe custom rule for images that interpolates the markdown image's `alt` text into an HTML `alt="..."` attribute without any HTML encoding. Every call-site in the app wraps `renderMarkdown(...)` with `DOMPurify.sanitize(...)` as defense-in-depth โ€” except the `Chartable` component, which renders chart captions with no sanitization. The chart caption is the natural-language text the LLM emits around a `create-chart` tool call, so any attacker who can influence the LLM's output โ€” most cheaply via indirect prompt injection in a shared workspace document, or directly if they can create a chart record in a multi-user workspace โ€” can trigger stored DOM-level XSS in every other user's browser when they open that conversation. AnythingLLM chat history is loaded server-side via `GET /api/workspace/:slug/chats` and rendered directly into the chat UI. Version 1.12.1 contains a patch for this issue.

CWE CWE-79 CWE-116 CWE-1336
Vendor mintplex-labs
Product anything-llm
Published Apr 24, 2026
Stay Ahead of the Next One

Get instant alerts for mintplex-labs anything-llm

Be the first to know when new medium vulnerabilities affecting mintplex-labs anything-llm are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

Mintplex-Labs / anything-llm
< 1.12.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-4q6m-qh3w-9gf5 github.com: https://github.com/Mintplex-Labs/anything-llm/commit/f5fa03f4728e483949f6360093bc3ea1ef555535