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

CVE-2024-37397: Ivanti Endpoint Manager XXE Vulnerability

CVE-2024-37397 is an External XML Entity vulnerability in Ivanti Endpoint Manager that enables unauthenticated attackers to leak API secrets remotely. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-37397 Overview

An External XML Entity (XXE) vulnerability has been identified in the provisioning web service of Ivanti Endpoint Manager (EPM). This vulnerability exists in EPM versions before 2022 SU6 and the 2024 release prior to the September update. The flaw allows a remote unauthenticated attacker to exploit improper XML parsing to leak sensitive API secrets from affected systems.

XXE vulnerabilities occur when an application parses XML input containing references to external entities. When the XML parser is configured to process these external entity references, attackers can leverage this behavior to access internal files, make server-side requests, or exfiltrate sensitive data. In this case, the provisioning web service fails to properly restrict external entity processing, creating a significant security risk for organizations relying on Ivanti EPM for endpoint management.

Critical Impact

Remote unauthenticated attackers can exploit this XXE vulnerability to leak API secrets, potentially enabling further attacks on the organization's endpoint management infrastructure.

Affected Products

  • Ivanti Endpoint Manager 2024 (prior to September 2024 update)
  • Ivanti Endpoint Manager 2022 (prior to SU6)
  • Ivanti Endpoint Manager 2022 SU1 through SU5

Discovery Timeline

  • September 12, 2024 - CVE-2024-37397 published to NVD
  • July 10, 2025 - Last updated in NVD database

Technical Details for CVE-2024-37397

Vulnerability Analysis

This vulnerability is classified as CWE-611: Improper Restriction of XML External Entity Reference. The provisioning web service in Ivanti EPM accepts XML input but does not properly disable or restrict the processing of external entity references within the XML parser configuration.

When the XML parser processes a maliciously crafted document containing external entity declarations, it follows the entity reference to retrieve external resources. An attacker can abuse this behavior to read local files on the server, interact with internal services, or exfiltrate sensitive configuration data including API secrets.

The network-accessible nature of this vulnerability is particularly concerning because it requires no authentication. An attacker with network access to the provisioning web service can send specially crafted XML payloads to trigger the vulnerability without needing valid credentials.

Root Cause

The root cause of this vulnerability lies in the improper configuration of the XML parser used by the provisioning web service. The parser does not disable Document Type Definition (DTD) processing or external entity resolution, which are the primary mechanisms that enable XXE attacks. When external entities are allowed, the parser will attempt to retrieve and process content from URIs specified in entity declarations, effectively becoming a proxy for server-side requests controlled by the attacker.

Attack Vector

The attack is performed remotely over the network by sending malicious XML documents to the provisioning web service endpoint. The attacker crafts an XML document containing a DTD with external entity declarations pointing to sensitive files or internal services. When the vulnerable parser processes this document, it resolves the external entities and includes their content in the response or processes them in a way that allows the attacker to extract sensitive information.

A typical XXE attack against this vulnerability would involve sending an XML payload with an entity declaration referencing internal configuration files containing API secrets. The parser would read the file contents and potentially include them in error messages or responses that the attacker can observe. Since no authentication is required, the attacker only needs network access to the affected service to execute this attack.

Detection Methods for CVE-2024-37397

Indicators of Compromise

  • Unusual XML requests to the EPM provisioning web service containing DTD declarations or external entity references
  • Unexpected file access attempts on the EPM server, particularly targeting configuration files
  • Network connections from the EPM server to unexpected internal or external hosts
  • Error logs containing XML parsing errors or file access failures related to the provisioning service

Detection Strategies

  • Monitor web service logs for XML payloads containing <!DOCTYPE, <!ENTITY, or SYSTEM declarations
  • Implement network-level inspection for XML traffic targeting the provisioning service endpoint
  • Configure intrusion detection systems with signatures for common XXE attack patterns
  • Review EPM server logs for unusual file read operations or outbound connections

Monitoring Recommendations

  • Enable detailed logging for the Ivanti EPM provisioning web service
  • Set up alerts for any access attempts to sensitive configuration files from the web service context
  • Monitor outbound network traffic from the EPM server for data exfiltration indicators
  • Establish baseline traffic patterns for the provisioning service to identify anomalous requests

How to Mitigate CVE-2024-37397

Immediate Actions Required

  • Apply the Ivanti EPM 2022 SU6 update or the September 2024 update for EPM 2024 immediately
  • Restrict network access to the provisioning web service to trusted networks only
  • Review logs for any evidence of prior exploitation attempts
  • Rotate any API secrets that may have been exposed if exploitation is suspected

Patch Information

Ivanti has released security updates to address this vulnerability. For Ivanti EPM 2022, organizations should upgrade to Service Update 6 (SU6) or later. For Ivanti EPM 2024, the September 2024 update contains the necessary fix. Detailed patch information is available in the Ivanti Security Advisory for EPM September 2024.

Workarounds

  • Implement network segmentation to limit access to the provisioning web service from untrusted networks
  • Deploy a web application firewall (WAF) with XXE attack detection capabilities in front of the EPM service
  • If possible, disable or restrict access to the provisioning web service until patching can be completed
  • Monitor for exploitation attempts while working to deploy the official patches
bash
# Example: Restrict access to provisioning service using firewall rules
# Windows Firewall example - restrict to management subnet only
netsh advfirewall firewall add rule name="Restrict EPM Provisioning" dir=in action=block protocol=tcp localport=443 remoteip=0.0.0.0/0
netsh advfirewall firewall add rule name="Allow EPM Provisioning Trusted" dir=in action=allow protocol=tcp localport=443 remoteip=10.0.0.0/24

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechIvanti Endpoint Manager

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability22.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Vendor Resources
  • Ivanti Security Advisory September 2024
  • Related CVEs
  • CVE-2026-1603: Ivanti Endpoint Manager Auth Bypass Flaw

  • CVE-2026-1602: Ivanti Endpoint Manager SQLi Vulnerability

  • CVE-2024-29824: Ivanti Endpoint Manager SQLi Vulnerability

  • CVE-2024-13159: Ivanti EPM Path Traversal 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