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.
Published: 2026-08-07
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LightRAG exposes a RESTful API server that, by default, listens on all network interfaces without enabling authentication. An unauthenticated attacker on the same network can therefore exercise any endpoint, reading documents, uploading or deleting files, altering the knowledge graph, cancelling running pipelines, clearing caches, and consuming large language model resources. This unrestricted access effectively compromises data confidentiality, integrity, and availability.

Affected Systems

The vulnerability affects the HKUDS LightRAG distribution. All releases up to and including 1.5.4 are impacted. Users running these versions, or any unpatched earlier iterations, are susceptible unless they have manually disabled the API or set up custom authentication. The fix is incorporated in 1.5.5rc1 and later.

Risk and Exploitability

The CVSS score of 9.8 classifies the flaw as Critical. The EPSS score is not publicly available, and the vulnerability is not listed in the CISA KEV catalog, but the default open configuration removes the gating required to exploit the APIs. An attacker can obtain the list of available endpoints and interact with them via simple HTTP requests, implying a low barrier to initial compromise. Unauthenticated attackers can read sensitive content and exhaust LLM resources, which could lead to denial‑of‑service for legitimate users.

Generated by OpenCVE AI on August 7, 2026 at 21:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to LightRAG 1.5.5rc1 or later, which enables authentication by default and restricts API exposure.
  • If immediate upgrade is not possible, enable authentication on the LightRAG API or configure the server to listen only on localhost or a protected subnet.
  • Apply network firewall rules to block external traffic to the API port, limiting exposure to trusted hosts.
  • Enable logging and monitor for unusual access patterns to document upload or deletion endpoints.
  • Configure rate limits or resource quotas on LLM requests to prevent abuse of language‑model resources.

Generated by OpenCVE AI on August 7, 2026 at 21:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Hkuds
Hkuds lightrag
Vendors & Products Hkuds
Hkuds lightrag

Fri, 07 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
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.
Title LightRAG: Missing Authentication for Critical API Functions in Default Configuration
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T20:09:49.052Z

Reserved: 2026-07-10T20:17:57.991Z

Link: CVE-2026-61808

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T22:00:07Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function