CVE-2023-35078
CVE-2023-35078 is a critical-severity vulnerability in Ivanti Endpoint Manager Mobile with a CVSS 3.x base score of 9.8. It is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, confirming it has been exploited in the wild (added 2023-07-25). The underlying weakness is classified as CWE-287.
Key facts
- Severity: Critical (CVSS 3.x base score 9.8)
- EPSS exploit prediction: 100% (100th percentile)
- Actively exploited: Yes — listed in CISA KEV (added 2023-07-25)
- EU (EUVD) id: EUVD-2023-39113
- EU exploitation: Flagged exploited in the ENISA EU Vulnerability Database (since 2023-07-25)
- Weakness: CWE-287
- Affected product: Ivanti Endpoint Manager Mobile
- Published:
- Last modified:
Description
An authentication bypass vulnerability in Ivanti EPMM allows unauthorized users to access restricted functionality or resources of the application without proper authentication.
CVE-2023-35078: Ivanti EPMM Authentication Bypass (CVSS 9.8)
AI-generated analysis based on the vulnerability data on this page.
| Attribute | Value |
|---|---|
| CVE ID | CVE-2023-35078 |
| Severity | Critical |
| CVSS v3 | 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) |
| CWE | CWE-287: Improper Authentication |
| EPSS | 0.99999 |
| Known Exploited | Yes (CISA KEV since 2023-07-25) |
| EU Exploited | Yes (since 2023-07-25) |
| Published | 2023-07-25 |
Summary
Ivanti Endpoint Manager Mobile (EPMM), formerly MobileIron Core, contains an authentication bypass vulnerability. A remote, unauthenticated attacker can access specific API endpoints that are intended to require authentication, effectively bypassing the product's access controls.
Background
Ivanti Endpoint Manager Mobile is a widely deployed mobile device management (MDM) platform used by enterprises to manage smartphones and tablets. Because MDM platforms typically sit at the network perimeter and hold elevated control over enrolled endpoints, a vulnerability in this layer has outsized impact across an organization's entire mobile fleet.
Root Cause — CWE-287: Improper Authentication
The vulnerability stems from improper authentication enforcement on one or more API endpoints. Under normal operation, these endpoints should validate session tokens or credentials before servicing requests. In affected versions, the authentication check is either missing or can be circumvented, allowing requests to proceed without a valid identity assertion. This is classified as CWE-287: Improper Authentication.
Impact
The CVSS v3 score of 9.8 reflects the worst-case scenario:
- Attack Vector (AV): Network — Exploitable remotely without local network access.
- Attack Complexity (AC): Low — No special conditions or race windows required.
- Privileges Required (PR): None — No authenticated account needed.
- User Interaction (UI): None — Fully automated, no victim action required.
- Scope (S): Unchanged — Impact stays within the vulnerable component.
- Confidentiality (C), Integrity (I), Availability (A): All High — Successful exploitation can expose sensitive MDM data, alter device policies, or disrupt mobile fleet operations.
Successful exploitation grants an attacker administrative-level API access to the MDM infrastructure, which can lead to full compromise of enrolled devices, exfiltration of corporate data, or deployment of malicious profiles.
Exploitation Walkthrough (Defensive Perspective)
Ethics Notice: This section is written for defenders, auditors, and incident responders. It does not contain working exploit code or step-by-step attack instructions.
The vulnerability is an authentication bypass against REST API endpoints. In a typical attack scenario:
- The attacker identifies an exposed Ivanti EPMM management interface on the internet or an accessible network segment.
- The attacker sends crafted HTTP requests to API endpoints that should require authentication.
- Because the affected endpoints fail to enforce authentication, the requests are processed as if they came from a legitimate administrator.
From a defensive standpoint, this means any unauthenticated HTTP request to the EPMM API that returns non-error data or triggers state changes is a strong indicator of exposure. Security teams should treat internet-facing EPMM appliances as critical attack surface and verify that patches are applied before any exploitation scanning is observed.
Affected and Patched Versions
The following product is known to be affected according to NVD CPE data:
- Ivanti Endpoint Manager Mobile (EPMM) — specific version ranges were not provided in the source data at time of writing.
Administrators should consult Ivanti's official security advisories for exact patch levels:
Remediation
- Upgrade immediately. Ivanti has released security updates. Apply the vendor-recommended patch as soon as change control permits.
- Restrict network access. Place EPMM management interfaces behind a VPN or on an isolated administrative network. Do not expose them directly to the internet.
- Compensating controls. Until patching is complete, enforce IP allow-listing at the firewall or reverse-proxy layer for all EPMM API endpoints.
- Review enrolled devices. After patching, audit device configurations and compliance states for signs of unauthorized policy changes.
Detection
- Monitor EPMM API access logs for requests to administrative endpoints from unexpected source IPs.
- Correlate internet-facing EPMM assets with vulnerability-scan results for CVE-2023-35078.
- Hunt for anomalous device policy modifications or bulk profile deployments that occurred shortly after the vulnerability's disclosure date (2023-07-25).
- Check CISA's KEV catalog and threat-intelligence feeds for active exploitation signatures.
Assessment
With an EPSS score of 0.99999 and confirmed inclusion in the CISA Known Exploited Vulnerabilities catalog on the same day as publication, CVE-2023-35078 sits in the highest tier of real-world risk. The combination of network exploitability, no privilege requirements, and high impact on a core enterprise infrastructure component makes this a must-patch vulnerability.
Key lessons:
- Authentication must be enforced uniformly across every API surface, especially on perimeter-facing management platforms.
- The speed of KEV inclusion (same-day) highlights the value of having an expedited patching track for critical, internet-exposed infrastructure.
References
- https://forums.ivanti.com/s/article/CVE-2023-35078-Remote-unauthenticated-API-access-vulnerability
- https://forums.ivanti.com/s/article/KB-Remote-unauthenticated-API-access-vulnerability-CVE-2023-35078
- https://www.cisa.gov/news-events/alerts/2023/07/24/ivanti-releases-security-updates-endpoint-manager-mobile-epmm-cve-2023-35078
- https://www.ivanti.com/blog/cve-2023-35078-new-ivanti-epmm-vulnerability
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-35078
Frequently asked questions
- What is CVE-2023-35078?
- An authentication bypass vulnerability in Ivanti EPMM allows unauthorized users to access restricted functionality or resources of the application without proper authentication.
- How severe is CVE-2023-35078?
- CVE-2023-35078 has a CVSS 3.x base score of 9.8, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2023-35078 being actively exploited?
- Yes. CVE-2023-35078 is on CISA's Known Exploited Vulnerabilities (KEV) catalog, added on 2023-07-25, which means active exploitation has been confirmed. It should be prioritised for remediation.
- What products are affected by CVE-2023-35078?
- CVE-2023-35078 affects Ivanti Endpoint Manager Mobile. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2023-35078?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Because this CVE is known to be actively exploited, treat remediation as urgent — CISA KEV typically sets a short remediation deadline.
- Does CVE-2023-35078 have an EU (EUVD) identifier?
- Yes. CVE-2023-35078 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-39113. It is also flagged as exploited in the EUVD (since 2023-07-25).
- When was CVE-2023-35078 published?
- CVE-2023-35078 was published on 2023-07-25 and last updated on 2026-06-17.
References
- https://forums.ivanti.com/s/article/CVE-2023-35078-Remote-unauthenticated-API-access-vulnerability
- https://forums.ivanti.com/s/article/KB-Remote-unauthenticated-API-access-vulnerability-CVE-2023-35078
- https://www.cisa.gov/news-events/alerts/2023/07/24/ivanti-releases-security-updates-endpoint-manager-mobile-epmm-cve-2023-35078
- https://www.ivanti.com/blog/cve-2023-35078-new-ivanti-epmm-vulnerability
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-35078
Affected products (1)
- cpe:2.3:a:ivanti:endpoint_manager_mobile:*:*:*:*:*:*:*:*
More vulnerabilities in Ivanti Endpoint Manager Mobile
- CVE-2026-1340 — Critical (CVSS 9.8): A code injection in Ivanti Endpoint Manager Mobile allowing attackers to achieve unauthenticated remote code execution.
- CVE-2026-1281 — Critical (CVSS 9.8): A code injection in Ivanti Endpoint Manager Mobile allowing attackers to achieve unauthenticated remote code execution.
- CVE-2024-36130 — Critical (CVSS 9.8): An insufficient authorization vulnerability in web component of EPMM prior to 12.1.0.1 allows an unauthorized attacker…
- CVE-2023-39335 — Critical (CVSS 9.8): A security vulnerability has been identified in EPMM Versions 11.10, 11.9 and 11.8 and older allowing an…
- CVE-2023-35082 — Critical (CVSS 9.8): An authentication bypass vulnerability in Ivanti EPMM 11.10 and older, allows unauthorized users to access restricted…
- CVE-2023-39337 — Critical (CVSS 9.1): A security vulnerability in EPMM Versions 11.10, 11.9 and 11.8 older allows a threat actor with knowledge of an…
All CVEs affecting Ivanti Endpoint Manager Mobile →
Other CWE-287 (Improper Authentication) vulnerabilities
- CVE-2026-45480 — Critical (CVSS 10.0): Improper authentication in Azure Active Directory allows an unauthorized attacker to elevate privileges over a network.
- CVE-2026-46389 — Critical (CVSS 10.0): UDS Identity Config builds the Keycloak configuration image (realm, plugins, theme, truststore, JARs) consumed by UDS…
- CVE-2026-10611 — Critical (CVSS 10.0): An authentication bypass vulnerability exists in MISP when LDAP mixed authentication is enabled with OTP enforcement.…
- CVE-2026-47280 — Critical (CVSS 10.0): Improper authentication in Azure Resource Manager (ARM) allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-42822 — Critical (CVSS 10.0): Improper authentication in Azure Local Disconnected Operations allows an unauthorized attacker to elevate privileges…
- CVE-2026-20182 — Critical (CVSS 10.0): May 2026: This security advisory provides the details and fix information for a vulnerability that was discovered and…
Browse all CWE-287 (Improper Authentication) vulnerabilities →