CVE Catalog

CVE-2026-61736

CriticalCVSS 9.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

22th percentile - higher than 22% of all known CVEs

Summary

LightRAG before version 1.5.4 defaults to CORS_ORIGINS=* combined with allow_credentials=True, causing Starlette CORSMiddleware to whitelist every origin for credentialed cross-origin requests. An attacker can make authenticated API requests from a malicious website, exfiltrating documents and knowledge graph data or performing destructive actions.

Risk Assessment

The organization risks exfiltration of sensitive documents and knowledge graph data, as well as unauthorized deletion of the document store via cross-site request forgery attacks.

Recommendation

Upgrade LightRAG to version 1.5.4 or later immediately, and configure CORS_ORIGINS to specific trusted domains instead of using a wildcard.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS