VYPR

Lightrag

by Hkuds

Source repositories

CVEs (5)

  • CVE-2026-61808CriAug 7, 2026
    risk 0.57cvss 9.8epss 0.00

    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…

  • CVE-2026-61740CriJul 15, 2026
    risk 0.53cvss epss 0.00

    LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.5.4, when LightRAG is deployed with LIGHTRAG_API_KEY set but AUTH_ACCOUNTS unset, X-API-Key protection can be bypassed because lightrag/api/auth.py falls back to a hardcoded DEFAULT_TOKEN_SECRET,…

  • CVE-2026-61736CriJul 15, 2026
    risk 0.53cvss 9.3epss 0.00

    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…

  • CVE-2025-6773MedJun 27, 2025
    risk 0.27cvss 5.3epss 0.00

    A vulnerability was found in HKUDS LightRAG up to 1.3.8. It has been declared as critical. Affected by this vulnerability is the function upload_to_input_dir of the file lightrag/api/routers/document_routes.py of the component File Upload. The manipulation of the argument…

  • CVE-2026-39413MedApr 8, 2026
    risk 0.20cvss 4.2epss 0.00

    LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.4.14, the LightRAG API is vulnerable to a JWT algorithm confusion attack where an attacker can forge tokens by specifying 'alg': 'none' in the JWT header. Since the jwt.decode() call does not explicitly…