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
    • 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-40966

CVE-2026-40966: VMware Spring AI Auth Bypass Vulnerability

CVE-2026-40966 is an authentication bypass flaw in VMware Spring AI that allows attackers to access other users' chat histories and steal sensitive data. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-40966 Overview

CVE-2026-40966 is an authorization bypass vulnerability in VMware Spring AI that allows attackers to bypass conversation isolation mechanisms and exfiltrate sensitive memory from other users' chat histories. The vulnerability affects applications using VectorStoreChatMemoryAdvisor that pass user-supplied input as a conversationId, enabling malicious actors to inject filter logic and access sensitive data including secrets and credentials from other users' conversations.

Critical Impact

Attackers can access sensitive chat histories containing secrets and credentials from other users by exploiting improper access control in the conversation memory system.

Affected Products

  • VMware Spring AI (versions using VectorStoreChatMemoryAdvisor)
  • Applications passing user-supplied input as conversationId

Discovery Timeline

  • 2026-04-28 - CVE-2026-40966 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-40966

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in Spring AI's conversation memory management system. The VectorStoreChatMemoryAdvisor component fails to properly validate and sanitize the conversationId parameter before using it in filter operations against the underlying vector store. When applications accept user-supplied input as a conversationId, attackers can craft malicious payloads that manipulate the filter logic.

The attack requires specific conditions: the target application must use VectorStoreChatMemoryAdvisor and must pass user-controlled input directly as the conversation identifier. While the attack complexity is high, successful exploitation requires no privileges and results in high confidentiality impact, as attackers can access sensitive conversation data belonging to other users.

Root Cause

The root cause is improper access control in the VectorStoreChatMemoryAdvisor component. The system does not adequately enforce conversation isolation boundaries when processing the conversationId parameter. Instead of treating the identifier as an opaque reference, the component allows injection of filter logic that can modify query behavior, effectively bypassing the intended isolation between user conversations.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. An attacker targets applications that expose conversation functionality using Spring AI's memory advisor system. By providing specially crafted conversationId values, the attacker can inject filter expressions that alter the vector store queries, allowing retrieval of chat history entries from conversations they should not have access to.

The attack flow typically involves:

  1. Identifying a Spring AI application using VectorStoreChatMemoryAdvisor
  2. Locating input fields or API parameters that accept conversation identifiers
  3. Injecting malicious filter logic through the conversationId parameter
  4. Extracting sensitive memory content from other users' chat histories

For detailed technical information, refer to the Spring Security Advisory.

Detection Methods for CVE-2026-40966

Indicators of Compromise

  • Unusual patterns in conversationId parameters containing filter syntax or special characters
  • Unexpected vector store query patterns accessing cross-conversation data
  • Application logs showing conversation memory retrieval for non-existent or mismatched user sessions
  • Anomalous data access patterns where single users retrieve disproportionate amounts of chat history

Detection Strategies

  • Monitor and log all conversationId parameters for unexpected characters or filter syntax patterns
  • Implement input validation alerts for conversation identifiers that deviate from expected formats (UUIDs, sequential IDs)
  • Deploy application-layer intrusion detection rules targeting filter injection patterns in Spring AI contexts
  • Audit vector store query logs for queries that return results across multiple conversation boundaries

Monitoring Recommendations

  • Enable detailed logging for VectorStoreChatMemoryAdvisor operations including all query parameters
  • Set up alerting on conversation memory access patterns that span multiple user sessions
  • Monitor for elevated error rates or exceptions in the conversation memory retrieval code path
  • Track and baseline normal conversation access patterns to identify anomalous behavior

How to Mitigate CVE-2026-40966

Immediate Actions Required

  • Review all applications using Spring AI's VectorStoreChatMemoryAdvisor to identify vulnerable configurations
  • Audit code paths where conversationId is accepted from user input
  • Implement strict input validation for conversation identifiers, allowing only expected formats
  • Consider temporarily disabling affected functionality until patches are applied
  • Apply the vendor security patch as soon as available

Patch Information

VMware has released a security advisory addressing this vulnerability. Review the Spring Security Advisory for CVE-2026-40966 for official patch information and updated versions. Upgrade to the patched version of Spring AI as specified in the vendor advisory.

Workarounds

  • Do not pass user-supplied input directly as the conversationId parameter
  • Generate conversation identifiers server-side using secure random UUIDs instead of accepting user input
  • Implement a mapping layer between external conversation references and internal identifiers
  • Add strict input validation that rejects any conversationId containing special characters or filter syntax
  • Apply allowlist validation ensuring conversation IDs match expected patterns (alphanumeric, specific length)
bash
# Example: Validate conversationId format before use
# Ensure conversationId matches UUID format only
if [[ ! "$CONVERSATION_ID" =~ ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ ]]; then
    echo "Invalid conversation ID format - rejecting request"
    exit 1
fi

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVmware Spring Ai

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • NIST CVSS v3 Calculator
  • Vendor Resources
  • Spring Security Advisory CVE-2026-40966
  • Related CVEs
  • CVE-2026-40967: VMware Spring AI RCE Vulnerability

  • CVE-2026-40978: VMware Spring AI SQLi Vulnerability

  • CVE-2026-40979: Spring AI Information Disclosure Flaw

  • CVE-2026-40980: VMware Spring AI DoS Vulnerability
Default Legacy - Prefooter | 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