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

CVE-2024-29736: Apache CXF SSRF Vulnerability

CVE-2024-29736 is an SSRF vulnerability in Apache CXF's WADL service description that enables attackers to perform server-side request forgery attacks on REST webservices. This article covers technical details, affected versions, and mitigation strategies.

Updated: May 15, 2026

CVE-2024-29736 Overview

CVE-2024-29736 is a Server-Side Request Forgery (SSRF) vulnerability in the Web Application Description Language (WADL) service description component of Apache CXF. The flaw affects Apache CXF versions prior to 4.0.5, 3.6.4, and 3.5.9. Attackers can perform SSRF-style attacks against REST web services when a custom stylesheet parameter is configured on the target service. The vulnerability is tracked as CWE-918: Server-Side Request Forgery and requires no authentication or user interaction to exploit over the network.

Critical Impact

An unauthenticated remote attacker can coerce a vulnerable Apache CXF endpoint into issuing arbitrary HTTP requests, exposing internal services, metadata endpoints, and protected resources that should not be reachable from the public internet.

Affected Products

  • Apache CXF versions prior to 4.0.5
  • Apache CXF versions prior to 3.6.4 (3.6.x branch)
  • Apache CXF versions prior to 3.5.9 (3.5.x branch)

Discovery Timeline

  • 2024-07-19 - CVE-2024-29736 published to the National Vulnerability Database (NVD)
  • 2024-11-15 - NetApp publishes downstream advisory NTAP-20241115-0003
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-29736

Vulnerability Analysis

Apache CXF is a widely deployed open-source services framework used to build SOAP and REST web services on the Java Virtual Machine. The vulnerable code path resides in the WADL service description generator, which produces machine-readable descriptions of REST endpoints. When a custom stylesheet parameter is configured, CXF processes a user-supplied value that influences an outbound request, but the framework does not adequately validate the destination before fetching it.

Attackers exploit this behavior by submitting a crafted request that points the stylesheet retrieval logic at internal network resources. The CXF process, running with the service account's network privileges, then performs the request on the attacker's behalf and may return the response or side effects to the caller.

Root Cause

The root cause is insufficient validation of URLs supplied through the custom stylesheet parameter in WADL processing. The framework treats the attacker-controlled value as a trusted resource locator and dispatches an HTTP request without enforcing an allowlist, scheme restriction, or destination policy. This pattern matches the classic SSRF weakness described in CWE-918.

Attack Vector

Exploitation requires that the target service has a custom stylesheet parameter configured. An unauthenticated attacker sends an HTTP request to the WADL endpoint with a stylesheet parameter pointing at an internal target such as http://169.254.169.254/latest/meta-data/ on cloud workloads or an internal admin interface. The CXF server resolves and fetches the URL, producing the SSRF condition. Refer to the Apache CXF mailing list advisory for vendor-published technical details.

No verified public proof-of-concept code is available at the time of writing.

Detection Methods for CVE-2024-29736

Indicators of Compromise

  • Unexpected outbound HTTP or HTTPS requests originating from the Apache CXF service process to internal IP ranges, link-local addresses such as 169.254.169.254, or localhost.
  • WADL endpoint access entries containing a stylesheet query parameter referencing external or internal URLs.
  • Anomalous DNS lookups from the CXF host for domains controlled by an attacker, often used as SSRF callback canaries.

Detection Strategies

  • Inspect web server and reverse proxy logs for requests targeting WADL description endpoints that include a stylesheet parameter with a URL value.
  • Correlate inbound REST requests with subsequent outbound connections from the Java process to identify SSRF chains.
  • Apply CWE-918 detection rules in static and dynamic application security testing tools against deployed CXF services.

Monitoring Recommendations

  • Forward CXF, application server, and egress firewall logs to a centralized analytics platform for cross-source correlation.
  • Alert on connections from application servers to cloud instance metadata endpoints, which legitimate REST services should not contact.
  • Track the running version of Apache CXF across the fleet and flag any host running a release earlier than 4.0.5, 3.6.4, or 3.5.9.

How to Mitigate CVE-2024-29736

Immediate Actions Required

  • Upgrade Apache CXF to 4.0.5, 3.6.4, 3.5.9, or later on every affected host and rebuild dependent applications.
  • Audit all CXF service configurations for use of a custom stylesheet parameter and disable it where not strictly required.
  • Restrict egress network access from application servers running CXF so they cannot reach cloud metadata services or internal management interfaces.

Patch Information

The Apache CXF project addressed the SSRF flaw in versions 4.0.5, 3.6.4, and 3.5.9. Patch details and release notes are available in the Apache CXF mailing list announcement and the OSS-Security mailing list post. Downstream consumers should also review the NetApp advisory NTAP-20241115-0003 for affected bundled products.

Workarounds

  • Remove or unset the custom stylesheet parameter from CXF service configuration if upgrade is not immediately possible.
  • Place a reverse proxy or web application firewall in front of CXF endpoints to block requests carrying a stylesheet query parameter with a URL value.
  • Enforce egress filtering at the host or network layer so the CXF process can only reach explicitly approved destinations.
bash
# Configuration example: block stylesheet parameter at an Nginx reverse proxy
location /services/ {
    if ($arg_stylesheet) {
        return 400;
    }
    proxy_pass http://cxf_backend;
}

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache Cxf

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • OpenWall OSS-Security Post

  • NetApp Security Advisory NTAP-20241115-0003
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2024-28752: Apache CXF SSRF Vulnerability

  • CVE-2022-46364: Apache CXF SSRF Vulnerability

  • CVE-2025-23184: Apache CXF DOS Vulnerability

  • CVE-2025-48913: Apache CXF JMS RCE 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