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-32600

CVE-2026-32600: Simplesamlphp Xml-security XXE Vulnerability

CVE-2026-32600 is an XXE flaw in Simplesamlphp Xml-security that allows attackers to exploit authentication tag validation weaknesses in AES-GCM encrypted nodes. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-32600 Overview

CVE-2026-32600 is a cryptographic vulnerability affecting the SimpleSAMLphp xml-security library, which implements XML signatures and encryption. The vulnerability stems from improper validation of authentication tag lengths when using AES-GCM encryption modes (aes-128-gcm, aes-192-gcm, or aes-256-gcm). This weakness allows attackers to brute-force authentication tags, recover the GHASH key, and ultimately decrypt encrypted XML nodes without possessing the encryption key.

Critical Impact

Attackers can decrypt sensitive XML data and forge arbitrary ciphertexts without knowledge of the encryption key, compromising the confidentiality and integrity of SAML assertions and other encrypted XML content.

Affected Products

  • SimpleSAMLphp xml-security versions prior to 2.3.1
  • SimpleSAMLphp xml-security versions prior to 1.13.9

Discovery Timeline

  • 2026-03-16 - CVE-2026-32600 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-32600

Vulnerability Analysis

The xml-security library fails to properly validate the length of authentication tags when processing XML nodes encrypted with AES-GCM (Galois/Counter Mode). GCM is an authenticated encryption mode that produces an authentication tag to verify ciphertext integrity. According to NIST specifications, the authentication tag should be a fixed length (typically 128 bits) to provide adequate security guarantees.

When the library accepts authentication tags of arbitrary or truncated lengths, it dramatically reduces the computational effort required to forge valid tags. An attacker exploiting this flaw can systematically brute-force short authentication tags, and once successful, can recover the GHASH polynomial hash key. With the GHASH key in hand, the attacker can decrypt encrypted XML nodes and craft arbitrary forged ciphertexts that pass authentication checks.

This vulnerability is particularly dangerous in SAML environments where xml-security is commonly deployed, as it could allow attackers to decrypt and forge SAML assertions, potentially bypassing authentication entirely.

Root Cause

The root cause is CWE-354: Improper Validation of Integrity Check Value. The library's OpenSSL backend did not enforce proper validation of GCM authentication tag lengths, accepting tags shorter than the cryptographically required minimum. This implementation oversight violates the security assumptions of the GCM mode, which relies on full-length authentication tags to resist forgery attacks.

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker can intercept or obtain encrypted XML content and perform the following attack sequence:

  1. Capture encrypted XML nodes using AES-GCM encryption
  2. Submit modified ciphertexts with truncated authentication tags
  3. Brute-force the shortened tag space to find valid combinations
  4. Recover the GHASH key from successful forgeries
  5. Decrypt the original encrypted content or forge new ciphertexts

The patch adds proper validation by introducing a RuntimeException to enforce authentication tag length requirements in the OpenSSL backend:

php
 use SimpleSAML\XMLSecurity\Constants as C;
 use SimpleSAML\XMLSecurity\Exception\InvalidArgumentException;
 use SimpleSAML\XMLSecurity\Exception\OpenSSLException;
+use SimpleSAML\XMLSecurity\Exception\RuntimeException;
 use SimpleSAML\XMLSecurity\Key\AsymmetricKey;
 use SimpleSAML\XMLSecurity\Key\KeyInterface;
 use SimpleSAML\XMLSecurity\Key\PrivateKey;

Source: GitHub Security Commit

Detection Methods for CVE-2026-32600

Indicators of Compromise

  • Unusual patterns of failed decryption attempts followed by successful ones against SAML endpoints
  • Encrypted XML payloads with abnormally short authentication tags (less than 128 bits)
  • Multiple rapid requests containing modified ciphertext to authentication endpoints
  • Log entries showing GCM decryption operations with non-standard tag lengths

Detection Strategies

  • Audit installed versions of simplesamlphp/xml-security using Composer to identify vulnerable deployments (composer show simplesamlphp/xml-security)
  • Implement application-layer logging for all XML encryption and decryption operations
  • Monitor SAML IdP and SP endpoints for unusual request patterns or authentication anomalies
  • Deploy web application firewalls with rules to detect malformed XML encryption payloads

Monitoring Recommendations

  • Enable verbose logging on SAML authentication flows to capture encryption-related errors
  • Set up alerts for repeated authentication failures from single sources targeting SAML endpoints
  • Monitor dependency management systems for vulnerable package versions across your infrastructure
  • Track network traffic for unusually high volumes of encrypted XML submissions

How to Mitigate CVE-2026-32600

Immediate Actions Required

  • Upgrade SimpleSAMLphp xml-security to version 2.3.1 or later for the 2.x branch
  • Upgrade SimpleSAMLphp xml-security to version 1.13.9 or later for the 1.x branch
  • Review SAML-based authentication systems for potential compromise if running vulnerable versions
  • Rotate encryption keys used with the xml-security library as a precautionary measure

Patch Information

The vulnerability is fixed in versions 2.3.1 and 1.13.9 of the SimpleSAMLphp xml-security library. Security patches are available via the official GitHub repository. The fix introduces proper validation of GCM authentication tag lengths by adding a RuntimeException to reject improperly formatted encrypted content.

For detailed patch information, see the GitHub Security Advisory.

Workarounds

  • Consider temporarily disabling AES-GCM encryption modes and using alternative algorithms like AES-CBC with HMAC until patches can be applied
  • Implement additional integrity checks at the application layer for encrypted XML content
  • Restrict network access to SAML endpoints to trusted sources only while awaiting patch deployment
bash
# Update xml-security via Composer
composer require simplesamlphp/xml-security:^2.3.1

# Or for the 1.x branch
composer require simplesamlphp/xml-security:^1.13.9

# Verify installed version
composer show simplesamlphp/xml-security

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechSimplesamlphp

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-354
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-27773: SimpleSAMLphp Auth Bypass 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