Vulnerability Description
LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.5.4, the server defaults to CORS_ORIGINS=* combined with allow_credentials=True in lightrag/api/lightrag_server.py, causing Starlette CORSMiddleware to effectively whitelist every origin for credentialed cross-origin requests. Any malicious website visited by an authenticated LightRAG user can silently make authenticated API requests, exfiltrating documents and knowledge graph data or performing destructive actions such as deleting the document store. This vulnerability is fixed in 1.5.4.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/HKUDS/LightRAG/commit/09567a4c983f580050db63569dd477122c058c3
- https://github.com/HKUDS/LightRAG/commit/df68d75f9dc29dd340ffb6794b48f48c4fdc9a2
- https://github.com/HKUDS/LightRAG/commit/ebba6548639c0f2e8919100eff76b401f122225
- https://github.com/HKUDS/LightRAG/pull/3317
- https://github.com/HKUDS/LightRAG/releases/tag/v1.5.4
- https://github.com/HKUDS/LightRAG/security/advisories/GHSA-6x6h-qqr7-855w
- https://github.com/HKUDS/LightRAG/security/advisories/GHSA-6x6h-qqr7-855w
FAQ
What is CVE-2026-61736?
CVE-2026-61736 is a vulnerability with a CVSS score of 9.3 (CRITICAL). LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.5.4, the server defaults to CORS_ORIGINS=* combined with allow_credentials=True in lightrag/api/lightrag_server.py, causing...
How severe is CVE-2026-61736?
CVE-2026-61736 has been rated CRITICAL with a CVSS base score of 9.3/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-61736?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.