Ivanti EPMM Authentication Bypass
CVE-2023-35078 is a critical authentication bypass vulnerability in Ivanti Endpoint Manager Mobile (EPMM), formerly MobileIron Core. The flaw allows an unauthenticated remote attacker to access specific restricted EPMM API paths without proper authentication. According to the provided content, exploitation enables unauthorized access to sensitive application functionality and resources, including API endpoints used to enumerate users and administrators and retrieve data managed by the platform. Ivanti stated the issue affects supported EPMM release lines 11.10, 11.9, 11.8, and 11.4, with older releases also at risk. The vulnerability was exploited as a zero day from at least April through July 2023.
Are you exposed to this one?
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
Impact, mitigation & remediation
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
Impact
What an attacker gets, and what they’ve been doing with it.
Mitigation
If you can’t patch tonight, do this now.
Remediation
Patch, then assume compromise.
Exploits
4 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (1 hidden).
This repository provides a Python proof-of-concept (PoC) exploit for CVE-2023-35078, a remote unauthenticated API access vulnerability in Ivanti Endpoint Manager Mobile (EPMM), formerly known as MobileIron Core. The repository contains four files: a .gitignore, LICENSE, README.md, and the main exploit script 'cve_2023_35078_poc.py'. The exploit script allows an attacker to check if a target Ivanti EPMM server is running a vulnerable version by parsing the version from a CSS link in the login page HTML. If the target is vulnerable, the script sends an unauthenticated HTTP GET request to the endpoint '/mifs/aad/api/v2/authorized/users?adminDeviceSpaceId=1' to extract all user data, which is then saved locally as a JSON file. The exploit can be run against a single URL or a list of URLs. The README provides usage instructions and references to official advisories. The exploit demonstrates unauthorized access to sensitive user information via a network-based attack vector, but does not provide weaponized or post-exploitation capabilities.
This repository provides a Python-based proof-of-concept exploit for CVE-2023-35078, a critical unauthenticated API access vulnerability in Ivanti MobileIron Core (versions 11.2, 11.3, and 11.4 prior to their respective patch levels). The main script, cve_2023_35078.py, allows an attacker to remotely query the vulnerable endpoint (/mifs/aad/api/v2/authorized/users) without authentication and extract sensitive user and device information. The exploit supports both single-target and batch scanning, outputs results in JSON format, and includes features such as verbose logging, custom output directories, and timeout configuration. The repository also includes a requirements.txt for dependencies and a detailed README.md with usage instructions, technical background, and remediation guidance. The exploit is a functional PoC and does not weaponize the vulnerability beyond data extraction. No hardcoded payloads or post-exploitation actions are present. The attack vector is network-based, and the exploit is suitable for authorized security testing of exposed Ivanti MobileIron Core instances.
This repository contains a Go-based proof-of-concept exploit for CVE-2023-35078, a remote unauthenticated API access vulnerability in Ivanti MobileIron Core (versions <= 11.4). The repository consists of a README.md with usage instructions and a single Go source file (cve-2023-35078.go) implementing the exploit logic. The exploit first checks if the target is running a vulnerable version by parsing the version from a CSS file reference in the login page. If the target is vulnerable, it sends an unauthenticated HTTP GET request to the /mifs/aad/api/v2/authorized/users?adminDeviceSpaceId=1 endpoint to extract sensitive user data, which is then saved to a local JSON file. The tool supports both single-target and batch modes (via a file of URLs). The exploit demonstrates the vulnerability but does not provide weaponized or post-exploitation capabilities.
This repository contains an Nmap NSE script (CVE-2023-35078.nse) designed to exploit CVE-2023-35078, a vulnerability in MobileIron Core. The script performs an unauthenticated HTTP GET request to the endpoint '/mifs/aad/api/v2/authorized/users?adminDeviceSpaceId=1' on the target server, attempting to retrieve and dump admin user information. The response is saved to a user-specified output file (defaulting to './output.txt'). The script requires Nmap and LuaSocket, and is executed via Nmap's scripting engine with appropriate arguments. The repository also includes a README.md with usage instructions and a reference to the CVE. The exploit is a proof-of-concept and does not include weaponized or customizable payloads.
Affected products & vendors
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
Recent activity
34 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Authentication bypass vulnerability in Ivanti EPMM allowing unauthenticated access to certain API paths, exposure of PII, and configuration changes on the server.
A previously exploited zero-day vulnerability in Ivanti EPMM that was part of 2023 attack campaigns, with some attacks attributed in the article to Chinese state-sponsored threat groups.
An Ivanti EPMM vulnerability exploited in 2023 to breach government agencies worldwide. It is significant in the content as historical context showing repeated exploitation of EPMM.
Unknown (mentioned as related Ivanti EPMM CVE in the same advisory context, but no details provided in the content).
The version that knows your environment.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.