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-2024-41172

CVE-2024-41172: Apache CXF DOS Vulnerability

CVE-2024-41172 is a denial of service vulnerability in Apache CXF where HTTP client conduits prevent garbage collection, causing memory exhaustion. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-41172 Overview

CVE-2024-41172 is a memory leak vulnerability in Apache CXF, an open source services framework used to build SOAP, REST, and XML-based web services in Java applications. The flaw resides in the CXF HTTP client conduit, which fails to release HTTPClient instances for garbage collection. Memory consumption grows over time until the affected Java Virtual Machine exhausts available heap space and the application terminates. The defect is tracked under CWE-401: Missing Release of Memory after Effective Lifetime and affects Apache CXF versions 3.6.0 through 3.6.3 and 4.0.0 through 4.0.4. Versions 3.5.x and earlier are not impacted.

Critical Impact

Remote, unauthenticated attackers can trigger sustained memory exhaustion in CXF-based services, leading to denial of service against the host application.

Affected Products

  • Apache CXF 3.6.0 through 3.6.3
  • Apache CXF 4.0.0 through 4.0.4
  • Downstream products bundling vulnerable Apache CXF, including NetApp components referenced in advisory ntap-20240808-0008

Discovery Timeline

  • 2024-07-18 - Vulnerability publicly disclosed via the oss-security mailing list
  • 2024-07-19 - CVE-2024-41172 published to the National Vulnerability Database
  • 2024-08-08 - NetApp publishes advisory ntap-20240808-0008 covering downstream impact
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-41172

Vulnerability Analysis

Apache CXF uses an HTTPConduit abstraction to manage outbound HTTP traffic from JAX-WS and JAX-RS clients. Internally, the conduit instantiates Apache HttpClient (or the JDK HTTP client) objects to perform request dispatch. In vulnerable releases, the conduit retains references to these client instances beyond their effective lifetime. The Java garbage collector cannot reclaim the associated heap objects, resulting in unbounded heap growth.

The issue is exploitable in any scenario where a long-running CXF service or client repeatedly opens HTTP conduits. Examples include API gateways, enterprise service buses, and microservices that issue outbound SOAP or REST calls. An attacker who can induce additional conduit creation accelerates exhaustion. Once heap space is depleted, the JVM throws OutOfMemoryError and the application becomes unresponsive.

Root Cause

The root cause is a retained reference inside the HTTP conduit implementation that prevents the garbage collector from releasing HTTPClient objects after their associated request completes. This is a classic [CWE-401] memory leak pattern in long-lived Java services.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker generates traffic patterns that cause the target application to repeatedly construct HTTP conduits, amplifying the leak. The vulnerability impacts only availability. Confidentiality and integrity are not affected. The current EPSS score is 1.187% (percentile 79.047), reflecting moderate predicted exploitation likelihood for an availability-only flaw.

No verified public proof-of-concept code is available. See the Apache CXF thread discussion for the project's technical write-up.

Detection Methods for CVE-2024-41172

Indicators of Compromise

  • Steadily increasing JVM heap utilization in Apache CXF based services that does not return to baseline after garbage collection cycles.
  • Recurring java.lang.OutOfMemoryError: Java heap space entries in application logs originating from threads handling CXF HTTP transport.
  • Heap dumps showing large retained sets of org.apache.cxf.transport.http.HTTPConduit and associated HttpClient instances.

Detection Strategies

  • Inventory Java applications for cxf-rt-transports-http artifacts at versions 3.6.0–3.6.3 or 4.0.0–4.0.4 using software composition analysis tools.
  • Profile non-production instances under sustained load and compare heap retention of HTTPConduit objects before and after upgrading.
  • Correlate process restarts, OOM-killer events, and container restarts with CXF stack traces in centralized logging.

Monitoring Recommendations

  • Enable JVM metrics export (JMX, Micrometer, or OpenTelemetry) and alert on monotonic heap growth across deployment windows.
  • Set container memory limits with restart policies, and alert when restart counts exceed baseline thresholds for CXF services.
  • Track outbound HTTP conduit creation rates from CXF clients to detect anomalous bursts that accelerate the leak.

How to Mitigate CVE-2024-41172

Immediate Actions Required

  • Upgrade Apache CXF to version 3.6.4, 4.0.5, or later, which contain the upstream fix.
  • Identify all internal and third-party applications that bundle vulnerable CXF releases, including products covered by the NetApp advisory ntap-20240808-0008.
  • Schedule rolling restarts of exposed CXF services until patching is complete to release leaked heap memory.

Patch Information

The Apache CXF project addressed the leak in releases 3.6.4 and 4.0.5. Maven and Gradle users should update the org.apache.cxf dependency coordinates accordingly and rebuild downstream artifacts. Refer to the Apache CXF advisory thread for the authoritative release notes.

Workarounds

  • Where patching cannot be performed immediately, configure JVM heap limits and automatic restart policies so leaked memory is reclaimed before exhaustion occurs.
  • Rate-limit untrusted clients that can trigger repeated outbound HTTP conduit creation in CXF services.
  • Downgrade to Apache CXF 3.5.x only if functional compatibility allows, since 3.5.x and earlier are not impacted by this issue.
bash
# Configuration example: Maven dependency update to patched Apache CXF
# pom.xml
# <dependency>
#   <groupId>org.apache.cxf</groupId>
#   <artifactId>cxf-rt-transports-http</artifactId>
#   <version>4.0.5</version>
# </dependency>

mvn versions:set-property -Dproperty=cxf.version -DnewVersion=4.0.5
mvn clean verify

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache Cxf

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-401
  • Technical References
  • OpenWall Security List Notice

  • NetApp Security Advisory ntap-20240808-0008
  • Vendor Resources
  • Apache Thread Discussion
  • Related CVEs
  • CVE-2025-23184: Apache CXF DOS Vulnerability

  • CVE-2025-48795: Apache CXF Denial of Service Vulnerability

  • CVE-2024-32007: Apache CXF JOSE DOS Vulnerability

  • CVE-2021-30468: Apache CXF DOS 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