CVE-2026-61808
Received Received - Intake

Unauthenticated API Access in LightRAG Server

Vulnerability report for CVE-2026-61808, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-07

Last updated on: 2026-08-07

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-07
Last Modified
2026-08-07
Generated
2026-08-08
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
lightrag lightrag_api_server to 1.5.5rc1 (exc)
lightrag lightrag_api_server 1.5.5rc1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61808 is a vulnerability in the LightRAG API server where the default configuration binds to all network interfaces without authentication. This allows unauthenticated users to access sensitive endpoints, including document uploads, deletions, knowledge graph modifications, cache clearing, and LLM resource consumption.

Detection Guidance

Check if the LightRAG API server is running on all network interfaces (0.0.0.0) without authentication. Use commands like 'netstat -tulnp | grep 9621' or 'ss -tulnp | grep 9621' to verify if the server is listening on port 9621 across all interfaces. Inspect server logs for warnings about unauthenticated access or default configurations.

Verify if environment variables like LIGHTRAG_API_KEY or AUTH_ACCOUNTS are set. Check Docker configurations if applicable, as the default Compose setup maps port 9621 to the host network.

Impact Analysis

An attacker could read indexed document content, upload or delete documents, modify the knowledge graph, cancel pipelines, clear caches, or consume LLM resources. This could lead to data breaches, unauthorized modifications, or service disruption if the server is exposed to untrusted networks.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's confidentiality requirements. Organizations using LightRAG without proper authentication may face compliance violations, legal penalties, and reputational damage.

Mitigation Strategies

Bind the server to loopback address (127.0.0.1) instead of 0.0.0.0 to restrict access to local use only. Configure authentication using LIGHTRAG_API_KEY or AUTH_ACCOUNTS with TOKEN_SECRET as per the project's documentation.

Update to version 1.5.5rc1 or later, which includes mitigations like startup warnings and improved default security settings. Ensure Docker deployments do not expose port 9621 to untrusted networks without proper firewall rules.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61808. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart