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
    • 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-2025-41243

CVE-2025-41243: Spring Cloud Gateway Property Vulnerability

CVE-2025-41243 is an information disclosure vulnerability in Spring Cloud Gateway Server Webflux that enables environment property modification. This article covers technical details, affected configurations, and mitigation.

Published: March 11, 2026

CVE-2025-41243 Overview

Spring Cloud Gateway Server Webflux contains a critical vulnerability that allows for Spring Environment property modification. This vulnerability affects applications using Spring Cloud Gateway Server Webflux when combined with Spring Boot actuator dependencies and exposed, unsecured actuator endpoints. Successful exploitation enables attackers to modify Spring Environment properties remotely, potentially leading to complete system compromise.

An application is considered vulnerable when all the following conditions are true: the application uses Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable), Spring Boot actuator is a dependency, the Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via management.endpoints.web.exposure.include=gateway, the actuator endpoints are available to attackers, and the actuator endpoints are unsecured.

Critical Impact

This Code Injection vulnerability (CWE-94) allows unauthenticated remote attackers to modify Spring Environment properties, potentially leading to remote code execution, data exfiltration, and complete system takeover with a maximum CVSS score indicating critical severity.

Affected Products

  • Spring Cloud Gateway Server Webflux (vulnerable versions)
  • Applications with Spring Boot actuator dependency and exposed gateway endpoints
  • Systems with unsecured actuator web endpoints enabled via management.endpoints.web.exposure.include=gateway

Discovery Timeline

  • September 16, 2025 - CVE-2025-41243 published to NVD
  • September 17, 2025 - Last updated in NVD database

Technical Details for CVE-2025-41243

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-94) and represents a severe security flaw in Spring Cloud Gateway Server Webflux. The vulnerability arises from insufficient access controls on the Gateway actuator endpoints, allowing unauthorized modification of Spring Environment properties. When exploited, attackers can manipulate the runtime configuration of the application, potentially injecting malicious configurations that could lead to remote code execution.

The attack surface is limited to applications meeting specific criteria: they must use Spring Cloud Gateway Server Webflux (not WebMVC), have Spring Boot actuator as a dependency, expose the gateway actuator endpoint, and lack proper authentication on these endpoints. However, when these conditions are met, the vulnerability presents maximum risk with the ability to affect confidentiality, integrity, and availability across trust boundaries.

Root Cause

The root cause of CVE-2025-41243 lies in the design of the Spring Cloud Gateway Server Webflux actuator endpoint, which permits modification of Spring Environment properties without adequate authorization checks. When the gateway actuator endpoint is exposed via management.endpoints.web.exposure.include=gateway without proper security controls, it becomes accessible to any network-based attacker. This enables unauthorized manipulation of environment properties that control application behavior, routing rules, and potentially code execution paths.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. Attackers can remotely target the exposed actuator endpoints over HTTP/HTTPS to send malicious requests that modify Spring Environment properties. The exploitation path typically involves:

  1. Discovery of exposed actuator endpoints on the target application
  2. Identification of the vulnerable /actuator/gateway endpoint
  3. Crafting malicious requests to modify environment properties
  4. Leveraging modified properties to achieve code injection or other malicious outcomes

The vulnerability mechanism relies on the actuator framework's ability to dynamically modify application properties at runtime. Attackers can exploit this by sending specially crafted HTTP requests to the gateway actuator endpoint. For detailed technical information on the exploitation mechanics and remediation steps, refer to the Spring CVE-2025-41243 Advisory.

Detection Methods for CVE-2025-41243

Indicators of Compromise

  • Unexpected HTTP requests to /actuator/gateway or related actuator endpoints from external IP addresses
  • Unusual modifications to Spring Environment properties logged in application audit trails
  • Anomalous application behavior following actuator endpoint access
  • Network traffic patterns indicating reconnaissance or exploitation attempts against actuator endpoints

Detection Strategies

  • Monitor web server access logs for requests to /actuator/* endpoints, particularly /actuator/gateway
  • Implement network intrusion detection rules to identify actuator endpoint access from unauthorized sources
  • Deploy application-level logging to capture all actuator endpoint interactions and property modifications
  • Utilize SentinelOne Singularity Platform to detect suspicious process behavior and code injection attempts

Monitoring Recommendations

  • Enable comprehensive logging for all Spring Boot actuator endpoint access
  • Configure alerting for any external access attempts to actuator management endpoints
  • Monitor for runtime configuration changes in Spring Environment properties
  • Implement baseline behavioral analysis to detect anomalous application execution patterns

How to Mitigate CVE-2025-41243

Immediate Actions Required

  • Audit all Spring Cloud Gateway Server Webflux applications for exposed actuator endpoints
  • Disable the gateway actuator endpoint if not required: remove gateway from management.endpoints.web.exposure.include
  • Implement strong authentication and authorization on all actuator endpoints
  • Restrict network access to actuator endpoints using firewall rules or network segmentation
  • Apply vendor patches as soon as they become available from Spring

Patch Information

Spring has released a security advisory for CVE-2025-41243. Organizations should consult the Spring CVE-2025-41243 Advisory for official patch information and updated versions. Apply the latest security patches to Spring Cloud Gateway Server Webflux as soon as they are available from the vendor.

Workarounds

  • Remove gateway from management.endpoints.web.exposure.include configuration to disable the vulnerable endpoint
  • Implement Spring Security to require authentication for all actuator endpoints
  • Use network-level controls to restrict actuator endpoint access to trusted internal networks only
  • Configure management server to run on a separate port with restricted access
bash
# Configuration example - Secure actuator endpoints
# application.properties or application.yml

# Option 1: Disable gateway actuator endpoint entirely
management.endpoints.web.exposure.include=health,info

# Option 2: Require authentication for actuator endpoints
management.endpoints.web.exposure.include=gateway
spring.security.user.name=admin
spring.security.user.password=${SECURE_PASSWORD}
management.endpoint.gateway.enabled=true

# Option 3: Bind management endpoints to localhost only
management.server.address=127.0.0.1
management.server.port=8081

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSpring Cloud Gateway

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability2.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • Spring CVE-2025-41243 Advisory
  • Related CVEs
  • CVE-2025-41253: Spring Cloud Gateway Info Disclosure Bug

  • CVE-2025-41235: Spring Cloud Gateway SSRF Vulnerability
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