The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-24477

CVE-2026-24477: AnythingLLM Information Disclosure Flaw

CVE-2026-24477 is an information disclosure vulnerability in Mintplexlabs AnythingLLM that exposes Qdrant API keys to unauthenticated users, enabling full database access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 30, 2026

CVE-2026-24477 Overview

CVE-2026-24477 is a sensitive information exposure vulnerability in AnythingLLM, an application that transforms content into context for Large Language Models (LLMs) to use as references during chatting. When AnythingLLM is configured to use Qdrant as the vector database with an API key, the QdrantApiKey is exposed in plain text to unauthenticated users via the /api/setup-complete endpoint.

Critical Impact

Unauthenticated attackers can obtain the Qdrant API key, gaining full read/write access to the vector database. This can lead to complete compromise of the semantic search functionality and indirect leakage of confidential uploaded documents stored in the RAG knowledge base.

Affected Products

  • Mintplexlabs AnythingLLM versions prior to 1.10.0

Discovery Timeline

  • 2026-01-27 - CVE-2026-24477 published to NVD
  • 2026-01-28 - Last updated in NVD database

Technical Details for CVE-2026-24477

Vulnerability Analysis

This vulnerability falls under CWE-201 (Insertion of Sensitive Information Into Sent Data), where sensitive configuration data is inadvertently exposed through an API endpoint. The core issue lies in the /api/setup-complete endpoint returning configuration details that include the Qdrant API key without requiring authentication.

Qdrant is a popular vector similarity search engine commonly used in Retrieval-Augmented Generation (RAG) architectures. In AnythingLLM deployments, Qdrant typically stores embeddings of all uploaded documents and content that form the knowledge base for LLM interactions. The exposure of the API key grants attackers complete control over this critical data store.

Root Cause

The root cause is improper access control on the /api/setup-complete endpoint. The endpoint was designed to return configuration status information but failed to filter out sensitive credentials before responding to unauthenticated requests. The QdrantApiKey was included in the response payload without proper redaction or authentication checks.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Sending an unauthenticated HTTP request to the /api/setup-complete endpoint on a vulnerable AnythingLLM instance
  2. Parsing the JSON response to extract the QdrantApiKey value
  3. Using the obtained API key to connect directly to the Qdrant vector database instance
  4. Performing read operations to exfiltrate document embeddings and associated metadata
  5. Executing write operations to corrupt, delete, or inject malicious data into the knowledge base

The attack is particularly severe because it enables indirect access to confidential documents that users have uploaded to AnythingLLM, even though the documents themselves may not be directly exposed.

Detection Methods for CVE-2026-24477

Indicators of Compromise

  • Unusual or unexpected requests to the /api/setup-complete endpoint, especially from external IP addresses
  • Unauthorized access attempts to the Qdrant database from IP addresses not associated with the AnythingLLM application server
  • Anomalous read or write operations on the Qdrant vector database outside normal application patterns
  • Evidence of bulk data extraction or enumeration activities against the vector database

Detection Strategies

  • Monitor web server access logs for requests to /api/setup-complete from unauthenticated sessions or suspicious source IPs
  • Implement alerting on Qdrant database connections originating from unexpected network locations
  • Review application logs for API key usage patterns that deviate from normal AnythingLLM operations
  • Deploy web application firewalls (WAF) with rules to detect reconnaissance activities against setup endpoints

Monitoring Recommendations

  • Enable comprehensive logging on both the AnythingLLM application and Qdrant database instances
  • Implement network segmentation monitoring to detect unexpected communication between the Qdrant database and external networks
  • Configure alerts for any Qdrant API key authentication from IP addresses outside the expected application infrastructure
  • Regularly audit access patterns to sensitive API endpoints

How to Mitigate CVE-2026-24477

Immediate Actions Required

  • Upgrade AnythingLLM to version 1.10.0 or later immediately
  • Rotate the Qdrant API key if you suspect potential exposure
  • Restrict network access to the Qdrant database to only the AnythingLLM application server
  • Review Qdrant access logs for any unauthorized connections prior to patching

Patch Information

Mintplex Labs has released version 1.10.0 of AnythingLLM which addresses this vulnerability. The patch ensures that sensitive credentials like the QdrantApiKey are no longer exposed through the /api/setup-complete endpoint. Organizations should update to this version or later to remediate the vulnerability.

For detailed information about the fix, refer to the GitHub Security Advisory GHSA-gm94-qc2p-xcwf.

Workarounds

  • Implement network-level access controls to restrict access to the AnythingLLM application from trusted networks only
  • Deploy a reverse proxy or WAF to block unauthenticated access to the /api/setup-complete endpoint
  • Configure Qdrant with IP allowlisting to only accept connections from the AnythingLLM application server
  • Place the Qdrant database on an isolated network segment not accessible from the internet

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMintplexlabs Anythingllm

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS: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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-201
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32715: Mintplexlabs AnythingLLM Info Disclosure

  • CVE-2026-32617: Mintplexlabs AnythingLLM Auth Bypass Flaw

  • CVE-2026-32626: Mintplexlabs AnythingLLM RCE Vulnerability

  • CVE-2026-32628: Mintplexlabs AnythingLLM SQLi Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English