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-2022-46364

CVE-2022-46364: Apache CXF SSRF Vulnerability

CVE-2022-46364 is an SSRF vulnerability in Apache CXF affecting MTOM request parsing that enables attackers to perform server-side request forgery attacks. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-46364 Overview

CVE-2022-46364 is a Server-Side Request Forgery (SSRF) vulnerability in Apache CXF, a popular open-source services framework. The vulnerability exists in the parsing of the href attribute of XOP:Include elements within Message Transmission Optimization Mechanism (MTOM) requests. This flaw allows an attacker to perform SSRF-style attacks on web services that accept at least one parameter of any type.

Critical Impact

Remote attackers can exploit this vulnerability to make arbitrary HTTP requests from the affected server, potentially accessing internal services, sensitive data, or pivoting to attack internal network resources without authentication.

Affected Products

  • Apache CXF versions before 3.5.5
  • Apache CXF versions before 3.4.10

Discovery Timeline

  • 2022-12-13 - CVE-2022-46364 published to NVD
  • 2025-04-22 - Last updated in NVD database

Technical Details for CVE-2022-46364

Vulnerability Analysis

This vulnerability stems from improper handling of the href attribute within XOP:Include elements during MTOM request processing. MTOM is a W3C recommendation for optimizing the transmission of binary data in SOAP messages, and XOP:Include elements allow referencing binary content via URI references. Apache CXF fails to properly validate these URI references, enabling attackers to specify arbitrary URLs that the server will then request.

The vulnerability is particularly dangerous because it requires no authentication and can be exploited remotely through network-accessible web services. Any web service endpoint that processes MTOM-encoded requests with at least one parameter becomes a potential attack vector.

Root Cause

The root cause is insufficient validation of the href attribute values in XOP:Include elements (CWE-918: Server-Side Request Forgery). When Apache CXF parses MTOM requests, it follows the URI specified in the href attribute without properly restricting the allowed schemes or destinations. This allows attackers to craft malicious requests that cause the server to make requests to arbitrary internal or external resources.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a web service endpoint running a vulnerable version of Apache CXF
  2. Crafting a malicious MTOM-encoded SOAP request with an XOP:Include element
  3. Specifying an attacker-controlled or internal URL in the href attribute
  4. Sending the request to the vulnerable endpoint

The server then processes the MTOM request and attempts to fetch the resource specified in the href attribute, effectively allowing the attacker to make HTTP requests from the server's perspective. This can be leveraged to scan internal networks, access cloud metadata endpoints, exfiltrate data, or interact with internal services that would otherwise be unreachable from external networks.

The vulnerability mechanism involves MTOM request parsing where the XOP:Include element's href attribute is processed without proper URI validation. For detailed technical information, refer to the Apache Security Advisory CVE-2022-46364.

Detection Methods for CVE-2022-46364

Indicators of Compromise

  • Unusual outbound HTTP requests from web service servers to internal IP addresses or cloud metadata endpoints (e.g., 169.254.169.254)
  • SOAP requests containing XOP:Include elements with suspicious href values pointing to internal resources
  • Web service logs showing MTOM-encoded requests with external or internal URL references in attachment data
  • Unexpected network connections from application servers to internal services or unauthorized external hosts

Detection Strategies

  • Implement network monitoring to detect outbound requests from web service servers to internal network segments or cloud metadata endpoints
  • Configure web application firewalls (WAF) to inspect SOAP/MTOM traffic for suspicious XOP:Include patterns
  • Deploy intrusion detection systems with signatures for SSRF attack patterns targeting Apache CXF
  • Review application logs for MTOM requests containing unusual URI schemes or internal IP addresses in XOP:Include elements

Monitoring Recommendations

  • Enable detailed logging for Apache CXF web services to capture all MTOM request details
  • Monitor network traffic from web service hosts for connections to unexpected destinations
  • Set up alerts for outbound connections to private IP ranges from DMZ or external-facing servers
  • Regularly audit Apache CXF version deployments across the organization to identify vulnerable instances

How to Mitigate CVE-2022-46364

Immediate Actions Required

  • Upgrade Apache CXF to version 3.5.5 or later (for 3.5.x branch) immediately
  • Upgrade Apache CXF to version 3.4.10 or later (for 3.4.x branch) if on the older branch
  • Conduct an inventory of all applications using Apache CXF to identify vulnerable deployments
  • Implement network segmentation to limit the impact of potential SSRF attacks from web service hosts

Patch Information

Apache has released patched versions that address this SSRF vulnerability:

  • Apache CXF 3.5.5 and later versions for the 3.5.x branch
  • Apache CXF 3.4.10 and later versions for the 3.4.x branch

For complete details, consult the Apache Security Advisory CVE-2022-46364.

Workarounds

  • If immediate patching is not possible, implement strict egress filtering on servers running vulnerable Apache CXF instances to block outbound requests to internal networks
  • Configure network firewalls to prevent web service servers from making direct connections to sensitive internal resources
  • Deploy a web application firewall (WAF) to filter and block malicious MTOM requests containing suspicious XOP:Include patterns
  • Consider disabling MTOM support if not required by your application
bash
# Example: Verify Apache CXF version in Maven project
mvn dependency:tree | grep cxf

# Check for vulnerable versions and update pom.xml to safe versions:
# For 3.5.x branch: upgrade to 3.5.5 or later
# For 3.4.x branch: upgrade to 3.4.10 or later

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

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Vendor Resources
  • Apache Security Advisory CVE-2022-46364
  • Related CVEs
  • CVE-2024-28752: 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