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

CVE-2026-40979: Spring AI Information Disclosure Flaw

CVE-2026-40979 is an information disclosure vulnerability in VMware Spring AI that exposes ONNX models in shared environments. This article covers the security risk, affected versions 1.0.0-1.0.5 and 1.1.0-1.1.4, and patches.

Published: April 30, 2026

CVE-2026-40979 Overview

CVE-2026-40979 is a medium-severity information disclosure vulnerability in VMware Spring AI that allows attackers with access to a shared environment to expose the ONNX (Open Neural Network Exchange) model used by the application. This vulnerability stems from insecure temporary file handling practices (CWE-377), potentially enabling unauthorized access to proprietary machine learning models and their associated intellectual property.

Critical Impact

Attackers with local access to shared environments can gain unauthorized access to ONNX models, potentially exposing proprietary AI/ML intellectual property and enabling model theft or reverse engineering attacks.

Affected Products

  • VMware Spring AI versions 1.0.0 through 1.0.5
  • VMware Spring AI versions 1.1.0 through 1.1.4
  • Applications using affected Spring AI versions in shared or multi-tenant environments

Discovery Timeline

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

Technical Details for CVE-2026-40979

Vulnerability Analysis

This vulnerability in Spring AI relates to insecure temporary file handling (CWE-377: Insecure Temporary File) when managing ONNX model files. In shared computing environments such as multi-tenant cloud deployments or containerized applications with shared file systems, the application may expose ONNX model files through predictable file locations or insufficient access controls on temporary storage.

The vulnerability requires local access to exploit, meaning an attacker must already have some level of access to the shared environment where the vulnerable Spring AI application is running. The attack complexity is low once access is established, and no user interaction is required for exploitation. While confidentiality impact is limited, the integrity impact is high, as attackers could potentially modify or replace model files.

Root Cause

The root cause of CVE-2026-40979 lies in how Spring AI handles ONNX model files in temporary storage locations. The framework creates temporary files with insufficient access restrictions, allowing other users or processes in shared environments to read or modify these model files. This is a classic insecure temporary file vulnerability where the application fails to properly secure transient data that contains sensitive intellectual property.

Attack Vector

The attack vector is local, requiring an attacker to have access to the same shared environment where the vulnerable Spring AI application operates. Exploitation scenarios include:

  1. Multi-tenant cloud environments - Attackers on shared infrastructure could access temporary directories where ONNX models are stored
  2. Containerized deployments - In environments with shared volumes or insufficient container isolation, neighboring containers may access model files
  3. Development/staging systems - Shared development environments where multiple users have access to the same file system

The vulnerability allows attackers to extract ONNX model files, potentially enabling reverse engineering of proprietary AI models, intellectual property theft, or modification of model files to introduce adversarial behavior.

Detection Methods for CVE-2026-40979

Indicators of Compromise

  • Unexpected file access attempts in temporary directories containing .onnx files
  • Anomalous read operations on Spring AI model storage locations by non-application processes
  • File permission changes on ONNX model files or their parent directories
  • Unusual process access patterns to /tmp or application-specific temporary directories

Detection Strategies

  • Monitor file system access logs for unauthorized access to directories used by Spring AI
  • Implement file integrity monitoring (FIM) on ONNX model storage locations
  • Use application-level logging to track model loading and unloading events
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious file access patterns

Monitoring Recommendations

  • Configure audit logging for all access to temporary directories used by Spring AI applications
  • Implement alerting for file access by unexpected user accounts or processes
  • Review container isolation configurations in Kubernetes or Docker deployments
  • Monitor for lateral movement attempts following potential model exfiltration

How to Mitigate CVE-2026-40979

Immediate Actions Required

  • Upgrade Spring AI to version 1.0.6 or later for the 1.0.x branch
  • Upgrade Spring AI to version 1.1.5 or later for the 1.1.x branch
  • Review and restrict file system permissions on directories containing ONNX models
  • Audit shared environment access controls to minimize exposure

Patch Information

VMware has released security patches addressing this vulnerability. Affected users should upgrade to the fixed versions:

  • Spring AI 1.0.x users: Upgrade to version 1.0.6 or later
  • Spring AI 1.1.x users: Upgrade to version 1.1.5 or later

For detailed patch information and upgrade instructions, refer to the Spring Security Advisory for CVE-2026-40979.

Workarounds

  • Implement strict file system permissions (e.g., chmod 600) on ONNX model files and their containing directories
  • Use dedicated, isolated storage volumes for AI model files rather than shared temporary directories
  • Deploy Spring AI applications in isolated containers with no shared volumes
  • Consider encrypting ONNX model files at rest using application-level encryption
bash
# Restrict permissions on ONNX model directories
chmod 700 /path/to/model/directory
chmod 600 /path/to/model/directory/*.onnx

# Ensure proper ownership
chown appuser:appgroup /path/to/model/directory -R

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVmware Spring Ai

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-377
  • Vendor Resources
  • Spring Security CVE-2026-40979
  • Related CVEs
  • CVE-2026-40967: VMware Spring AI RCE Vulnerability

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

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

  • 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