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-40967

CVE-2026-40967: VMware Spring AI RCE Vulnerability

CVE-2026-40967 is a remote code execution vulnerability in VMware Spring AI caused by improper escaping in FilterExpressionConverter implementations. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-40967 Overview

CVE-2026-40967 is a code injection vulnerability affecting VMware Spring AI's FilterExpressionConverter implementations. Various FilterExpressionConverter implementations accept filter expression objects and translate them to specific vector store query languages. In several cases, keys and values are not properly escaped, leading to the ability for attackers to alter the query and potentially access or modify unauthorized data.

Critical Impact

Attackers can exploit improper input escaping in FilterExpressionConverter implementations to inject malicious query syntax, potentially compromising data confidentiality and integrity within vector store backends.

Affected Products

  • VMware Spring AI versions 1.0.0 through 1.0.5
  • VMware Spring AI versions 1.1.0 through 1.1.4

Discovery Timeline

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

Technical Details for CVE-2026-40967

Vulnerability Analysis

This vulnerability stems from CWE-94 (Improper Control of Generation of Code), commonly known as code injection. The Spring AI framework provides FilterExpressionConverter implementations that translate filter expression objects into query languages used by various vector store backends. These converters fail to properly sanitize and escape user-supplied keys and values before incorporating them into the generated queries.

When applications using Spring AI accept untrusted input as part of filter expressions, attackers can craft malicious input containing special characters or query syntax elements. Since the converters do not adequately escape these inputs, the malicious content gets interpreted as part of the query structure rather than as literal data values. This allows attackers to modify query logic, potentially accessing data they should not be authorized to view or manipulating query results.

The network-accessible nature of this vulnerability means that remote attackers can exploit it without requiring authentication or user interaction, making it particularly dangerous in production environments that expose Spring AI-powered applications to untrusted users.

Root Cause

The root cause of CVE-2026-40967 lies in the insufficient input validation and output encoding within multiple FilterExpressionConverter implementations in Spring AI. The converters directly interpolate user-controlled keys and values into query strings without applying appropriate escaping mechanisms specific to each vector store's query language syntax. This failure to implement proper output encoding allows specially crafted input to break out of the intended data context and inject arbitrary query commands.

Attack Vector

The attack vector for this vulnerability is network-based with low attack complexity. An attacker can exploit this vulnerability by:

  1. Identifying an application endpoint that passes user-controlled input to Spring AI's filter expression processing
  2. Crafting malicious filter expression values containing query language escape sequences or special characters
  3. Submitting the malicious input through the network interface
  4. The FilterExpressionConverter processes the input without proper escaping, allowing the injected content to alter the query structure
  5. The modified query executes against the vector store, potentially exposing unauthorized data or altering query behavior

The vulnerability does not require authentication or privileges to exploit, and no user interaction is needed, making it exploitable in fully automated attack scenarios.

Detection Methods for CVE-2026-40967

Indicators of Compromise

  • Unusual or malformed query patterns in vector store query logs containing unexpected special characters or query operators
  • Application errors or exceptions related to FilterExpressionConverter processing that indicate injection attempts
  • Unexpected data access patterns showing queries returning data outside normal user access boundaries
  • Audit log entries showing filter expressions with injection payloads such as quote characters, boolean operators, or query language keywords

Detection Strategies

  • Implement application-level logging for all filter expression inputs passed to Spring AI components and monitor for suspicious patterns
  • Deploy Web Application Firewall (WAF) rules to detect and block common injection patterns in request parameters
  • Configure runtime application security testing (RASP) solutions to monitor FilterExpressionConverter method invocations for malicious inputs
  • Review vector store access logs for queries with unusual structure or unauthorized data access patterns

Monitoring Recommendations

  • Enable verbose logging for Spring AI filter expression processing in development and staging environments to identify potential injection vectors
  • Set up alerting for application exceptions originating from FilterExpressionConverter classes that may indicate injection attempts
  • Monitor vector store query performance metrics for anomalies that could indicate successful query manipulation attacks

How to Mitigate CVE-2026-40967

Immediate Actions Required

  • Upgrade Spring AI to version 1.0.6 or later for applications using the 1.0.x branch
  • Upgrade Spring AI to version 1.1.5 or later for applications using the 1.1.x branch
  • Audit existing code for any user-controlled input being passed to FilterExpressionConverter implementations
  • Implement input validation at the application layer to restrict filter expression keys and values to expected formats

Patch Information

VMware has released security patches addressing this vulnerability. Spring AI version 1.0.6 contains the fix for the 1.0.x release branch, while version 1.1.5 contains the fix for the 1.1.x release branch. The patches implement proper escaping of keys and values within FilterExpressionConverter implementations to prevent query injection attacks. For detailed patch information and upgrade guidance, refer to the Spring Security Advisory.

Workarounds

  • Implement strict input validation on all user-supplied data before passing it to Spring AI filter expression processing, rejecting any input containing special characters or query syntax elements
  • Use an allowlist approach to restrict filter expression keys to predefined values rather than accepting arbitrary user input
  • Deploy network-level controls to limit access to affected application endpoints while awaiting patch deployment
  • Consider temporarily disabling filter expression functionality that accepts user input until patches can be applied

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVmware Spring Ai

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-94
  • Vendor Resources
  • Spring Security Advisory
  • Related CVEs
  • CVE-2026-40966: VMware Spring AI Auth Bypass 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