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-2026-44618

CVE-2026-44618: Apache CXF XXE Vulnerability

CVE-2026-44618 is an XXE vulnerability in Apache CXF's WS-Transfer module caused by insecure XML parser configuration. Attackers can exploit this to perform XXE attacks. This article covers technical details, affected versions, impact, and mitigation steps.

Published: May 28, 2026

CVE-2026-44618 Overview

CVE-2026-44618 is an XML External Entity (XXE) vulnerability in the WS-Transfer module of Apache CXF. The flaw stems from an insecure XML parser configuration that fails to disable external entity resolution. Attackers can submit crafted XML payloads to a vulnerable endpoint and trigger out-of-band entity expansion. This can result in disclosure of local file contents or other information accessible to the service process. The issue is tracked under CWE-611 (Improper Restriction of XML External Entity Reference). Apache has released fixed builds in versions 4.2.1, 4.1.6, and 3.6.11.

Critical Impact

A remote, unauthenticated attacker can send crafted XML to the WS-Transfer endpoint to read sensitive data exposed through XML external entity processing.

Affected Products

  • Apache CXF versions prior to 4.2.1 in the 4.2.x branch
  • Apache CXF versions prior to 4.1.6 in the 4.1.x branch
  • Apache CXF versions prior to 3.6.11 in the 3.6.x branch

Discovery Timeline

  • 2026-05-22 - CVE-2026-44618 published to NVD
  • 2026-05-22 - Apache Software Foundation publishes the security mailing list advisory
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2026-44618

Vulnerability Analysis

Apache CXF is a services framework that implements JAX-WS and JAX-RS APIs and supports SOAP, XML/HTTP, and WS-* specifications. The WS-Transfer module implements the WS-Transfer specification, which defines a SOAP-based protocol for resource creation, retrieval, update, and deletion. The module processes XML payloads received over the network as part of its standard operation.

The vulnerability arises because the underlying XML parser used by the WS-Transfer module is instantiated without disabling external entity processing. When the parser encounters a DOCTYPE declaration containing an external entity reference, it resolves the reference at parse time. An attacker who can reach a CXF service exposing WS-Transfer operations can craft a SOAP body that includes such an entity declaration.

Successful exploitation does not require authentication or user interaction. The impact is limited to disclosure of data the service process can read, such as local files referenced through file:// URIs or content fetched through outbound http:// requests. There is no direct path to integrity loss or denial of service from this defect alone.

Root Cause

The root cause is the failure to set secure-processing features on the XML parser, specifically the absence of FEATURE_SECURE_PROCESSING and the lack of disabling external-general-entities and external-parameter-entities on the parser factory. This is a classic [CWE-611] pattern in Java services that consume SOAP traffic.

Attack Vector

The attack vector is network-based. An attacker sends a SOAP request to a WS-Transfer endpoint with an XML document containing a malicious DOCTYPE and entity reference. When the CXF service parses the request, the entity resolves and the referenced content is incorporated into the parsed document. The attacker observes the result through service responses, error messages, or out-of-band channels such as DNS or HTTP callbacks under attacker control.

No verified proof-of-concept code is publicly available at this time. Refer to the Apache security mailing list thread and the OpenWall OSS Security discussion for further technical context.

Detection Methods for CVE-2026-44618

Indicators of Compromise

  • Inbound SOAP or XML requests to CXF WS-Transfer endpoints containing <!DOCTYPE declarations or <!ENTITY references
  • Outbound connections from the CXF JVM process to unexpected hosts, especially DNS lookups or HTTP requests to attacker-controlled domains immediately following inbound WS-Transfer traffic
  • Application logs showing XML parsing of payloads that reference file://, http://, or ftp:// URIs in entity declarations

Detection Strategies

  • Inspect HTTP request bodies destined for WS-Transfer service paths and flag any containing DOCTYPE or external entity syntax
  • Correlate inbound SOAP traffic with subsequent outbound network activity from the application server within a short time window
  • Review CXF and underlying JAXP parser logs for entity resolution events on production endpoints

Monitoring Recommendations

  • Enable verbose logging on CXF interceptors handling inbound XML and forward to a central log platform
  • Deploy egress filtering on application server subnets and alert on outbound traffic to non-allowlisted destinations
  • Track the installed Apache CXF version across the estate and alert when versions below 3.6.11, 4.1.6, or 4.2.1 appear

How to Mitigate CVE-2026-44618

Immediate Actions Required

  • Upgrade Apache CXF to 4.2.1, 4.1.6, or 3.6.11 depending on the deployed branch
  • Inventory all internal and external services built on Apache CXF and confirm whether WS-Transfer is enabled
  • Restrict network access to WS-Transfer endpoints to trusted clients while patching is in progress

Patch Information

Apache has released fixed versions that configure the XML parser to reject external entity references. Operators running the 4.2.x branch should upgrade to 4.2.1. Operators on 4.1.x should upgrade to 4.1.6, and operators on 3.6.x should upgrade to 3.6.11. See the Apache Security Mailing List Thread for the official advisory.

Workarounds

  • Disable the WS-Transfer module if it is not required by the application
  • Place a reverse proxy or web application firewall in front of CXF endpoints and block requests containing DOCTYPE declarations
  • Apply egress network controls so the application server cannot resolve external URIs referenced in malicious entity payloads
bash
# Configuration example: enforce secure XML processing at the JVM level
# Add to JAVA_OPTS for the application server hosting Apache CXF
-Djavax.xml.accessExternalDTD=""
-Djavax.xml.accessExternalSchema=""
-Djdk.xml.entityExpansionLimit=0

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechApache Cxf

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • OpenWall OSS Security Discussion
  • Vendor Resources
  • Apache Security Mailing List Thread
  • Related CVEs
  • CVE-2026-44930: Apache CXF Information Disclosure Flaw

  • CVE-2026-44417: Apache CXF RCE 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 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