๐Ÿ” CVE Alert

CVE-2026-86062

MEDIUM 6.1

LightRAG: Stored Cross-Site Scripting (XSS) in the LightRAG WebUI chat/answer renderer via ingested content

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.5.5, lightrag_webui/src/components/retrieval/ChatMessage.tsx renders answer and thinking content with react-markdown, rehypeRaw, and skipHtml=false without an HTML sanitizer. An attacker who can add a document can store raw HTML that is returned through the query path and rendered as active content by MessageMarkdown. A user who later retrieves the content can execute attacker-controlled JavaScript through elements such as an iframe srcdoc; the additional Mermaid securityLevel: loose rendering path also injects generated SVG through innerHTML. The script runs in the LightRAG WebUI origin and can read the API token in localStorage and perform API actions as the victim. This issue is fixed in version 1.5.5.

CWE CWE-79
Vendor hkuds
Product lightrag
Published Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for hkuds lightrag

Be the first to know when new medium vulnerabilities affecting hkuds lightrag 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:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

HKUDS / LightRAG
< 1.5.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/HKUDS/LightRAG/security/advisories/GHSA-xpjq-3w4w-w5wr github.com: https://github.com/HKUDS/LightRAG/pull/3437 github.com: https://github.com/HKUDS/LightRAG/commit/8bf032a5200f293b482dd945d436e25cd08bd953 github.com: https://github.com/HKUDS/LightRAG/releases/tag/v1.5.5