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

CVE-2022-3338: McAfee ePO XXE Vulnerability

CVE-2022-3338 is an External XML Entity vulnerability in McAfee ePolicy Orchestrator that enables unauthenticated attackers to trigger Server Side Request Forgery attacks. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2022-3338 Overview

CVE-2022-3338 is an External XML Entity (XXE) vulnerability affecting McAfee ePolicy Orchestrator (ePO) versions prior to 5.10 Update 14. This vulnerability allows an unauthenticated remote attacker to potentially trigger a Server Side Request Forgery (SSRF) attack by mimicking the Agent Handler call to ePO and passing a carefully constructed XML file through the API.

Critical Impact

Unauthenticated remote attackers can exploit this XXE vulnerability to perform SSRF attacks, potentially accessing internal network resources and sensitive data from the ePO server.

Affected Products

  • McAfee ePolicy Orchestrator versions prior to 5.10 Update 14
  • McAfee ePolicy Orchestrator 5.10.0 through Update 13
  • All earlier versions of McAfee ePolicy Orchestrator

Discovery Timeline

  • 2022-10-18 - CVE-2022-3338 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-3338

Vulnerability Analysis

This XXE vulnerability exists in the XML parsing functionality of McAfee ePolicy Orchestrator's Agent Handler API. When the ePO server processes XML input from agent communications, it fails to properly restrict XML external entity references, allowing attackers to inject malicious XML payloads. The vulnerability can be exploited without authentication by crafting requests that mimic legitimate Agent Handler communications.

The successful exploitation of this vulnerability enables attackers to perform Server Side Request Forgery (SSRF) attacks, where the ePO server can be coerced into making requests to internal resources that would otherwise be inaccessible from external networks. This could lead to information disclosure about internal network topology, access to internal services, or further attack pivoting.

Root Cause

The root cause of CVE-2022-3338 is improper restriction of XML External Entity (XXE) references in the XML parser configuration used by the Agent Handler API. The XML parser does not disable external entity processing, allowing attackers to define external entities that reference internal or external resources. This is classified as CWE-611 (Improper Restriction of XML External Entity Reference).

Attack Vector

The attack vector is network-based and does not require authentication. An attacker can exploit this vulnerability by:

  1. Identifying the ePO server's Agent Handler endpoint
  2. Crafting a malicious XML payload containing external entity declarations
  3. Sending the payload by mimicking legitimate Agent Handler API calls
  4. The ePO server processes the XML and resolves the external entities
  5. The attacker receives data from internal resources via the SSRF or can probe internal network services

The vulnerability involves crafting malicious XML payloads that contain external entity declarations. When the ePO server processes this XML, it attempts to resolve the external entity by making a request to the specified URL. This can be exploited to access internal network resources, read local files on the server, or perform port scanning of internal systems. For detailed technical information, refer to the Trellix Security Bulletin #SB10387.

Detection Methods for CVE-2022-3338

Indicators of Compromise

  • Unusual XML payloads containing <!DOCTYPE> or <!ENTITY> declarations in Agent Handler API requests
  • Outbound connections from the ePO server to unexpected internal or external destinations
  • HTTP requests originating from the ePO server to internal services that are not typical for normal operations
  • Log entries showing XML parsing errors or entity resolution failures

Detection Strategies

  • Monitor and analyze Agent Handler API traffic for malformed or suspicious XML content
  • Implement network segmentation monitoring to detect unexpected connections from ePO servers
  • Deploy Web Application Firewall (WAF) rules to detect and block XXE attack patterns
  • Enable detailed logging on the ePO server and correlate with network traffic analysis

Monitoring Recommendations

  • Configure SIEM alerts for anomalous outbound connections from ePO server infrastructure
  • Implement deep packet inspection for XML-based communications to the Agent Handler API
  • Monitor DNS queries from ePO servers for unusual domain lookups that may indicate data exfiltration
  • Review ePO server logs regularly for signs of exploitation attempts

How to Mitigate CVE-2022-3338

Immediate Actions Required

  • Upgrade McAfee ePolicy Orchestrator to version 5.10 Update 14 or later immediately
  • Restrict network access to the ePO Agent Handler API to trusted IP ranges only
  • Implement network segmentation to limit the impact of potential SSRF attacks
  • Deploy a Web Application Firewall with XXE attack detection capabilities in front of the ePO server

Patch Information

McAfee (now Trellix) has addressed this vulnerability in ePolicy Orchestrator version 5.10 Update 14. Organizations should upgrade to this version or later to remediate CVE-2022-3338. The official security bulletin and patch information is available from Trellix Security Bulletin #SB10387.

Workarounds

  • Implement strict network access controls to limit who can communicate with the Agent Handler API
  • Deploy a reverse proxy or WAF in front of the ePO server configured to filter XXE attack patterns
  • If possible, disable or restrict external entity processing at the network or application level
  • Monitor and log all Agent Handler API communications for forensic analysis
bash
# Network-level mitigation: Restrict ePO Agent Handler access
# Example iptables rules to limit access to trusted agent networks only
iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -j DROP

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechMcafee Epolicy Orchestrator

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • Trellix Security Bulletin #SB10387
  • Related CVEs
  • CVE-2023-5444: McAfee ePO CSRF 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