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

CVE-2024-29736: Apache CXF SSRF Vulnerability

CVE-2024-29736 is a server-side request forgery flaw in Apache CXF WADL service that enables SSRF attacks on REST webservices. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-29736 Overview

CVE-2024-29736 is a Server-Side Request Forgery (SSRF) vulnerability affecting the WADL (Web Application Description Language) service description functionality in Apache CXF, a popular open-source services framework. This vulnerability enables attackers to perform SSRF-style attacks against REST web services when a custom stylesheet parameter is configured.

Apache CXF is widely used for building and developing web services, making this vulnerability particularly concerning for organizations running affected versions. The SSRF flaw allows malicious actors to manipulate the server into making unauthorized requests to internal or external resources, potentially exposing sensitive data or enabling further attacks on internal infrastructure.

Critical Impact

Attackers can exploit this SSRF vulnerability to access internal network resources, exfiltrate sensitive data, or pivot to attack other systems from the trusted server context. The vulnerability requires a custom stylesheet parameter to be configured.

Affected Products

  • Apache CXF versions before 4.0.5
  • Apache CXF versions before 3.6.4
  • Apache CXF versions before 3.5.9

Discovery Timeline

  • 2024-07-19 - CVE-2024-29736 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-29736

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), a weakness where an application fetches remote resources based on user-supplied input without properly validating the destination. In the context of Apache CXF, the WADL service description feature processes stylesheet parameters that can be manipulated to force the server to make requests to arbitrary URLs.

The attack surface is limited to environments where a custom stylesheet parameter has been explicitly configured. When this configuration is present, an attacker can craft malicious requests that cause the CXF server to initiate connections to attacker-controlled or internal network resources.

Root Cause

The root cause of this vulnerability lies in insufficient validation of user-supplied input in the WADL service description handling code. When processing custom stylesheet parameters, Apache CXF fails to properly sanitize or restrict the URLs that can be specified, allowing attackers to specify arbitrary destinations for server-side requests.

The WADL functionality is designed to provide machine-readable descriptions of REST APIs, and the stylesheet parameter feature allows customization of the WADL output. However, the implementation did not adequately consider the security implications of allowing user-controlled URLs in this context.

Attack Vector

The attack is network-based and requires no authentication or user interaction to exploit. An attacker targeting a vulnerable Apache CXF deployment can manipulate the stylesheet parameter in requests to the WADL service endpoint.

The exploitation flow involves:

  1. Identifying a target Apache CXF instance with WADL service description enabled and a custom stylesheet parameter configured
  2. Crafting a malicious request that specifies an attacker-controlled or internal URL as the stylesheet parameter
  3. The server processes the request and attempts to fetch the specified stylesheet URL
  4. The attacker can leverage this to scan internal networks, access internal services, or exfiltrate data through the server's network context

For detailed technical analysis, refer to the Apache Mailing List Thread and the Openwall OSS-Security Discussion.

Detection Methods for CVE-2024-29736

Indicators of Compromise

  • Unusual outbound requests from Apache CXF servers to internal IP addresses or unexpected external domains
  • Requests to WADL endpoints containing suspicious or malformed stylesheet parameter values
  • Network traffic patterns showing the CXF server accessing cloud metadata endpoints (e.g., 169.254.169.254)
  • Log entries indicating failed connections to internal services that the CXF application should not access

Detection Strategies

  • Monitor web application logs for requests to WADL service endpoints with unusual stylesheet parameter values
  • Implement network-level monitoring to detect outbound connections from CXF servers to internal network segments or metadata services
  • Deploy web application firewalls (WAF) with rules to detect SSRF patterns in request parameters
  • Use SentinelOne Singularity to monitor for anomalous network behavior from application servers

Monitoring Recommendations

  • Enable detailed logging for all WADL service description requests including full parameter values
  • Configure network segmentation monitoring to alert on unexpected traffic flows from web application servers
  • Implement DNS query logging to detect potential SSRF attempts using DNS-based data exfiltration
  • Set up alerts for connections to RFC 1918 private IP ranges from externally-facing services

How to Mitigate CVE-2024-29736

Immediate Actions Required

  • Upgrade Apache CXF to version 4.0.5, 3.6.4, or 3.5.9 or later immediately
  • Review application configurations to determine if custom stylesheet parameters are enabled for WADL services
  • If upgrading is not immediately possible, disable custom stylesheet parameters in WADL service configurations
  • Implement network segmentation to limit the impact of potential SSRF exploitation

Patch Information

Apache has released patched versions addressing this vulnerability. Organizations should upgrade to the following versions based on their current branch:

  • For CXF 4.x: Upgrade to version 4.0.5 or later
  • For CXF 3.6.x: Upgrade to version 3.6.4 or later
  • For CXF 3.5.x: Upgrade to version 3.5.9 or later

The official security advisory is available on the Apache Mailing List Thread. Additional vendor guidance is available in the NetApp Security Advisory ntap-20241115-0003.

Workarounds

  • Disable the custom stylesheet parameter feature in WADL service configurations if not required
  • Implement URL allowlisting for stylesheet parameters to restrict destinations to trusted sources only
  • Deploy egress filtering rules to prevent the CXF server from making connections to internal network ranges
  • Use network-level controls to block outbound connections from application servers to sensitive internal resources
bash
# Example: Reviewing CXF configuration for custom stylesheet parameters
# Check your cxf.xml or beans.xml configuration files for stylesheet-related settings
grep -r "stylesheet" /path/to/webapp/WEB-INF/*.xml

# If found, consider removing or restricting the custom stylesheet configuration
# until the patch can be applied

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.35%

  • 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 Discussion

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