Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-46455

CVE-2024-46455: Unstructured XXE Vulnerability

CVE-2024-46455 is an XML External Entity (XXE) vulnerability in unstructured v0.14.2 and earlier via XMLParser that enables attackers to access sensitive data. This article covers technical details, affected versions, and mitigations.

Published: April 15, 2026

CVE-2024-46455 Overview

CVE-2024-46455 is a critical XML External Entity (XXE) vulnerability discovered in the Unstructured Python library, specifically affecting version 0.14.2 and earlier releases. The vulnerability exists in the XMLParser component, which fails to properly restrict XML external entity processing. This weakness allows attackers to craft malicious XML input that can lead to disclosure of confidential data, denial of service, server-side request forgery, and other system impacts.

Critical Impact

Attackers can exploit this XXE vulnerability to read arbitrary files from the server, perform server-side request forgery (SSRF) attacks, and potentially achieve remote code execution depending on the system configuration and available protocols.

Affected Products

  • Unstructured Python library version 0.14.2
  • Unstructured Python library versions prior to 0.14.2

Discovery Timeline

  • 2024-12-09 - CVE-2024-46455 published to NVD
  • 2024-12-12 - Last updated in NVD database

Technical Details for CVE-2024-46455

Vulnerability Analysis

This vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference). The Unstructured library, which is designed for preprocessing and parsing various document formats including XML, contains an XMLParser component that does not properly sanitize or restrict external entity references within XML documents.

When the XMLParser processes user-supplied XML content without disabling external entity resolution, an attacker can define external entities that reference local files on the server filesystem, internal network resources, or external URLs. This enables a range of attacks including arbitrary file read, internal network reconnaissance, and potential remote code execution if combined with vulnerable protocol handlers.

The network attack vector means exploitation can occur remotely without requiring prior authentication or user interaction, significantly increasing the risk profile of this vulnerability.

Root Cause

The root cause of CVE-2024-46455 lies in the XMLParser component's failure to disable external entity processing by default. XML parsers in Python (such as those based on lxml or xml.etree) must be explicitly configured to prevent XXE attacks by disabling features like DTD processing, external entity expansion, and external parameter entities. The affected versions of the Unstructured library do not implement these security controls, leaving the parser in a vulnerable default state.

Attack Vector

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

  1. Submitting a malicious XML document containing external entity declarations to an application using the vulnerable Unstructured library
  2. The XMLParser processes the document without sanitizing external entity references
  3. The parser resolves the external entities, potentially fetching local files (using file:// protocol) or making HTTP requests to internal/external resources
  4. Sensitive data is exfiltrated through the entity resolution mechanism or via out-of-band channels

The vulnerability can manifest in applications that accept XML input for document processing, data extraction, or format conversion using the Unstructured library. Typical attack payloads involve defining entities that reference sensitive files such as /etc/passwd, application configuration files, or cloud metadata endpoints.

Detection Methods for CVE-2024-46455

Indicators of Compromise

  • Unusual XML documents containing <!DOCTYPE> declarations with <!ENTITY> definitions referencing external resources
  • Log entries showing file access attempts to sensitive system files (/etc/passwd, /etc/shadow, application config files)
  • Outbound network connections from XML processing services to unexpected internal or external hosts
  • Error messages revealing file paths or internal server information during XML parsing operations

Detection Strategies

  • Implement input validation rules to detect and block XML documents containing DTD declarations or entity definitions
  • Monitor application logs for XML parsing errors that may indicate exploitation attempts
  • Deploy web application firewalls (WAF) with XXE detection signatures
  • Use runtime application self-protection (RASP) solutions to detect and block XXE exploitation attempts
  • Review code for usage of the Unstructured library's XMLParser component and audit for proper security configurations

Monitoring Recommendations

  • Enable detailed logging for all XML parsing operations in applications using the Unstructured library
  • Set up alerts for access to sensitive system files from web application processes
  • Monitor network traffic for unusual outbound connections from servers processing XML content
  • Implement file integrity monitoring on critical configuration files that may be targeted by XXE attacks

How to Mitigate CVE-2024-46455

Immediate Actions Required

  • Audit your applications to identify any usage of the Unstructured library version 0.14.2 or earlier
  • Upgrade the Unstructured library to the latest available version that addresses this vulnerability
  • Review and restrict network access for systems running the vulnerable library to limit SSRF impact
  • Implement input validation to reject XML documents containing DTD declarations or external entity references

Patch Information

Organizations using the affected Unstructured library should upgrade to a patched version. Check the GitHub Unstructured Repository for the latest releases and security advisories. Additional technical analysis is available at the Binary Soul CVE Analysis.

Workarounds

  • If upgrading is not immediately possible, wrap the XMLParser with a custom parser that explicitly disables external entity processing
  • Configure XML parsing libraries to disable DTD processing, external entities, and external parameter entities
  • Implement strict input validation to sanitize or reject XML documents before processing
  • Use application-level firewalls to filter malicious XML payloads at the network perimeter
bash
# Example: Check installed Unstructured version
pip show unstructured | grep Version

# Upgrade to latest version
pip install --upgrade unstructured

# Alternatively, pin to a specific patched version
pip install unstructured>=0.15.0

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechUnstructured

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.08%

  • 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-611
  • Technical References
  • Binary Soul CVE Analysis

  • GitHub Unstructured Repository
  • Related CVEs
  • CVE-2025-64712: Unstructured 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