Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-61808 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
HKUDS LightRAG
<= 1.5.4 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.5.5moderate effort
  • Workaround:low effort

    Bind the server to the loopback address (127.0.0.1) to restrict access to local clients.

  • Workaround:low effort

    Configure authentication by setting the LIGHTRAG_API_KEY or AUTH_ACCOUNTS (with a non-default TOKEN_SECRET) before exposing the server to untrusted networks.

  • Workaround:low effort

    Narrow the WHITELIST_PATHS to /health to protect the Ollama-compatible endpoints (/api/chat, /api/generate) from unauthenticated access.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-61808
NVD Published Date:
Aug 7, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]