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

CVE-2026-46722: File Indexer OOXML XXE Vulnerability

CVE-2026-46722 is an XML external entity vulnerability in file indexer OOXML parsing that allows attackers to read local files or trigger HTTP requests. This article covers technical details, affected systems, and mitigations.

Published: May 21, 2026

CVE-2026-46722 Overview

CVE-2026-46722 is an XML External Entity (XXE) vulnerability in the Office Open XML (OOXML) parsing component of a TYPO3 file indexer extension. The parser does not disable external entity resolution when processing OOXML documents. An attacker who can place a crafted xlsx or pptx file in an indexed directory can trigger local file disclosure or outbound HTTP requests during indexing. Retrieved content is written into the search index, where it may be exposed through search results.

Critical Impact

A crafted OOXML document placed in an indexed directory can cause the indexer to read arbitrary local files or issue attacker-controlled outbound HTTP requests, with the retrieved data persisted in the search index.

Affected Products

  • TYPO3 file indexer extension processing OOXML documents (see TYPO3 Security Advisory)
  • Microsoft Office Open XML formats: xlsx and pptx
  • Deployments where untrusted users can place files into directories scanned by the indexer

Discovery Timeline

  • 2026-05-19 - CVE-2026-46722 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-46722

Vulnerability Analysis

The weakness is classified as Improper Restriction of XML External Entity Reference [CWE-611]. OOXML files are ZIP archives containing XML parts that describe document content. When the file indexer parses these XML parts, it uses an XML parser configured to resolve external entities. An attacker crafts an OOXML document whose embedded XML declares a DOCTYPE with an external entity referencing a local file path or an HTTP URL. During indexing, the parser resolves the entity and substitutes the retrieved content into the parsed document. The indexer then writes that content into the search index, providing a persistent disclosure channel.

Root Cause

The OOXML parsing code does not disable external entity resolution on the underlying XML reader. Secure XML processing requires explicitly disabling DOCTYPE declarations and external entity loading on the parser instance. Without those settings, the parser honors SYSTEM and PUBLIC identifiers and dereferences them through the runtime's URL resolver.

Attack Vector

The attack requires the attacker to deposit a malicious xlsx or pptx file into a directory the indexer scans. This may occur through legitimate upload features, shared file storage, or any workflow that allows attacker-influenced content to enter indexed paths. Authentication with elevated privileges is required to reach indexed locations in typical deployments, which limits remote exploitation. Once the file is processed, indexed content reflecting the entity payload becomes retrievable through normal search queries.

No verified proof-of-concept code is published. Refer to the TYPO3 Security Advisory for vendor technical details.

Detection Methods for CVE-2026-46722

Indicators of Compromise

  • OOXML documents (.xlsx, .pptx) in indexed directories containing <!DOCTYPE> declarations or SYSTEM external entity references inside their XML parts.
  • Unexpected outbound HTTP requests originating from the indexer process to attacker-controlled hosts.
  • Search index entries containing contents of local files such as /etc/passwd, configuration files, or other paths the indexer service account can read.

Detection Strategies

  • Unpack OOXML files staged for indexing and scan their XML parts for <!DOCTYPE, <!ENTITY, or SYSTEM tokens before parsing.
  • Monitor the indexer service for outbound network connections; the indexer should not initiate HTTP traffic during normal document processing.
  • Audit search index contents for substrings matching sensitive local file paths or markers that indicate entity expansion succeeded.

Monitoring Recommendations

  • Log all file uploads and writes into directories consumed by the indexer, including source user and file hash.
  • Alert on DNS or HTTP egress from the indexer host to non-allowlisted destinations.
  • Review web server access logs for search queries that retrieve unusual or sensitive strings shortly after new documents are indexed.

How to Mitigate CVE-2026-46722

Immediate Actions Required

  • Apply the fix published in the TYPO3 Security Advisory for the affected file indexer extension.
  • Restrict write access to indexed directories so only trusted accounts can deposit files.
  • Inspect existing search index data for content sourced from XXE expansion and purge tainted entries.

Patch Information

Update the affected TYPO3 extension to the fixed version listed in advisory typo3-ext-sa-2026-011. Vendor guidance and version specifics are published at the TYPO3 Security Advisory.

Workarounds

  • Block egress network traffic from the indexer host to prevent successful outbound HTTP entity resolution.
  • Pre-scan OOXML uploads and reject any file whose internal XML parts contain DOCTYPE or external entity declarations.
  • Run the indexer under a least-privilege service account that cannot read sensitive files such as credentials or private keys.
bash
# Configuration example - inspect OOXML parts for XXE markers before indexing
for f in /var/indexed/*.xlsx /var/indexed/*.pptx; do
  unzip -p "$f" | grep -E '<!DOCTYPE|<!ENTITY|SYSTEM' \
    && echo "BLOCK: $f contains external entity markers"
done

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechMicrosoft

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • TYPO3 Security Advisory
  • Related CVEs
  • CVE-2026-41086: Windows Admin Center Privilege Escalation

  • CVE-2026-40380: Windows 10 1607 Buffer Overflow Vulnerability

  • CVE-2026-32209: Windows 10 1607 Auth Bypass Vulnerability

  • CVE-2026-33834: Windows 10 1607 Privilege Escalation Flaw
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