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

CVE-2026-6501: jOpenDocument XXE Vulnerability

CVE-2026-6501 is an XML External Entity vulnerability in ILM Informatique jOpenDocument that enables data serialization attacks. This article covers the technical details, affected version 1.5, security impact, and mitigation.

Published: May 7, 2026

CVE-2026-6501 Overview

CVE-2026-6501 is an XML External Entity (XXE) vulnerability affecting ILM Informatique jOpenDocument version 1.5. The flaw stems from improper restriction of XML external entity references during document parsing [CWE-611]. Authenticated attackers can submit crafted OpenDocument files that trigger external entity resolution. This enables a Data Serialization External Entities Blowup condition against applications relying on jOpenDocument for ODF processing.

The vulnerability carries a CVSS 4.0 score of 5.3 and currently has no public exploit code or vendor patch advisory linked in the National Vulnerability Database (NVD) entry.

Critical Impact

Authenticated attackers can abuse XML parsing in jOpenDocument 1.5 to read confidential data or exhaust resources through entity expansion against applications that ingest untrusted ODF documents.

Affected Products

  • ILM Informatique jOpenDocument 1.5
  • Java applications embedding the jOpenDocument library for OpenDocument Format (ODF) parsing
  • Server-side document processing pipelines that accept user-supplied .odt, .ods, or .odp files

Discovery Timeline

  • 2026-05-04 - CVE-2026-6501 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-6501

Vulnerability Analysis

The vulnerability resides in the XML parsing logic of jOpenDocument 1.5. OpenDocument Format files are ZIP archives containing XML components such as content.xml, styles.xml, and meta.xml. When jOpenDocument parses these XML streams, the underlying parser does not disable external entity resolution. An attacker who can supply or upload an ODF document to a vulnerable application controls the document type definition (DTD) referenced by the XML payload.

The attacker embeds a malicious DOCTYPE declaration with external entities pointing at local files or remote URLs. When the parser dereferences these entities, it returns file contents into the parsed document or issues outbound network requests. The Data Serialization External Entities Blowup variant additionally permits recursive entity expansion that consumes memory and CPU resources, producing a denial of service condition on the host JVM.

Root Cause

The root cause is a missing hardening configuration on the Java XML parser used by jOpenDocument. Secure parsing requires setting features such as http://apache.org/xml/features/disallow-doctype-decl to true and disabling external-general-entities and external-parameter-entities. Without these flags, the parser obeys [CWE-611] semantics and resolves external resources referenced inside the DOCTYPE.

Attack Vector

Exploitation requires network access and low-privilege authentication, with no user interaction. An attacker uploads a crafted ODF file to an application backed by jOpenDocument 1.5. The malicious file contains an XML payload such as a DOCTYPE referencing file:///etc/passwd through an entity, or a nested entity definition that triggers exponential expansion. The parser resolves the entity during document load, leaking file contents back to the attacker through error messages, document fields, or out-of-band channels, or exhausting memory.

No verified public exploit code is currently available. See the JOpenDocument Documentation for details on the parsing components involved.

Detection Methods for CVE-2026-6501

Indicators of Compromise

  • Inbound ODF files containing <!DOCTYPE declarations or <!ENTITY definitions inside content.xml or styles.xml
  • Unexpected outbound HTTP, FTP, or DNS traffic from JVM processes that parse user-uploaded documents
  • Java stack traces referencing org.jopendocument.dom accompanied by SAXParseException entries tied to entity resolution
  • Sudden memory pressure or OutOfMemoryError events in services that ingest ODF files

Detection Strategies

  • Inspect uploaded ODF archives by extracting embedded XML and flagging any DOCTYPE or ENTITY tokens before passing files to jOpenDocument
  • Correlate document upload events with subsequent outbound connections from the application server within a short time window
  • Apply YARA or signature rules across object storage and mail gateways to identify ODF payloads referencing external entities

Monitoring Recommendations

  • Log all calls into jOpenDocument parsing methods and capture the source identity of submitted documents
  • Monitor egress firewall rules for connections originating from document processing workloads to non-approved destinations
  • Track JVM heap and CPU metrics on services using jOpenDocument to detect entity expansion denial of service patterns

How to Mitigate CVE-2026-6501

Immediate Actions Required

  • Inventory all Java applications and services bundling jOpenDocument 1.5 and isolate any that accept untrusted document uploads
  • Restrict ODF upload endpoints to authenticated, trusted users until mitigations are deployed
  • Block outbound network access from servers that parse user-supplied documents to limit data exfiltration paths

Patch Information

No vendor patch is referenced in the NVD entry for CVE-2026-6501 at the time of publication. Monitor the JOpenDocument Documentation for upstream updates. Until an official fix is released, apply the workarounds below to harden XML parsing.

Workarounds

  • Wrap jOpenDocument calls with a hardened DocumentBuilderFactory or SAXParserFactory that disables DOCTYPE declarations and external entities
  • Pre-process incoming ODF archives and reject any whose embedded XML contains <!DOCTYPE or <!ENTITY directives
  • Run document parsing workloads inside sandboxed containers with no filesystem access beyond the document working directory and no outbound network routes
  • Enforce file size and parsing time limits to contain entity expansion attacks
bash
# Java system properties to harden XML parsing for jOpenDocument hosts
# Add to JVM startup arguments
-Djavax.xml.accessExternalDTD=""
-Djavax.xml.accessExternalSchema=""
-Djdk.xml.entityExpansionLimit=0
-Djdk.xml.maxGeneralEntitySizeLimit=0
-Djdk.xml.totalEntitySizeLimit=50000

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechJopendocument

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/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
  • JOpenDocument Documentation
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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