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-2024-11622

CVE-2024-11622: HPE Insight Remote Support XXE Vulnerability

CVE-2024-11622 is an XML external entity injection vulnerability in HPE Insight Remote Support that allows remote attackers to disclose sensitive information. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-11622 Overview

CVE-2024-11622 is an XML External Entity (XXE) injection vulnerability affecting HPE Insight Remote Support. The flaw allows remote unauthenticated attackers to disclose sensitive information by submitting crafted XML payloads to the application. The vulnerability is tracked under CWE-91 (XML Injection) and CWE-611 (Improper Restriction of XML External Entity Reference). HPE published security bulletin hpesbgn04731en_us describing the issue and remediation guidance.

Critical Impact

Remote attackers can read arbitrary files and disclose internal information from systems running vulnerable versions of HPE Insight Remote Support without authentication.

Affected Products

  • HPE Insight Remote Support (versions prior to the vendor-supplied patch)
  • Deployments exposing the Insight Remote Support web interface to untrusted networks
  • Enterprise environments using Insight Remote Support for HPE server telemetry and case management

Discovery Timeline

  • 2024-11-26 - CVE-2024-11622 published to the National Vulnerability Database
  • 2024-12-12 - Last updated in NVD database

Technical Details for CVE-2024-11622

Vulnerability Analysis

The vulnerability stems from improper restriction of XML external entity references in the XML parsing logic of HPE Insight Remote Support. The application processes XML input from remote clients without disabling Document Type Definition (DTD) processing or external entity resolution. An attacker can submit an XML document containing an external entity reference that the parser dereferences during processing.

The attack requires no authentication and no user interaction. Because Insight Remote Support typically runs with privileges sufficient to access local configuration data, the impact extends to disclosure of files readable by the service account. The vulnerability does not modify data or directly impact availability, consistent with the confidentiality-only impact profile.

Root Cause

The root cause is an XML parser configuration that permits resolution of external entities and DTDs in untrusted input. When the parser encounters a SYSTEM or PUBLIC external entity declaration, it fetches the referenced resource and substitutes its contents into the resulting document, which the application then echoes or processes in a way observable to the attacker.

Attack Vector

The attack vector is network-based. An attacker sends a crafted XML payload to an exposed Insight Remote Support endpoint that accepts XML. The payload declares an external entity referencing a local file using a file:// URI or an out-of-band URL hosted by the attacker. When the server parses the document, it resolves the entity and may return its contents in the response or leak it through a side channel such as DNS or HTTP callbacks. No verified proof-of-concept code has been published for this issue at the time of writing.

Detection Methods for CVE-2024-11622

Indicators of Compromise

  • Inbound HTTP requests to Insight Remote Support endpoints containing <!DOCTYPE, <!ENTITY, or SYSTEM keywords in XML bodies
  • Outbound network connections from the Insight Remote Support host to unexpected external domains shortly after XML request processing
  • DNS lookups for attacker-controlled domains originating from the application server
  • Application or web server logs showing XML payloads referencing file://, http://, or ftp:// URIs in entity declarations

Detection Strategies

  • Inspect HTTP request bodies destined for the Insight Remote Support service for DOCTYPE and ENTITY declarations using web application firewall (WAF) signatures
  • Correlate XML POST requests with subsequent outbound connections from the application host to identify out-of-band XXE exfiltration
  • Review application error logs for XML parsing exceptions referencing unresolved entities or restricted file paths

Monitoring Recommendations

  • Enable verbose logging on the Insight Remote Support web tier and forward logs to a centralized analytics platform
  • Monitor egress traffic from management servers and alert on connections to non-HPE destinations
  • Establish a baseline of normal XML request patterns and alert on deviations such as unusually large payloads or DOCTYPE declarations

How to Mitigate CVE-2024-11622

Immediate Actions Required

  • Apply the patch referenced in HPE Security Bulletin hpesbgn04731en_us as soon as it is available for your version
  • Restrict network access to the Insight Remote Support management interface to trusted administrative subnets only
  • Audit recent application logs for XML payloads containing entity declarations to identify possible exploitation attempts

Patch Information

HPE has published security bulletin hpesbgn04731en_us containing the fixed versions and upgrade instructions. Administrators should consult the HPE Security Bulletin for the specific build numbers that address CVE-2024-11622 and follow the vendor-supplied upgrade procedure.

Workarounds

  • Place the Insight Remote Support server behind a reverse proxy or WAF that strips or blocks XML payloads containing DOCTYPE or ENTITY declarations
  • Apply network segmentation so the management host cannot initiate outbound connections to arbitrary internet destinations, preventing out-of-band XXE exfiltration
  • Limit accounts and file permissions on the Insight Remote Support host to reduce the scope of data readable through file-disclosure attacks

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechHpe Insight Remote Support

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-91

  • CWE-611
  • Vendor Resources
  • HPE Security Bulletin
  • Related CVEs
  • CVE-2025-37097: HPE Insight Remote Support DoS Vulnerability

  • CVE-2025-37098: HPE Insight Remote Support Path Traversal

  • CVE-2025-37099: HPE Insight Remote Support RCE Vulnerability

  • CVE-2024-53676: HPE Insight Remote Support 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