CVE-2026-61808 Details
Description
LightRAG provides simple and fast retrieval-augmented generation. Through version 1.5.4, the LightRAG API server binds to all network interfaces with authentication disabled by default, allowing an unauthenticated network attacker to read indexed document content, upload or delete documents, modify the knowledge graph, cancel pipelines, clear caches, and consume LLM resources. This issue is mitigated in version 1.5.5rc1.
A vulnerability exists in the LightRAG API server in versions through 1.5.4, where the server binds to all network interfaces without authentication. This allows unauthenticated attackers to access sensitive API functions. The issue is particularly concerning because the server is exposed to the network by default, creating a significant security risk. The vulnerability arises from an intentional design choice to facilitate local development, but it can have serious consequences when the server is deployed in a production environment.
Users should update to LightRAG version 1.5.5 or later, and configure authentication by setting the 'LIGHTRAG_API_KEY' or 'AUTH_ACCOUNTS' with a non-default 'TOKEN_SECRET'. For local-only access, bind the server to '127.0.0.1'.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 7, 2026CISA-ADP
Assessed Aug 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/HKUDS/LightRAG/security/advisories/GHSA-mmg5-8x8q-v934 | CISA-ADP | AdvisoryRemedyVendor |
| https://github.com/HKUDS/LightRAG/commit/0bd102401b4b28a02664e5b6af476bf7a4470292 | [email protected] | Source CodeVendor |
| https://github.com/HKUDS/LightRAG/security/advisories/GHSA-mmg5-8x8q-v934 | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-306 | Missing Authentication for Critical Function | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| HKUDS LightRAG | <= 1.5.4 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | CISA-ADP |
| Aug 7, 2026 | New CVE Received | [email protected] |
Volerion