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

CVE-2026-41001: Spring Boot Path Traversal Vulnerability

CVE-2026-41001 is a path traversal vulnerability in Spring Boot's ArtemisEmbeddedConfigurationFactory that allows local attackers to exploit predictable directory paths. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: June 11, 2026

CVE-2026-41001 Overview

CVE-2026-41001 affects Spring Boot's ArtemisEmbeddedConfigurationFactory, which uses a fixed, static path for the embedded Apache Artemis message broker's data directory when no explicit path is configured. A local attacker on the same host can pre-create this predictable directory or place a symbolic link before the application starts. The issue maps to [CWE-377] Insecure Temporary File and stems from predictable filesystem path usage in a shared location.

Critical Impact

Local attackers with low privileges on the same host can manipulate the embedded Artemis broker's data directory, leading to limited confidentiality, integrity, and availability impact on broker data.

Affected Products

  • Spring Boot 4.0.0 through 4.0.6
  • Spring Boot 3.5.0 through 3.5.14, 3.4.0 through 3.4.16, 3.3.0 through 3.3.19
  • Spring Boot 2.7.0 through 2.7.33

Discovery Timeline

  • 2026-06-11 - CVE-2026-41001 published to NVD
  • 2026-06-11 - Last updated in NVD database

Technical Details for CVE-2026-41001

Vulnerability Analysis

Spring Boot ships auto-configuration for an embedded Apache Artemis broker through ArtemisEmbeddedConfigurationFactory. When an application does not explicitly set spring.artemis.embedded.data-directory, the factory falls back to a fixed, predictable filesystem path. This path is the same across every host that runs the same Spring Boot version with default settings.

The predictable location is a textbook insecure temporary directory pattern. Any local user on the host can create the directory, change its permissions, or replace it with a symbolic link before the Spring Boot process starts. When the application later initializes the embedded broker, it reads and writes broker state through the attacker-controlled path.

The resulting impact is bounded by the data the embedded broker stores: queued messages, journal files, and broker metadata. The attacker can read, modify, or destroy this data, and can cause the broker to fail at startup by manipulating directory ownership.

Root Cause

The root cause is hardcoded use of a shared, world-reachable directory as the default data location. The factory does not generate a per-instance path, does not validate ownership of the existing directory, and does not refuse to start when the path is a symlink. This matches [CWE-377] Insecure Temporary File, where security relies on the absence of a pre-existing attacker-controlled object at a predictable path.

Attack Vector

Exploitation requires local access to the host with low privileges and no user interaction. The attacker performs the following sequence:

  1. Identifies a host running Spring Boot with the embedded Artemis broker enabled.
  2. Creates the predictable default data directory, or replaces it with a symlink to a sensitive location, before the Spring Boot process starts.
  3. Waits for the Spring Boot service to launch and initialize the broker against the attacker-controlled path.
  4. Reads broker journal contents, tampers with queued messages, or triggers denial of service against the broker.

No public proof-of-concept code is referenced in the advisory. For implementation specifics, see the Spring Security advisory for CVE-2026-41001.

Detection Methods for CVE-2026-41001

Indicators of Compromise

  • Pre-existing Artemis data directory owned by a non-service local user prior to Spring Boot startup.
  • Symbolic links at the default Artemis data path pointing to unrelated filesystem locations.
  • Artemis journal files with mismatched ownership compared to the Spring Boot process user.
  • Broker startup failures referencing permission or path errors on the data directory.

Detection Strategies

  • Audit running Spring Boot applications for unset spring.artemis.embedded.data-directory configuration.
  • Inventory hosts running affected Spring Boot versions and confirm whether the embedded Artemis broker is active.
  • Inspect the default Artemis directory at process startup with file integrity monitoring to detect pre-creation by other users.
  • Track creation of symlinks in shared temporary locations by non-privileged accounts.

Monitoring Recommendations

  • Forward filesystem audit logs for shared temporary directories into a centralized SIEM for cross-host correlation.
  • Alert when a non-service account creates or modifies the Artemis default data path.
  • Monitor Spring Boot application logs for Artemis initialization errors that indicate path tampering.

How to Mitigate CVE-2026-41001

Immediate Actions Required

  • Upgrade Spring Boot to a fixed maintenance release on your current minor line as listed in the vendor advisory.
  • Explicitly configure spring.artemis.embedded.data-directory to a path inside an application-owned directory with restrictive permissions.
  • Restrict local shell access on hosts running Spring Boot with the embedded Artemis broker.
  • Validate that the configured Artemis data directory is not a symlink and is owned by the service account.

Patch Information

The vendor advisory at Spring Security CVE-2026-41001 lists the fixed versions for each supported Spring Boot minor line. Upgrade from any affected version in the 2.7.x, 3.3.x, 3.4.x, 3.5.x, or 4.0.x series to the corresponding patched release.

Workarounds

  • Set spring.artemis.embedded.data-directory to a path under the application's private directory tree.
  • Apply 0700 permissions to the parent directory and ensure ownership matches the Spring Boot runtime user.
  • Disable the embedded Artemis broker if it is not required and use an external broker instead.
  • Enforce least-privilege local accounts so untrusted users cannot write to predictable filesystem locations.
bash
# Configuration example: pin the embedded Artemis data directory
# application.properties
spring.artemis.mode=embedded
spring.artemis.embedded.data-directory=/var/lib/myapp/artemis-data

# Filesystem hardening
install -d -o myapp -g myapp -m 0700 /var/lib/myapp/artemis-data

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSpring Boot

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-377
  • Technical References
  • Spring Security CVE-2026-41001
  • Related CVEs
  • CVE-2021-21234: Spring Boot Actuator Path Traversal Flaw

  • CVE-2026-40992: Spring Boot Information Disclosure Flaw

  • CVE-2026-40971: Spring Boot Information Disclosure Flaw

  • CVE-2026-40974: Spring Boot SSL Hostname 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