CVE-2023-35082
CVE-2023-35082 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 2024-01-18). 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 2024-01-18)
- EU (EUVD) id: EUVD-2023-39117
- EU exploitation: Flagged exploited in the ENISA EU Vulnerability Database (since 2024-01-18)
- Weakness: CWE-287
- Affected product: Ivanti Endpoint Manager Mobile
- Published:
- Last modified:
Description
An authentication bypass vulnerability in Ivanti EPMM 11.10 and older, allows unauthorized users to access restricted functionality or resources of the application without proper authentication. This vulnerability is unique to CVE-2023-35078 announced earlier.
CVE-2023-35082: Critical Authentication Bypass in Ivanti Endpoint Manager Mobile (EPMM)
AI-generated analysis based on the vulnerability data on this page.
| Attribute | Value |
|---|---|
| CVE ID | CVE-2023-35082 |
| CWE | CWE-287 — Improper Authentication |
| CVSS v3.1 | 9.8 (Critical) — AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| EPSS | 0.99999 (99.999th percentile) |
| CISA KEV | Yes — Added 2024-01-18 |
| EU Exploited | Yes (EUVD-2023-39117) — Since 2024-01-18 |
| Published | 2023-08-15 |
| Last Modified | 2026-06-17 |
Summary
CVE-2023-35082 is a critical authentication bypass vulnerability affecting Ivanti Endpoint Manager Mobile (EPMM) versions 11.10 and older. The flaw allows unauthenticated remote attackers to access restricted API endpoints without valid credentials. This vulnerability is distinct from CVE-2023-35078, which was disclosed earlier, though both affect the same product family. Due to its network-accessible attack vector, low complexity, and lack of required privileges or user interaction, this vulnerability presents an extreme risk to exposed installations.
Background
Ivanti Endpoint Manager Mobile (formerly MobileIron Core) is a unified endpoint management (UEM) platform widely deployed by enterprises to manage mobile devices, enforce policies, and secure corporate data. EPMM exposes web-based administrative and API interfaces for configuration and integration. Authentication to these interfaces is a critical security control. In mid-2023, Ivanti disclosed that specific API endpoints in EPMM 11.10 and earlier failed to enforce authentication under certain conditions, enabling remote unauthenticated access.
Root Cause
CWE-287: Improper Authentication
The root cause lies in flawed access-control logic within EPMM's API layer. Under specific request conditions, the application fails to validate or enforce authentication tokens/session state before processing API calls. This allows requests to reach restricted endpoints without presenting valid credentials. The flaw is categorized as an authentication bypass rather than a credential-compromise or session-management issue, because the mechanism for verifying identity is circumvented entirely rather than exploited through stolen secrets.
Impact
The CVSS v3.1 vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H translates to:
- Attack Vector (AV): Network — Exploitable remotely over the internet.
- Attack Complexity (AC): Low — No special conditions or advanced techniques required.
- Privileges Required (PR): None — No account or elevated access needed.
- User Interaction (UI): None — Fully automated exploitation possible.
- Scope (S): Unchanged — Impact remains within the vulnerable component.
- Confidentiality (C): High — Attackers can access sensitive configuration, device data, or user information.
- Integrity (I): High — Attackers may modify policies, device settings, or administrative configurations.
- Availability (A): High — Attackers can disrupt service or render the management platform unavailable.
With a base score of 9.8, this vulnerability is among the most severe in enterprise software. The combination of trivial remote exploitability and high impact on confidentiality, integrity, and availability makes it a prime target for mass exploitation.
Exploitation Walkthrough (Defensive Perspective)
Ethics Note: The following description is provided for defensive awareness, detection engineering, and patch-verification purposes only. It does not contain weaponized exploit code or step-by-step attacker instructions.
Attackers typically identify internet-facing EPMM instances through scanning for known ports, hostnames, or SSL certificate metadata. Once a target is located, the authentication bypass is triggered by crafting API requests that omit or circumvent the expected session validation. Successful exploitation is often evidenced by:
- HTTP 200 responses from administrative API endpoints without a valid session cookie or bearer token.
- Unexpected
POST,PUT, orGETrequests to paths under/api/or equivalent management interfaces from unauthenticated source IPs. - Subsequent follow-on actions such as user enumeration, policy extraction, or device registration modifications.
Because the attack complexity is low and no user interaction is required, automated exploitation at scale is both feasible and historically observed.
Affected and Patched Versions
| Status | Versions |
|---|---|
| Affected | Ivanti Endpoint Manager Mobile (EPMM) 11.10 and older |
| Patched | Contact Ivanti or refer to the vendor advisory for the specific fixed release. (Exact patched version not available in source data.) |
Administrators should verify their installed version through the EPMM admin console or filesystem and apply the vendor-recommended update immediately.
Remediation
- Upgrade Immediately — Apply the latest security patch from Ivanti. Given active exploitation (CISA KEV and EUVD), patching should be treated as an emergency-change priority.
- Restrict Network Exposure — Do not expose EPMM administrative or API interfaces directly to the internet. Place the management plane behind a VPN, corporate firewall, or reverse proxy with strict IP allowlisting.
- Multi-Factor Authentication (MFA) — While this vulnerability bypasses authentication entirely, enforcing MFA for all administrative access reduces risk from related or follow-on attacks.
- Compensating Controls — If immediate patching is not possible, consider:
- Blocking inbound traffic to EPMM management interfaces at the perimeter firewall.
- Monitoring for unauthenticated API requests returning successful responses.
- Enabling WAF or API-gateway rules that enforce session validation before forwarding requests.
Detection
Security teams should monitor for the following indicators:
- Web/API Logs: Successful HTTP responses (200, 201, 204) to administrative API endpoints without a valid session token or from unexpected source IPs.
- Traffic Anomalies: Spikes in requests to
/api/paths, especially from internet-based scanners or Tor exit nodes. - Authentication Logs: Gaps or absences in expected authentication events for high-sensitivity API calls.
- File Integrity: Unexpected changes to policies, certificates, or administrator accounts within the EPMM console.
- Threat Intelligence: Correlation of source IPs with known exploitation infrastructure or CISA KEV reporting.
Assessment
CVE-2023-35082 is a textbook example of a high-severity, easily exploitable authentication bypass in a critical enterprise management platform. Its inclusion in the CISA KEV catalog and the EU Exploited Vulnerabilities Database (EUVD-2023-39117, active since 2024-01-18) confirms that threat actors are actively leveraging this flaw in real-world operations. The EPSS score of 0.99999 places it in the top fraction of a percent of all CVEs by probability of exploitation, underscoring the urgency of remediation.
Key Lessons:
- Internet-facing management planes remain high-value targets. UEM and MDM platforms control the security posture of entire device fleets; their compromise cascades broadly.
- Authentication bypasses are uniquely dangerous. Because they require no credentials, they bypass identity-centric detection and prevention controls, leaving only network segmentation and patching as reliable defenses.
References
Frequently asked questions
- What is CVE-2023-35082?
- An authentication bypass vulnerability in Ivanti EPMM 11.10 and older, allows unauthorized users to access restricted functionality or resources of the application without proper authentication. This vulnerability is unique to CVE-2023-35078 announced earlier.
- How severe is CVE-2023-35082?
- CVE-2023-35082 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-35082 being actively exploited?
- Yes. CVE-2023-35082 is on CISA's Known Exploited Vulnerabilities (KEV) catalog, added on 2024-01-18, which means active exploitation has been confirmed. It should be prioritised for remediation.
- What products are affected by CVE-2023-35082?
- CVE-2023-35082 affects Ivanti Endpoint Manager Mobile. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2023-35082?
- 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-35082 have an EU (EUVD) identifier?
- Yes. CVE-2023-35082 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-39117. It is also flagged as exploited in the EUVD (since 2024-01-18).
- When was CVE-2023-35082 published?
- CVE-2023-35082 was published on 2023-08-15 and last updated on 2026-06-17.
References
- https://forums.ivanti.com/s/article/CVE-2023-35082-Remote-Unauthenticated-API-Access-Vulnerability-in-MobileIron-Core-11-2-and-older?language=en_US
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-35082
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-35078 — Critical (CVSS 9.8): An authentication bypass vulnerability in Ivanti EPMM allows unauthorized users to access restricted functionality or…
- 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 →