CVE-2023-38035Ivanti Sentry authentication bypass
What broke
Ivanti Sentry, the gateway that sits in front of EPMM / MobileIron, exposed an administrative API without authentication. CISA added CVE-2023-38035 to KEV. August 2023, weeks after CVE-2023-35078 on EPMM itself.
Why it matters
Sentry terminates device and app traffic and often holds the keys that talk to EPMM. An auth bypass on the gateway is how you skip the MDM you just patched. Ivanti's 2023-2025 record (EPMM, Sentry, Connect Secure, addUser) is one product family failing authentication over and over.
What to do
- Patch Sentry. If it was internet-facing in August 2023, review admin users and certificates it issued.
- Do not expose Sentry admin or its system API to the internet.
- Treat Ivanti appliances as one identity system: patch EPMM, Sentry, and Connect Secure on the same cadence.
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-2023-38035
- CISA KEV
- Ivanti Sentry advisory, August 2023
Related identity CVEs
Related on Start with Identity
- CVEIvanti Connect Secure authentication bypass
Connect Secure and Policy Secure skipped authentication on a path that later chained with CVE-2024-21887 for unauthenticated RCE. CISA KEV. January 2024 disclos
- CVEIvanti Connect Secure SAML SSRF, chained to auth bypass
SSRF in the SAML component of Ivanti Connect Secure and Policy Secure. Attackers chained it with CVE-2023-46805 and CVE-2024-21887 after those were patched. CIS
- CVEJetBrains TeamCity 2023 authentication bypass to RCE
Unauthenticated request becomes administrator, then code execution, on TeamCity On-Premises before 2023.05.4. CVSS 9.8. CISA KEV. Used by Russian state actors.
- 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
- BreachOkta's 2023 support-system breach: when your IdP gets phished
How attackers used a stolen credential to read Okta support cases and harvest session tokens, why HAR files were the weak link, and what it taught the industry