🔴 《严重安全漏洞:CVE-2026-61736》

CVSS 评分: 严重(9.3)  状态: Received  发布时间: 2026-07-15


漏洞描述

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.


🔍 技术细节

字段
CVE ID CVE-2026-61736
CVSS 评分 9.3 🔴
严重程度 严重
CVSS 向量 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
CWE 分类 CWE-942
发布时间 2026-07-15
最后更新 2026-07-15
状态 Received
数据来源 security-advisories@github.com

🔗 参考链接