CVE-2024-21893Ivanti Connect Secure SAML SSRF, chained to auth bypass
What broke
The SAML stack on Ivanti Connect Secure (9.x, 22.x) and Policy Secure would fetch attacker-controlled URLs (SSRF). After the January 2024 patches for CVE-2023-46805 (auth bypass) and CVE-2024-21887 (command injection), attackers used this SAML SSRF as the leftover door. CISA added it to KEV. watchTowr and Rapid7 published the chain.
Why it matters
VPN concentrators are identity enforcement points. When the SAML ACS can be turned into an SSRF, "we federated login" becomes "the IdP conversation is an attack primitive." This is why FortiCloud SSO and Ivanti keep landing on the same page of this catalog.
What to do
- Patch ICS/IPS for CVE-2024-21893 even if you already took the 46805 / 21887 builds.
- If the box was internet-facing in January–February 2024, assume compromise. Rebuild, do not just patch.
- Hunt for unexpected XML from the SAML ACS, new local admins, and outbound connections from the appliance.
- Disable SAML on the appliance if you do not need it. A VPN that does local auth is better than a VPN whose ACS is an SSRF.
After you patch
Edge appliances sit outside the estate and hold credentials into it, which is why this class keeps producing multi-victim campaigns.
- Revoke all sessions on the appliance, then rotate the directory or LDAP service account it uses for authentication.
- Rotate certificates and any stored integration credentials, since configuration stores on these devices are a routine post-exploitation target.
- Hunt for authenticated sessions with no matching interactive login, and for logins from ASNs that had never appeared before the disclosure date.
- Check downstream: anything the appliance could reach or authenticate to is in scope, including SSO-connected applications.
Sources
- NVD: CVE-2024-21893
- CISA KEV
- Rapid7 / watchTowr analyses of the Ivanti SAML SSRF chain
Related identity CVEs
Related on Start with Identity
- CVEIvanti EPMM (MobileIron Core) unauthenticated API access
Every supported EPMM 11.8-11.10 release exposed restricted API functionality with no login. Attackers pulled user and device data, then chained CVE-2023-35081.
- CVEIvanti Sentry authentication bypass
Ivanti Sentry (MobileIron Sentry) skipped authentication on an administrative API. CISA KEV. August 2023. The gateway in front of EPMM had its own unlocked door
- CVEFortiCloud SSO SAML bypass on FortiOS, FortiProxy, FortiSwitchManager
A crafted SAML message bypasses FortiCloud SSO (CWE-347). Arctic Wolf saw malicious logins three days after disclosure. CISA added it to KEV on 16 December 2025
- BlogFortinet's January SSO bypass hit boxes already patched for December's SAML bug
CVE-2026-24858 is the follow-on FortiCloud SSO SAML bypass. Devices patched for CVE-2025-59718 and 59719 were still exploitable. Actively exploited. CISA guidan
- GlossaryService Provider (SP)
The application that consumes identity assertions from an IdP to grant the user access. In SAML it's the SP; in OIDC the equivalent is the Relying Party. The se
- BlogA CVE ID is a name. The value is knowing who the attacker becomes.
We opened a practitioner catalog of identity CVEs: what broke, why IAM teams should care, and what to do this week. Not an NVD mirror. A place to triage SAML wr