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

CVE-2026-22186: Bio-Formats XXE Vulnerability

CVE-2026-22186 is an XML External Entity flaw in Bio-Formats up to version 8.3.0 affecting Leica metadata parsing. This vulnerability enables SSRF attacks and local file access. This post covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2026-22186 Overview

CVE-2026-22186 is an XML External Entity (XXE) vulnerability affecting Bio-Formats versions up to and including 8.3.0. The vulnerability exists in the Leica Microsystems metadata parsing component, specifically when processing Leica XML-based metadata files such as XLEF format. The parser uses an insecurely configured DocumentBuilderFactory that allows external entity expansion and external DTD loading.

When a user opens a crafted metadata file, attackers can exploit this vulnerability to trigger outbound network requests (Server-Side Request Forgery), access local system resources where readable, or cause a denial of service during XML parsing.

Critical Impact

Attackers can leverage crafted Leica microscopy metadata files to perform SSRF attacks, read local files, or disrupt scientific imaging workflows through denial of service.

Affected Products

  • Bio-Formats versions up to and including 8.3.0
  • Applications using the Bio-Formats library for Leica XLEF metadata parsing
  • Scientific imaging pipelines processing untrusted Leica microscopy files

Discovery Timeline

  • 2026-01-07 - CVE CVE-2026-22186 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-22186

Vulnerability Analysis

This XXE vulnerability stems from insecure XML parser configuration within the Bio-Formats library's Leica metadata parsing component. When processing XML-based metadata files from Leica microscopy systems, the DocumentBuilderFactory instance is not properly hardened against external entity attacks.

The vulnerability requires local access and user interaction—specifically, a user must open a malicious metadata file. While the attack complexity is low, the impact is constrained to confidentiality and availability concerns. An attacker can potentially read local files accessible to the application process, initiate outbound network connections to attacker-controlled servers (SSRF), or trigger resource exhaustion through recursive entity expansion (XML bomb attacks).

For additional technical details, refer to the FullDisclosure Security Mailing List Post and the VulnCheck Advisory on Bio-Formats XXE.

Root Cause

The root cause is classified as CWE-611 (Improper Restriction of XML External Entity Reference). The DocumentBuilderFactory used to parse Leica XML metadata files does not disable external entities or DTD processing. Secure XML parser configuration requires explicitly disabling features such as DOCTYPE declarations, external general entities, and external parameter entities.

When these security features are not configured, the XML parser will process entity declarations that can reference external resources, enabling attackers to exploit the parsing operation for malicious purposes.

Attack Vector

The attack vector is local, requiring an attacker to craft a malicious Leica XLEF or similar metadata file and convince a user to open it with an application that uses the vulnerable Bio-Formats library. The attack does not require privileges but does require user interaction.

A typical attack scenario involves:

  1. An attacker crafts a malicious XML metadata file containing external entity declarations pointing to local files or external URLs
  2. The file is distributed to targets through email, file sharing platforms, or scientific data repositories
  3. When the victim opens the file using Bio-Formats-based imaging software, the XML parser processes the malicious entities
  4. Depending on the entity payload, the attacker achieves file disclosure, SSRF, or denial of service

The malicious XML file would contain entity declarations that reference external DTDs or file paths. When parsed, the vulnerable DocumentBuilderFactory resolves these entities, leading to information disclosure or network requests to attacker-controlled infrastructure.

Detection Methods for CVE-2026-22186

Indicators of Compromise

  • Unusual outbound network connections from scientific imaging applications
  • Application logs showing errors related to XML parsing or external resource access failures
  • Unexpected file access attempts from Bio-Formats-dependent processes
  • Presence of suspicious XLEF or Leica metadata files with abnormal entity declarations

Detection Strategies

  • Monitor network traffic from imaging applications for unexpected external connections
  • Implement file integrity monitoring on scientific data repositories to detect malicious file uploads
  • Review application logs for XML parsing errors or DTD resolution failures
  • Deploy endpoint detection to alert on unusual process behavior from Bio-Formats applications

Monitoring Recommendations

  • Enable verbose logging for applications using Bio-Formats to capture XML parsing activity
  • Configure network monitoring to detect outbound connections from imaging workstations
  • Implement file analysis pipelines to scan incoming microscopy metadata files for XXE payloads
  • Monitor for DNS queries to suspicious domains from hosts running Bio-Formats software

How to Mitigate CVE-2026-22186

Immediate Actions Required

  • Upgrade Bio-Formats to a patched version when available from Open Microscopy Environment
  • Implement network segmentation for imaging workstations to limit SSRF impact
  • Avoid opening untrusted Leica metadata files until patches are applied
  • Configure application-level firewalls to restrict outbound connections from imaging software

Patch Information

Users should monitor the Open Microscopy Bio-Formats Documentation for security updates addressing this vulnerability. Review the VulnCheck Advisory on Bio-Formats XXE for the latest remediation guidance and patch availability information.

Workarounds

  • Configure XML parsers at the application level to disable external entity processing if Bio-Formats allows customization
  • Implement input validation to sanitize or reject XML files containing DOCTYPE declarations
  • Use application sandboxing to limit the impact of potential file access or network requests
  • Deploy network egress controls to block outbound connections from imaging application processes
bash
# Example: Network egress restriction using iptables for imaging workstations
# Block outbound connections from specific user running imaging software
iptables -A OUTPUT -m owner --uid-owner imaging-user -p tcp --dport 80 -j DROP
iptables -A OUTPUT -m owner --uid-owner imaging-user -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechBio Formats

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-611
  • Technical References
  • Open Microscopy Bio-Formats Documentation

  • FullDisclosure Security Mailing List Post

  • VulnCheck Advisory on Bio-Formats XXE
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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