CVE Catalog

CVE-2026-24477

High
Published: Translated: NVD NIST

Summary

AnythingLLM before version 1.10.0, when configured to use Qdrant as the vector database with an API key, can expose this key in plain text to unauthenticated users via the `/api/setup-complete` endpoint. Leakage of the key allows an attacker full read/write access to the Qdrant vector database.

Risk Assessment

An attacker can gain full read/write access to the vector database, potentially leading to confidentiality breaches of uploaded documents and compromise of semantic search functionality.

Recommendation

Upgrade AnythingLLM to version 1.10.0 or later, which includes the fix.

Other vulnerabilities in AnythingLLM

See all
Original NVD description (English source)

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. If AnythingLLM prior to version 1.10.0 is configured to use Qdrant as the vector database with an API key, this QdrantApiKey could be exposed in plain text to unauthenticated users via the `/api/setup-complete` endpoint. Leakage of QdrantApiKey allows an unauthenticated attacker full read/write access to the Qdrant vector database instance used by AnythingLLM. Since Qdrant often stores the core knowledge base for RAG in AnythingLLM, this can lead to complete compromise of the semantic search / retrieval functionality and indirect leakage of confidential uploaded documents. Version 1.10.0 patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS