← Back to Feed CACHED · 2026-09-16 14:38:29 · CACHE_KEY CVE-2026-15640
CVE-2026-15640 · CWE-290 · Disclosed 2026-09-16

Under certain conditions a valid SAML IdP response may be used to impersonate another Secret Server user.

ASSESSED — NOISGATE
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

Someone left the master key safe's combination taped to a reusable SAML ticket

CVE-2026-15640 is an authentication-bypass-by-spoofing flaw (CWE-290) in Delinea Secret Server on-premises versions 10.5.0 through 12.1.3. When SAML SSO is configured, the application fails to properly validate that a SAML IdP response is bound to the requesting session. An attacker who obtains or replays a valid SAML assertion can manipulate the response to impersonate *any* Secret Server user — including administrators — without knowing their credentials. The fix is in version 12.2.7 and later.

Delinea's own CVSS v4 vector scores this at 9.5 Critical (AV:N/AC:H/AT:P/PR:N/UI:N), which is directionally correct. The AC:H and AT:P modifiers acknowledge that SAML SSO must be enabled and specific conditions must align — but given that Secret Server is a Privileged Access Management vault storing domain-admin passwords, service-account keys, and root credentials, even a high-complexity chain that ends in vault takeover deserves the critical bucket. The vendor severity is appropriate here; if anything, organizations running Secret Server as their sole PAM tier should treat this as an emergency.

"Auth bypass on your PAM vault means every secret is one forged assertion away from exfiltration."
02 · The Attack Path

5 steps from start to impact.

STEP 01

Obtain a valid SAML assertion

The attacker authenticates to the configured SAML IdP with their own low-privilege account (or intercepts a legitimate user's SAML response via network position, phishing, or log exposure). The assertion is signed by the IdP and therefore cryptographically valid. The key requirement is possession of *any* legitimately-signed assertion — the flaw is in how Secret Server binds assertions to sessions, not in the signature itself.
Conditions required:
  • SAML SSO is enabled on the target Secret Server instance
  • Attacker has an account on the same IdP, or can intercept/replay a signed assertion
Where this breaks in practice:
  • SAML SSO is not the default auth method; must be explicitly configured
  • Intercepting another user's assertion requires MitM or access to debug logs
STEP 02

Manipulate assertion subject / audience fields

The attacker modifies the NameID or other subject-identifying attributes in the SAML response to reference a target victim account (e.g., the Secret Server admin). Because the vulnerability is in the SP-side binding validation (CWE-290), the application trusts the IdP-signed envelope but does not verify that the asserted identity matches the authenticated session or that the assertion has been used before.
Conditions required:
  • Knowledge of the target user's SAML NameID (often an email address)
  • The Secret Server instance does not enforce audience restriction or replay detection properly
Where this breaks in practice:
  • Exact manipulation technique depends on whether signature covers the full response or only the assertion — varying by IdP configuration
  • Some WAF/IdP configurations strip or re-sign modified attributes
Detection/coverage: SAML-aware WAFs or IdP audit logs may flag assertion/response mismatch; Delinea audit trail may show login from unexpected source IP
STEP 03

Present forged assertion to Secret Server SP endpoint

The attacker submits the manipulated SAML response to Secret Server's Assertion Consumer Service (ACS) endpoint. Secret Server validates the IdP signature on the outer envelope, accepts the assertion, and creates an authenticated session as the victim user. No password, MFA challenge, or additional verification is required beyond the forged assertion.
Conditions required:
  • Network access to the Secret Server web UI (typically internal, sometimes VPN-exposed)
  • ACS endpoint URL (discoverable from SAML metadata, often at a predictable path)
Where this breaks in practice:
  • Secret Server is rarely internet-facing; most deployments sit behind VPN or corporate network
  • Organizations using IP allowlisting on the ACS endpoint reduce attack surface
Detection/coverage: Secret Server login audit logs will show a new session for the impersonated user; SIEM correlation of IdP login events vs. Secret Server sessions can detect mismatch
STEP 04

Escalate to Secret Server administrator

If the attacker impersonates a Secret Server admin account, they gain full control of the vault. If they impersonate a lower-privilege user, they can access that user's secrets and potentially pivot to admin via stored credentials. Secret Server admins can export all secrets, modify access policies, and disable auditing.
Conditions required:
  • Target user has access to high-value secrets or is an admin
Where this breaks in practice:
  • Secret Server's role-based access control limits blast radius if the impersonated user is low-privilege
  • Dual-control / approval workflows on secret checkout slow down mass exfiltration
Detection/coverage: Secret checkout audit trail; anomalous bulk secret access alerts if configured
STEP 05

Exfiltrate credentials → domain/fleet compromise

With admin-level vault access, the attacker exports domain admin credentials, service account passwords, SSH keys, cloud API tokens, and certificate private keys stored in Secret Server. These credentials provide direct access to Active Directory, hypervisors, backup infrastructure, and cloud tenants — achieving fleet-scale compromise from a single PAM breach.
Conditions required:
  • High-value credentials are stored in the vault (the entire purpose of the product)
Where this breaks in practice:
  • Secret rotation policies may invalidate some credentials before use
  • HSM-backed secrets cannot be exported in cleartext
Detection/coverage: SIEM alerts on mass secret checkout; credential-use anomaly detection on downstream systems (DCs, hypervisors)
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNo confirmed exploitation as of 2026-09-16. Not listed on CISA KEV. No named campaigns. Given the product's niche install base and same-day disclosure, weaponization window is early.
Proof-of-ConceptNo public PoC identified on GitHub, ExploitDB, or Nuclei templates as of disclosure date. The attack requires SAML SSO configuration, which limits drive-by PoC development, but the technique (assertion subject manipulation) is well-understood from prior SAML CVEs.
EPSS Score0.00278 (≈ 72nd percentile). Low probability of exploitation in the next 30 days per FIRST's model, consistent with no public PoC and niche product.
KEV StatusNot listed on CISA Known Exploited Vulnerabilities catalog as of 2026-09-16.
CVSS v4 VectorCVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H — Network-accessible, high complexity, no privileges required, no user interaction. High confidentiality and integrity impact to both vulnerable and subsequent systems. No availability impact.
Affected VersionsDelinea Secret Server on-premises 10.5.0 through 12.1.3. Cloud-hosted Secret Server instances are managed by Delinea and patched separately.
Fixed VersionSecret Server 12.2.7 or later. No known distro backports (commercial product).
Exposure DataDelinea Secret Server is rarely internet-facing. Shodan/Censys queries for Secret Server login pages typically return <200 results globally. The ~362 known enterprise customers (per 6sense) skew toward 10,000+ employee organizations, meaning each compromised instance has outsized blast radius.
Disclosure Date2026-09-15 (vendor advisory); CVE published 2026-09-16.
ReporterNot publicly attributed. Disclosed via Delinea's coordinated disclosure process.
04 · The Call

noisgate verdict.

Final Verdict
= UNCHANGED to CRITICAL (9.2/10)

Delinea Secret Server is a canonical PAM vault — 100% of its installs occupy the high-value secret-manager role by definition, and a successful auth bypass chain terminates in mass credential exfiltration and fleet compromise. The single most decisive factor is role identity: the vulnerable component IS the organization's credential store, making any authentication bypass automatically fleet-scale in blast radius.

HIGH Affected product and version range
HIGH Blast radius assessment (PAM vault → fleet compromise)
MEDIUM Exact exploitation prerequisites (AC:H/AT:P conditions not fully detailed by vendor)
LOW Active exploitation status (too early in disclosure cycle to confirm)

Why this verdict

  • PAM vault identity = automatic fleet-scale blast radius. Secret Server's entire purpose is storing domain-admin, root, service-account, and cloud-API credentials. Compromising the vault IS compromising the fleet. This is not a theoretical role multiplier — it is the product's design.
  • Role multiplier — canonical high-value component. Per the high-value role catalog, Secret Server is a PAM / secret manager. 100% of installs occupy this role. The chain (auth bypass → admin impersonation → secret export → DA/root/cloud creds) ends in domain takeover and fleet compromise. Verdict floor: CRITICAL.
  • No authentication required (PR:N). The CVSS vector confirms no prior Secret Server privileges are needed. The attacker needs a valid IdP-signed assertion (obtainable with any IdP account or via interception), but does not need a Secret Server account. This is a pre-auth attack path against the PAM tier.
  • AC:H and AT:P provide friction but do not break the floor. SAML SSO must be enabled (not default), the attacker needs a signed assertion, and network access to the web UI is required. These narrow the reachable population but do not change what happens when the chain lands: total vault compromise. Friction sets the score at 9.2 rather than 9.8 — it does not drop the bucket below CRITICAL.
  • Subsequent-system impact is maximal. The CVSS v4 vector rates SC:H/SI:H/SA:H — compromise of Secret Server cascades to every system whose credentials it stores. This is the definition of a supply-chain-adjacent pivot point.

Why not higher?

The score is 9.2 rather than 10.0 because attack complexity is high (AC:H) and specific prerequisites must align (AT:P): SAML SSO must be explicitly configured, the attacker needs a legitimately-signed IdP assertion, and Secret Server is rarely internet-facing. These friction points meaningfully reduce the probability of opportunistic exploitation, even though they do not reduce the consequence.

Why not lower?

Downgrading below CRITICAL would require evidence that the PAM vault role does not produce fleet-scale compromise — which contradicts the product's core function. The component IS the secret store; there is no 'low-value role' deployment of Secret Server. Even with AC:H friction, an auth bypass on a PAM vault cannot be assessed below the CRITICAL floor per blast-radius rules.

05 · Compensating Control

What to do — in priority order.

  1. Disable SAML SSO and revert to local or LDAP/AD authentication immediately — This eliminates the attack vector entirely. If SAML SSO is not enabled, the vulnerability is not exploitable. Deploy within 3 days per the noisgate mitigation SLA for CRITICAL findings. Coordinate with your IdP team to redirect authentication flows.
  2. Restrict network access to Secret Server's ACS endpoint via firewall rules — Limit inbound access to the SAML Assertion Consumer Service URL to only the IP addresses of your IdP's assertion delivery infrastructure. This prevents attackers from submitting forged assertions from arbitrary network positions. Deploy within 3 days.
  3. Enable and monitor Secret Server audit logs for impersonation indicators — Configure SIEM alerts for: (1) Secret Server logins where the source IP does not match IdP-correlated sessions, (2) admin-role sessions initiated via SAML, (3) bulk secret checkout events. This provides detection-in-depth while patching is underway.
  4. Rotate high-value secrets stored in Secret Server — After patching or disabling SAML, rotate domain admin credentials, service accounts, SSH keys, and cloud API tokens stored in the vault. Assume potential compromise if SAML SSO was enabled on an affected version. Prioritize credentials with domain-admin or equivalent privilege.
  5. Enforce IP allowlisting on the Secret Server web UI — Restrict web UI access to known admin workstation subnets and VPN egress points. This reduces the attack surface even for internal attackers. Deploy within 3 days.
What doesn't work
  • MFA on Secret Server login — does not help because the SAML assertion bypass occurs *before* any local MFA challenge. The forged assertion creates an authenticated session directly.
  • WAF signature rules — generic WAF rules will not detect this attack because the SAML response is legitimately signed by the IdP. The manipulation is in the *binding* between assertion and session, not in the signature itself.
  • IdP-side hardening alone — the vulnerability is in the Service Provider (Secret Server), not the IdP. Hardening your IdP does not fix the SP's failure to validate assertion-to-session binding.
  • Network segmentation without disabling SAML — reduces attacker population but does not eliminate the vector if any user on the permitted network has an IdP account.
06 · Verification

Crowdsourced verification payload.

Run on the Secret Server host or any Windows workstation with network access to the Secret Server web API. Execute as a domain user with read access to the Secret Server installation directory. Example: .\Check-CVE-2026-15640.ps1 -SecretServerUrl https://secretserver.corp.local/SecretServer

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
#Requires -Version 5.1
<#
.SYNOPSIS
  Checks whether Delinea Secret Server is vulnerable to CVE-2026-15640.
.DESCRIPTION
  Verifies the installed Secret Server version and SAML SSO configuration status.
  Outputs VULNERABLE, PATCHED, or UNKNOWN.
.PARAMETER SecretServerUrl
  Base URL of the Secret Server instance (e.g., https://secretserver.corp.local/SecretServer)
#>
param(
    [Parameter(Mandatory=$true)]
    [string]$SecretServerUrl
)

$ErrorActionPreference = 'Stop'
$exitCode = 2  # UNKNOWN

try {
    # Attempt to retrieve version from the Secret Server diagnostics page or API
    $versionUrl = "$($SecretServerUrl.TrimEnd('/'))/api/v1/version"
    
    try {
        $response = Invoke-RestMethod -Uri $versionUrl -Method Get -UseDefaultCredentials -TimeoutSec 10
        $versionString = $response.model.version
    } catch {
        # Fallback: check local install if running on the SS host
        $regPaths = @(
            'HKLM:\SOFTWARE\Thycotic\Secret Server',
            'HKLM:\SOFTWARE\Delinea\Secret Server'
        )
        $versionString = $null
        foreach ($rp in $regPaths) {
            if (Test-Path $rp) {
                $versionString = (Get-ItemProperty -Path $rp -ErrorAction SilentlyContinue).Version
                if ($versionString) { break }
            }
        }
    }

    if (-not $versionString) {
        Write-Host 'UNKNOWN - Could not determine Secret Server version via API or registry.'
        exit 2
    }

    Write-Host "Detected Secret Server version: $versionString"

    # Parse version
    $ver = [System.Version]$versionString
    $fixedVer = [System.Version]'12.2.7'
    $minAffected = [System.Version]'10.5.0'

    if ($ver -ge $fixedVer) {
        Write-Host "PATCHED - Version $versionString is >= 12.2.7 (fixed). CVE-2026-15640 is remediated."
        $exitCode = 0
    } elseif ($ver -ge $minAffected -and $ver -lt $fixedVer) {
        # Check if SAML SSO is configured (presence of SAML config in web.config or DB)
        $samlIndicator = 'SAML status could not be determined (check manually)'
        $webConfigPath = Join-Path (Split-Path $SecretServerUrl -ErrorAction SilentlyContinue) 'web.config'
        # Best-effort: check if SAML login endpoint responds
        try {
            $samlUrl = "$($SecretServerUrl.TrimEnd('/'))/saml/login"
            $samlCheck = Invoke-WebRequest -Uri $samlUrl -Method Head -UseDefaultCredentials -TimeoutSec 5 -ErrorAction Stop
            if ($samlCheck.StatusCode -eq 200 -or $samlCheck.StatusCode -eq 302) {
                $samlIndicator = 'SAML SSO appears ENABLED (endpoint responded)'
            }
        } catch {
            $samlIndicator = 'SAML SSO may be DISABLED (endpoint not reachable)'
        }
        Write-Host "VULNERABLE - Version $versionString is in affected range (10.5.0 - 12.1.3). $samlIndicator"
        $exitCode = 1
    } else {
        Write-Host "PATCHED - Version $versionString is below affected range (< 10.5.0). Not affected."
        $exitCode = 0
    }
} catch {
    Write-Host "UNKNOWN - Error during check: $($_.Exception.Message)"
    $exitCode = 2
}

exit $exitCode
07 · Bottom Line

If you remember one thing.

TL;DR
This is a CRITICAL finding on a PAM vault — your organization's crown-jewel credential store. Monday morning action plan: If SAML SSO is enabled on any Secret Server on-prem instance running 10.5.0–12.1.3, disable SAML authentication and revert to local/AD auth *today* as an emergency compensating control — the noisgate mitigation SLA for CRITICAL is ≤ 3 days. Simultaneously, begin the upgrade to Secret Server 12.2.7+; the noisgate remediation SLA for CRITICAL is ≤ 90 days, but given this is your PAM tier, target patch completion within 2 weeks. After patching, rotate all high-value credentials stored in the vault (domain admin, service accounts, cloud API keys) as a precaution. If SAML SSO was never enabled, you are not exploitable — document that finding and move to the 90-day remediation window for defense-in-depth.

Sources

  1. Delinea Security Advisories
  2. SAML's Rough Quarter: Five Critical Vulnerabilities — WorkOS
  3. CWE-290: Authentication Bypass by Spoofing — MITRE
  4. Delinea Secret Server Market Share — 6sense
  5. SAML Authentication Replay in Rancher (comparable pattern) — GitHub Advisory
  6. Common SAML Security Vulnerabilities — WorkOS Guide
  7. Sign in as Anyone: Bypassing SAML SSO — GitHub Blog
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.