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

CVE-2026-28809: esaml XXE Vulnerability in SAML Parsing

CVE-2026-28809 is an XML External Entity vulnerability in esaml that enables attackers to read local files through crafted SAML messages. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 27, 2026

CVE-2026-28809 Overview

XML External Entity (XXE) vulnerability in esaml (and its forks) allows an attacker to cause the system to read local files and incorporate their contents into processed SAML documents, and potentially perform SSRF via crafted SAML messages.

The esaml library parses attacker-controlled SAML messages using xmerl_scan:string/2 before signature verification without disabling XML entity expansion. On Erlang/OTP versions before 27, Xmerl allows entities by default, enabling pre-signature XXE attacks. An attacker can cause the host to read local files (e.g., Kubernetes-mounted secrets) into the SAML document. If the attacker is not a trusted SAML SP, signature verification will fail and the document is discarded, but file contents may still be exposed through logs or error messages.

Critical Impact

Local file disclosure and potential Server-Side Request Forgery (SSRF) through crafted SAML messages. Sensitive data such as Kubernetes secrets may be exposed even when signature verification fails.

Affected Products

  • esaml (all versions)
  • esaml fork by arekinath
  • esaml fork by handnot2
  • esaml fork by dropbox
  • Systems running Erlang/OTP versions prior to 27

Discovery Timeline

  • 2026-03-23 - CVE-2026-28809 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-28809

Vulnerability Analysis

This vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference). The core issue lies in the order of operations during SAML message processing: the esaml library parses incoming XML before validating the cryptographic signature of the SAML assertion.

The xmerl_scan:string/2 function in Erlang's Xmerl library processes XML documents with entity expansion enabled by default on Erlang/OTP versions before 27. This means an attacker can craft a malicious SAML message containing external entity declarations that reference local files or internal network resources.

Even when the subsequent signature verification fails (as it typically would for attacker-controlled messages from untrusted sources), the XXE payload has already been processed. The expanded file contents become part of the parsed document and may leak through various channels including application logs, error messages, or debug output.

Root Cause

The vulnerability stems from two compounding issues:

  1. Insecure parsing order: SAML messages are parsed and XML entities are expanded before signature verification occurs, allowing pre-authentication attacks.
  2. Default-enabled entity expansion: Erlang/OTP versions prior to 27 have Xmerl configured to allow XML external entities by default, exposing the library to XXE attacks without explicit opt-in.

The combination creates a window where malicious XML content is fully processed even though it will ultimately be rejected by signature validation.

Attack Vector

The attack is network-accessible and does not require authentication or user interaction. An attacker sends a crafted SAML message to an application using esaml (or its forks) that contains malicious XML external entity declarations. These entities can reference:

  • Local filesystem paths (e.g., /etc/passwd, Kubernetes secrets mounted at /var/run/secrets/)
  • Internal network resources via SSRF (e.g., metadata services at http://169.254.169.254/)

The esaml library processes the malicious XML, expanding the entities and reading the referenced resources into memory. While the message is likely rejected during signature verification if the attacker is untrusted, the sensitive data may already have been logged or exposed through error handling mechanisms.

Detection Methods for CVE-2026-28809

Indicators of Compromise

  • Unusual SAML authentication attempts containing XML entity declarations (DTD references)
  • Log entries containing unexpected file contents or internal service responses
  • Error messages exposing local filesystem paths or internal network data
  • SAML messages with <!DOCTYPE> or <!ENTITY> declarations in payloads

Detection Strategies

  • Monitor SAML endpoints for requests containing XML DTD declarations or entity references
  • Implement log analysis to detect leaked file contents or metadata service responses
  • Configure intrusion detection systems to alert on SAML messages with suspicious XML patterns
  • Review application logs for parsing errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable detailed logging on SAML authentication endpoints to capture malformed requests
  • Monitor outbound network traffic for connections to internal metadata services (e.g., cloud instance metadata endpoints)
  • Set up alerts for file access patterns consistent with XXE exploitation attempts
  • Track Erlang/OTP version across infrastructure to identify vulnerable deployments

How to Mitigate CVE-2026-28809

Immediate Actions Required

  • Upgrade Erlang/OTP to version 27 or later, where Xmerl defaults to disabling entity expansion
  • Review application logs for evidence of exploitation attempts
  • Audit deployments using esaml or its forks (arekinath, handnot2, dropbox)
  • Implement network segmentation to limit SSRF impact from compromised SAML endpoints

Patch Information

No specific patch information is available in the CVE data. Users should consult the CNA Security Advisory for the latest remediation guidance. The primary mitigation is upgrading to Erlang/OTP 27 or later, which disables XML entity expansion by default in Xmerl.

Workarounds

  • Upgrade to Erlang/OTP 27 or later where Xmerl defaults to entities disabled
  • Configure xmerl_scan options to explicitly disable external entity processing if the library supports it
  • Implement a web application firewall (WAF) rule to block SAML messages containing DTD or ENTITY declarations
  • Add pre-validation filtering to sanitize incoming SAML messages before they reach the esaml library
  • Ensure sensitive files and secrets are not readable by the application user when possible

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechEsaml

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/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
  • CNA Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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