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

CVE-2026-41670: Admidio SAML Auth Bypass Vulnerability

CVE-2026-41670 is an authentication bypass flaw in Admidio's SAML SSO module that allows attackers to redirect SAML responses to unauthorized URLs. This article covers the technical details, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2026-41670 Overview

CVE-2026-41670 is a high-severity input validation flaw in Admidio, an open-source user management application. The vulnerability resides in the Security Assertion Markup Language (SAML) Identity Provider (IdP) implementation within Admidio's Single Sign-On (SSO) module. Versions prior to 5.0.9 accept the AssertionConsumerServiceURL value from incoming SAML AuthnRequest messages without validating it against the registered Assertion Consumer Service (ACS) URL stored in the database. An attacker who knows a registered service provider Entity ID can redirect signed SAML responses, including user identity attributes, to an attacker-controlled endpoint. The issue is fixed in Admidio version 5.0.9.

Critical Impact

Attackers can exfiltrate signed SAML assertions containing login names, email addresses, roles, and profile fields by redirecting the IdP response to an arbitrary URL.

Affected Products

  • Admidio versions prior to 5.0.9
  • Admidio SSO module SAML IdP component
  • Deployments using Admidio as a SAML Identity Provider for downstream service providers

Discovery Timeline

  • 2026-05-07 - CVE-2026-41670 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-41670

Vulnerability Analysis

Admidio acts as a SAML Identity Provider through its SSO module. When a service provider initiates authentication, it sends a SAML AuthnRequest containing an AssertionConsumerServiceURL element. This value tells the IdP where to deliver the signed SAML response after the user authenticates.

The vulnerable code path uses the AssertionConsumerServiceURL directly from the request as the response destination. The IdP does not compare the requested URL to the smc_acs_url value registered for that service provider client in the database. As a result, the trust boundary between registered ACS endpoints and request-supplied endpoints collapses.

After a victim authenticates, the IdP signs the SAML response containing identity attributes such as login name, email, roles, and profile fields. The signed response is then posted to the attacker-supplied URL. The attacker captures the assertion and can replay it against the legitimate service provider or harvest the disclosed user data. This weakness is classified under CWE-20 Improper Input Validation.

Root Cause

The root cause is missing server-side validation of the AssertionConsumerServiceURL field. The SAML 2.0 specification requires IdPs to verify that the requested ACS URL matches a value registered in service provider metadata. Admidio's implementation skipped this comparison against the stored smc_acs_url, trusting client-controlled input for response routing.

Attack Vector

Exploitation requires network access to the Admidio SAML endpoint and knowledge of a registered service provider Entity ID. The attacker crafts a SAML AuthnRequest that references a legitimate Entity ID but specifies an attacker-controlled AssertionConsumerServiceURL. The attacker then induces an authenticated user to follow the request, typically through a phishing link. Once the user authenticates, the IdP issues a signed SAML response and posts it to the attacker's URL, exposing identity attributes and a valid signed assertion.

No authentication is required to send the malicious AuthnRequest, but user interaction is required to complete the authentication flow at the IdP. See the GitHub Security Advisory GHSA-p9w9-87c8-m235 for additional technical details.

Detection Methods for CVE-2026-41670

Indicators of Compromise

  • SAML AuthnRequest messages where AssertionConsumerServiceURL does not match the smc_acs_url registered for the supplied Entity ID
  • Outbound HTTP POST requests from the Admidio host to domains not associated with any registered service provider
  • Unexpected authentication events in Admidio logs originating from unfamiliar referrer URLs or IP ranges
  • Spike in SAML SSO requests targeting a single Entity ID from non-corporate networks

Detection Strategies

  • Parse Admidio web server logs for SAML SSO requests and compare the AssertionConsumerServiceURL parameter against the registered ACS URL list
  • Implement application-layer logging that records both the requested ACS URL and the registered ACS URL for each SAML transaction
  • Alert on SAML responses delivered to destinations outside an approved domain allowlist

Monitoring Recommendations

  • Monitor egress traffic from the Admidio server for connections to unknown external hosts immediately following user authentication events
  • Review access logs for repeated AuthnRequest submissions referencing the same Entity ID with varying ACS URLs
  • Enable verbose SAML transaction logging and forward events to a centralized SIEM for correlation with identity activity

How to Mitigate CVE-2026-41670

Immediate Actions Required

  • Upgrade Admidio to version 5.0.9 or later, which validates the AssertionConsumerServiceURL against the stored smc_acs_url
  • Audit registered SAML service provider clients and remove unused or untrusted Entity IDs from the Admidio database
  • Rotate any session tokens or credentials issued through the SSO module since exposure cannot be ruled out for prior transactions
  • Notify federated service providers so they can review their authentication logs for suspicious assertions

Patch Information

The fix is included in Admidio 5.0.9. Refer to the GitHub Release v5.0.9 for download artifacts and the full changelog. The patched IdP now compares the request-supplied AssertionConsumerServiceURL against the smc_acs_url registered for the matching service provider client and rejects mismatches before issuing a signed response.

Workarounds

  • Disable the SAML SSO module in Admidio until upgrading to 5.0.9 if patching cannot be completed immediately
  • Restrict network access to the Admidio SAML endpoint to known service provider IP ranges using firewall or reverse proxy rules
  • Apply a web application firewall rule that inspects SAML AuthnRequest payloads and blocks requests where AssertionConsumerServiceURL falls outside an approved domain allowlist
bash
# Example reverse proxy allowlist for SAML ACS destinations
# nginx snippet restricting SAML SSO endpoint access
location /modules/sso/ {
    allow 203.0.113.0/24;   # trusted SP network
    allow 198.51.100.10;    # trusted SP host
    deny all;
    proxy_pass http://admidio_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAdmidio

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Release v5.0.9

  • GitHub Security Advisory GHSA-p9w9-87c8-m235
  • Related CVEs
  • CVE-2026-41671: Admidio OIDC Auth Bypass Vulnerability

  • CVE-2026-41669: Admidio SAML Auth Bypass Vulnerability

  • CVE-2026-41662: Admidio Auth Bypass Vulnerability

  • CVE-2026-41658: Admidio 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