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

CVE-2024-28752: Apache CXF SSRF Vulnerability

CVE-2024-28752 is a Server-Side Request Forgery flaw in Apache CXF's Aegis DataBinding that enables attackers to launch SSRF attacks on webservices. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-28752 Overview

A Server-Side Request Forgery (SSRF) vulnerability exists in Apache CXF when using the Aegis DataBinding component. This vulnerability allows attackers to perform SSRF-style attacks against web services that accept at least one parameter of any type. The flaw exists in Apache CXF versions before 4.0.4, 3.6.3, and 3.5.8, and specifically impacts applications using the Aegis DataBinding configuration. Users of other data bindings, including the default databinding, are not affected by this vulnerability.

Critical Impact

Attackers can exploit this SSRF vulnerability to make the server perform unauthorized requests to internal or external resources, potentially accessing sensitive internal services, exfiltrating data, or pivoting to attack other systems within the network.

Affected Products

  • Apache CXF (versions before 4.0.4, 3.6.3, and 3.5.8)
  • NetApp OnCommand Workflow Automation
  • NetApp ONTAP Tools 10 for VMware vSphere

Discovery Timeline

  • 2024-03-15 - CVE-2024-28752 published to NVD
  • 2025-06-27 - Last updated in NVD database

Technical Details for CVE-2024-28752

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists within the Aegis DataBinding component of Apache CXF, an open-source services framework. The vulnerability allows an attacker to manipulate web service requests to make the server perform unintended HTTP requests to arbitrary destinations.

The Aegis DataBinding is an alternative XML data binding framework within Apache CXF that provides flexible type mapping capabilities. When a web service configured with Aegis DataBinding processes incoming requests containing specially crafted parameter values, the server can be tricked into initiating requests to attacker-specified URLs.

The attack requires user interaction, as the vulnerability is typically exploited through a malicious request to a vulnerable web service endpoint. Successful exploitation can lead to unauthorized access to internal network resources, data exfiltration from internal services, and potential bypass of firewall and access control restrictions.

Root Cause

The root cause of this vulnerability lies in insufficient validation of user-supplied input within the Aegis DataBinding implementation. When processing web service parameters, the Aegis DataBinding fails to properly sanitize or restrict URL references, allowing attackers to inject arbitrary URLs that the server will subsequently fetch. This lack of input validation enables SSRF attacks where the server acts as a proxy for the attacker's malicious requests.

Attack Vector

The attack is network-based and can be executed remotely against exposed web services using the Aegis DataBinding. An attacker can craft malicious SOAP or REST requests containing specially formatted parameter values that include URLs pointing to internal resources or external attacker-controlled servers. When the vulnerable Apache CXF service processes these requests, it initiates HTTP connections to the specified URLs.

This attack pattern enables several exploitation scenarios:

  • Port scanning of internal networks through the vulnerable server
  • Accessing metadata services in cloud environments (e.g., AWS IMDSv1)
  • Reading sensitive files via file:// protocol handlers if supported
  • Attacking internal services that are not directly accessible from the internet

The vulnerability does not require authentication but does require user interaction (such as processing an attacker's crafted request). The impact extends beyond the vulnerable component, affecting the confidentiality and integrity of other systems accessible from the compromised server.

Detection Methods for CVE-2024-28752

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS connections originating from Apache CXF application servers to internal IP ranges or metadata endpoints
  • Web service logs showing requests with URL-like parameter values pointing to internal resources (e.g., http://169.254.169.254/, http://localhost/, internal hostnames)
  • Network traffic from application servers to unexpected internal services or ports
  • Access logs showing requests from internal servers to services they don't normally communicate with

Detection Strategies

  • Monitor network traffic from Apache CXF servers for connections to internal IP ranges, localhost, or cloud metadata services
  • Implement web application firewall (WAF) rules to detect and block SSRF patterns in incoming requests
  • Review Apache CXF access logs for suspicious parameter values containing URL schemes (http://, https://, file://)
  • Deploy intrusion detection systems (IDS) to identify unusual server-initiated connections to sensitive internal endpoints

Monitoring Recommendations

  • Enable detailed logging for Apache CXF web services to capture full request parameters
  • Configure network monitoring to alert on outbound connections from web service servers to internal infrastructure
  • Implement egress filtering and monitor for violations or blocked connection attempts
  • Set up alerts for access attempts to sensitive internal services from web application hosts

How to Mitigate CVE-2024-28752

Immediate Actions Required

  • Upgrade Apache CXF to version 4.0.4, 3.6.3, or 3.5.8 (depending on your current major version) immediately
  • Audit your Apache CXF deployments to identify any services using the Aegis DataBinding
  • Review network architecture to ensure proper segmentation between web services and sensitive internal resources
  • Implement input validation on web service endpoints to reject URL-like parameter values where not expected

Patch Information

Apache has released patched versions that address this SSRF vulnerability. Organizations should upgrade to the following minimum versions based on their deployment:

  • For Apache CXF 4.x: Upgrade to version 4.0.4 or later
  • For Apache CXF 3.6.x: Upgrade to version 3.6.3 or later
  • For Apache CXF 3.5.x: Upgrade to version 3.5.8 or later

Refer to the Apache CXF Security Advisory for official patch details. NetApp users should consult the NetApp Security Advisory NTAP-20240517-0001 for guidance on affected NetApp products.

Workarounds

  • Switch from Aegis DataBinding to the default databinding if your application architecture permits, as the default databinding is not affected
  • Implement network-level controls to restrict outbound connections from Apache CXF servers to only necessary destinations
  • Deploy a web application firewall (WAF) with SSRF detection rules in front of vulnerable services
  • Use network segmentation to limit the blast radius if SSRF exploitation occurs, preventing access to sensitive internal services
bash
# Example: Verify Apache CXF version in Maven project
grep -r "cxf-core" pom.xml
# Ensure version is at least 4.0.4, 3.6.3, or 3.5.8

# Check for Aegis DataBinding usage in your project
grep -r "AegisDatabinding" --include="*.java" .
grep -r "aegis" --include="*.xml" .

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.3

  • EPSS Probability0.59%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Openwall OSS Security Discussion

  • NetApp Security Advisory NTAP-20240517-0001
  • Vendor Resources
  • Apache CXF Security Advisory CVE-2024-28752
  • Related CVEs
  • CVE-2022-46364: Apache CXF SSRF Vulnerability

  • CVE-2024-29736: 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