cbcvebase.
CVE-2026-24477
published 2026-01-27

CVE-2026-24477: 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…

PriorityP182high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
1.57%
72.2th percentile
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.

Affected

2 ranges
VendorProductVersion rangeFixed in
mintplex-labsanything-llm< 1.10.01.10.0
mintplexlabsanythingllm< 1.10.01.10.0

Detection & IOCsextracted from sources · hover to see the quote

url/api/setup-complete
other"QdrantApiKey":
sigma
GET /api/setup-complete HTTP/1.x -> 200 OK with body containing '"QdrantApiKey":' and Content-Type: application/json
  • Send an unauthenticated HTTP GET request to /api/setup-complete; a vulnerable AnythingLLM instance will return HTTP 200 with a JSON body containing the key '"QdrantApiKey":' in plain text.
  • Response Content-Type will be application/json; match on both the JSON key '"QdrantApiKey":' in the body and HTTP status 200 to confirm exploitation.
  • Shodan query 'anythingllm' can be used to identify internet-exposed AnythingLLM instances potentially vulnerable to this unauthenticated information disclosure.
  • ·The vulnerability only affects AnythingLLM instances explicitly configured to use Qdrant as the vector database with an API key set; deployments using other vector databases or no Qdrant API key are not affected.
  • ·Only AnythingLLM versions prior to 1.10.0 are vulnerable; version 1.10.0 patches the issue.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv4.08.7HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vulncheck8.7HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.