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

CVE-2026-41713: VMware Spring AI Input Injection Vulnerability

CVE-2026-41713 is an input injection vulnerability in VMware Spring AI that allows attackers to manipulate model behavior through crafted inputs stored in conversation memory. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-41713 Overview

CVE-2026-41713 affects VMware Spring AI, the framework that integrates large language model (LLM) capabilities into Spring applications. The flaw allows a malicious user to craft input that is stored in conversation memory and later interpreted by the model in an unintended way. Applications using the affected advisor with user-controlled input may be susceptible to manipulation of model behavior across conversation turns. This is a stored prompt injection issue tracked under CWE-1336, Improper Neutralization of Special Elements Used in a Template Engine. Spring has published an advisory at Spring Security CVE-2026-41713.

Critical Impact

Attackers can persist malicious instructions in conversation memory, hijacking model behavior across sessions and influencing decisions made by downstream Spring AI applications.

Affected Products

  • VMware Spring AI (versions referenced in the vendor advisory)
  • Spring applications using the affected conversation memory advisor with user-controlled input
  • Downstream services consuming model output from vulnerable advisors

Discovery Timeline

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

Technical Details for CVE-2026-41713

Vulnerability Analysis

The vulnerability resides in Spring AI's conversation memory advisor. Spring AI stores prior user and assistant turns to provide context for subsequent LLM invocations. When user-supplied content is appended to memory without neutralization, attacker-controlled tokens are later re-presented to the model as part of the prompt template. The model cannot distinguish system instructions from attacker-injected directives, leading to manipulated outputs.

The issue is classified as [CWE-1336] (Improper Neutralization of Special Elements Used in a Template Engine). Confidentiality impact is limited, but integrity impact is high because the model's reasoning and downstream actions can be steered by injected content. Availability is not affected.

Root Cause

The advisor concatenates raw user input into the prompt template used for subsequent turns. No filtering, role-tagging, or content boundary enforcement separates persisted user content from system or developer instructions. Once stored, the malicious tokens influence every later inference that loads that memory window.

Attack Vector

The attack is network-reachable, requires no authentication, and no user interaction. An attacker submits a chat message containing instructions such as overriding the system prompt, exfiltrating context, or producing biased output. The advisor stores the message verbatim. On the next turn, the model consumes the poisoned memory and follows the injected instructions instead of the developer-defined behavior.

The vulnerability is described in prose only because no verified proof-of-concept code is published. See the Spring Security advisory for vendor-specified exploitation conditions.

Detection Methods for CVE-2026-41713

Indicators of Compromise

  • Conversation memory entries containing role-override phrases such as "ignore previous instructions", "you are now", or embedded system prompt delimiters.
  • LLM responses that deviate from the application's defined persona, tool-use policy, or output schema after a specific user turn.
  • Spring AI logs showing user messages with unusual token lengths, control characters, or template syntax.

Detection Strategies

  • Inspect persisted conversation memory stores (vector DB, Redis, JDBC) for injection patterns before they are replayed to the model.
  • Compare model outputs against a policy classifier to flag responses that violate guardrails after memory load.
  • Enable Spring AI request and response logging to correlate poisoned memory entries with downstream behavior changes.

Monitoring Recommendations

  • Alert on chat sessions where memory size grows abnormally or contains repeated instruction-like phrases.
  • Track per-user anomaly scores for prompts containing template control tokens or escape sequences.
  • Forward Spring AI application logs to a centralized analytics platform and apply detection rules for known prompt injection signatures.

How to Mitigate CVE-2026-41713

Immediate Actions Required

  • Upgrade Spring AI to the fixed version listed in the Spring Security advisory.
  • Audit existing conversation memory stores and purge entries containing injection payloads.
  • Restrict the affected advisor to authenticated, lower-trust contexts until patching is complete.

Patch Information

VMware has published remediation guidance in the Spring Security CVE-2026-41713 advisory. Apply the recommended Spring AI release and review advisor configuration for any custom memory implementations that may inherit the same pattern.

Workarounds

  • Sanitize user input before persistence by stripping template delimiters and instruction-like phrases.
  • Wrap persisted user turns in explicit role tags so the model treats them as data, not instructions.
  • Limit conversation memory scope to short windows and clear memory between privileged operations.
  • Place an output guardrail or policy filter between the model and downstream tools to block injected directives.
bash
# Configuration example - pin Spring AI to a patched release in Maven
mvn versions:use-dep-version -Dincludes=org.springframework.ai:spring-ai-core -DdepVersion=<patched-version> -DforceVersion=true

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechVmware Spring Ai

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1336
  • Technical References
  • NIST CVSS v3 Calculator
  • Vendor Resources
  • Spring Security CVE-2026-41713
  • Related CVEs
  • CVE-2026-41705: VMware Spring AI SQLi Vulnerability

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

  • CVE-2026-22742: VMware Spring AI SSRF Vulnerability

  • CVE-2026-40967: VMware Spring AI RCE 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