A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-42456

CVE-2026-42456: AnythingLLM Information Disclosure Flaw

CVE-2026-42456 is an information disclosure vulnerability in AnythingLLM allowing unauthorized access to private chat audio via IDOR. This article covers the technical details, affected versions, and mitigation steps.

Published: May 18, 2026

CVE-2026-42456 Overview

CVE-2026-42456 is an Insecure Direct Object Reference (IDOR) vulnerability in AnythingLLM, an application that converts content into context for Large Language Model (LLM) chat references. The flaw exists in the GET /api/workspace/:slug/tts/:chatId endpoint, which returns text-to-speech (TTS) audio for chat responses. The route validates workspace membership but fails to enforce ownership of the targeted chat row. An authenticated user within the same workspace can retrieve another user's private assistant response in audio form if they know or guess the chatId. The issue affects versions prior to 1.12.1 and is tracked under [CWE-200] Information Exposure.

Critical Impact

Authenticated workspace members can access other users' private LLM chat responses through the TTS endpoint by referencing arbitrary chat IDs.

Affected Products

  • AnythingLLM by Mintplex Labs
  • All versions prior to 1.12.1
  • Self-hosted and cloud deployments exposing the workspace TTS API

Discovery Timeline

  • 2026-05-08 - CVE-2026-42456 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42456

Vulnerability Analysis

The vulnerability resides in the workspace TTS handler in server/endpoints/workspaces.js. The route accepts a chatId path parameter and returns the synthesized audio of the corresponding assistant response. Authorization logic checks that the requesting user belongs to the workspace referenced by :slug, but does not verify that the chat row referenced by chatId was generated by that user.

Because chat IDs are sequential integers stored in WorkspaceChats, an authenticated attacker sharing a workspace with the victim can enumerate IDs and harvest TTS audio of private assistant responses. The exposed audio may contain sensitive prompts, retrieved document content, or proprietary information used in retrieval-augmented generation (RAG) workflows.

Root Cause

The WorkspaceChats.get() query filtered records by id and workspaceId only, omitting the user_id constraint. This is a classic missing-authorization-check pattern matching [CWE-200] and the IDOR class of broken access control.

Attack Vector

An attacker requires a valid authenticated session and membership in the target workspace. The attacker iterates chatId values against the TTS endpoint to retrieve audio belonging to other workspace members. No user interaction from the victim is required.

javascript
       try {
         const { chatId } = request.params;
         const workspace = response.locals.workspace;
+        const user = await userFromSession(request, response);
         const cacheKey = `${workspace.slug}:${chatId}`;
         const wsChat = await WorkspaceChats.get({
           id: Number(chatId),
           workspaceId: workspace.id,
+          user_id: user?.id,
         });
 
+        if (!wsChat) return response.sendStatus(404);
         const cachedResponse = responseCache.get(cacheKey);
         if (cachedResponse) {
           response.writeHead(200, {

Source: GitHub Commit 4f3f771 — The patch resolves the issue by deriving the requesting user from the session and adding user_id to the WorkspaceChats.get() query, returning HTTP 404 when no matching chat row is owned by that user.

Detection Methods for CVE-2026-42456

Indicators of Compromise

  • Sequential or enumerative GET requests against /api/workspace/:slug/tts/:chatId from a single authenticated session.
  • Repeated TTS endpoint requests producing 200 responses for chatId values outside the calling user's chat history.
  • Spikes in TTS audio generation requests without corresponding chat creation activity by the same user.

Detection Strategies

  • Correlate application logs to flag requests where the requesting user_id does not match the user_id recorded on the returned chatId row.
  • Implement rate-based detection on the /tts/ route to identify enumeration patterns.
  • Audit reverse proxy or API gateway logs for non-sequential or rapid chatId access by single sessions.

Monitoring Recommendations

  • Enable verbose request logging on AnythingLLM workspace endpoints and forward to a centralized log store.
  • Alert on 200 responses to the TTS endpoint when the chatId queried was not created within the last user-attributed session.
  • Track per-user request counts to /api/workspace/*/tts/* and baseline normal usage volumes.

How to Mitigate CVE-2026-42456

Immediate Actions Required

  • Upgrade AnythingLLM to version 1.12.1 or later, which enforces chat ownership in the TTS query.
  • Audit workspace membership and remove users who no longer require access to sensitive workspaces.
  • Review historical TTS endpoint logs for evidence of cross-user chatId access.

Patch Information

Mintplex Labs released the fix in AnythingLLM v1.12.1. The remediation is documented in GitHub Security Advisory GHSA-jwqg-jfg3-x5vv and applied via commit 4f3f771. The patch adds the authenticated user's ID to the WorkspaceChats.get() lookup so that only the chat owner can retrieve the TTS audio.

Workarounds

  • If immediate patching is not possible, disable or proxy-block the /api/workspace/:slug/tts/:chatId route at the reverse proxy.
  • Restrict workspace membership to trusted users until the upgrade is applied.
  • Place AnythingLLM behind an authenticated gateway that enforces per-user request validation on chat resource paths.
bash
# Example NGINX block to deny TTS endpoint until patch is applied
location ~ ^/api/workspace/[^/]+/tts/ {
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAnythingllm

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Release Version 1.12.1

  • GitHub Security Advisory GHSA-jwqg-jfg3-x5vv
  • Related CVEs
  • CVE-2026-21484: AnythingLLM Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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