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

CVE-2026-41705: VMware Spring AI SQLi Vulnerability

CVE-2026-41705 is a SQL injection flaw in VMware Spring AI's MilvusVectorStore component that allows filter-expression injection through unsanitized document IDs. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-41705 Overview

CVE-2026-41705 is a filter-expression injection vulnerability in the Spring AI MilvusVectorStore#doDelete(List) method. The implementation passes unsanitized document identifiers directly into a Milvus filter expression. Attackers who control document IDs supplied to the delete operation can manipulate the resulting expression and influence which vectors are removed from the store. The flaw affects Spring AI 1.0.x releases from 1.0.0 through the latest 1.0.x line, and Spring AI 1.1.x releases from 1.1.0 through the latest 1.1.x line. VMware addressed the issue in Spring AI 1.0.7 and 1.1.6. The vulnerability is categorized under [CWE-917], improper neutralization of special elements used in an expression language statement.

Critical Impact

Unauthenticated network-based attackers can inject filter expressions into the Milvus vector store, enabling unintended deletion of stored vectors and degradation of retrieval-augmented generation (RAG) integrity.

Affected Products

  • VMware Spring AI 1.0.0 through latest 1.0.x (fixed in 1.0.7)
  • VMware Spring AI 1.1.0 through latest 1.1.x (fixed in 1.1.6)
  • Applications using MilvusVectorStore with externally influenced document IDs

Discovery Timeline

  • 2026-05-09 - CVE-2026-41705 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-41705

Vulnerability Analysis

The vulnerability resides in MilvusVectorStore#doDelete(List<String> idList), the method Spring AI uses to remove embedded documents from a Milvus collection. Spring AI builds a Milvus filter expression by concatenating the supplied identifiers into a string that Milvus then evaluates server-side. Because the implementation does not escape or validate identifier values, characters that have meaning in the Milvus expression grammar pass through verbatim. An attacker who can influence the ID list, for example through an application endpoint that deletes documents by user-supplied keys, can break out of the intended id in [...] clause and append predicates that broaden the deletion scope.

The injection occurs in an expression language context rather than at the SQL or shell layer, which places it within the [CWE-917] category. The downstream impact depends on the calling application: integrity loss when arbitrary rows are deleted, and availability loss when entire RAG collections are wiped. Confidentiality impact arises because crafted expressions may also expose information about the structure of stored data through delete-by-filter side effects.

Root Cause

The root cause is the absence of input neutralization when constructing a Milvus filter expression from caller-supplied document IDs. The method trusts the identifier strings to be opaque values and concatenates them into the expression string without quoting or escaping the characters that Milvus treats as operators, delimiters, or boolean keywords.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction when the application exposes a delete-by-ID operation to remote clients. An attacker submits crafted identifier values containing Milvus expression syntax. When Spring AI assembles the filter and forwards it to Milvus, the injected predicates execute as part of the delete operation. No specific code example is published in the advisory. Refer to the Spring Security Advisory CVE-2026-41705 for vendor technical details.

Detection Methods for CVE-2026-41705

Indicators of Compromise

  • Unexpected mass deletions of vectors or documents from Milvus collections backing Spring AI applications.
  • Application logs containing document IDs with Milvus expression operators such as in, not in, &&, ||, ==, or unescaped quotes.
  • Milvus server logs showing delete requests with filter expressions that exceed the structure produced by legitimate MilvusVectorStore calls.

Detection Strategies

  • Inspect outbound Milvus filter expressions for predicates beyond the expected id in [...] pattern generated by doDelete.
  • Audit application endpoints that accept document identifiers and trace whether values reach MilvusVectorStore#doDelete without server-side validation.
  • Correlate spikes in Milvus delete volume with HTTP requests containing non-alphanumeric characters in identifier fields.

Monitoring Recommendations

  • Log and alert on Milvus delete operations whose filter strings contain expression keywords or boolean operators.
  • Track Spring AI dependency versions across services and flag any spring-ai-milvus-store artifact below 1.0.7 or 1.1.6.
  • Capture and review application-level audit trails for delete requests originating from unauthenticated or low-privilege contexts.

How to Mitigate CVE-2026-41705

Immediate Actions Required

  • Upgrade Spring AI to 1.0.7 or later on the 1.0.x branch, or 1.1.6 or later on the 1.1.x branch.
  • Restrict delete-by-ID endpoints to authenticated callers with least privilege until the upgrade is deployed.
  • Validate document identifiers against a strict allowlist of expected characters before invoking MilvusVectorStore APIs.

Patch Information

VMware fixed CVE-2026-41705 in Spring AI 1.0.7 and 1.1.6. The fix sanitizes document identifiers before they are incorporated into the Milvus filter expression generated by doDelete(List). Upgrade instructions and version metadata are available in the Spring Security Advisory CVE-2026-41705.

Workarounds

  • Reject identifier values containing characters outside the expected ID format, for example UUIDs or numeric strings, at the application boundary.
  • Wrap calls to MilvusVectorStore#doDelete with a validator that enforces a regex such as ^[A-Za-z0-9_-]+$ on each entry of the list.
  • Limit network exposure of services that perform vector deletions and require authentication plus authorization checks tied to the document owner.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechVmware Spring Ai

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.03%

  • 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-917
  • Vendor Resources
  • Spring Security Advisory CVE-2026-41705
  • Related CVEs
  • CVE-2026-40978: VMware Spring AI SQLi Vulnerability

  • CVE-2026-22743: VMware Spring AI Cypher Injection Flaw

  • CVE-2026-41712: VMware Spring AI Information Disclosure

  • CVE-2026-41713: VMware Spring AI Input Injection Vulnerability
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