CVE-2023-35078 is a critical authentication bypass vulnerability in Ivanti Endpoint Manager Mobile (EPMM), formerly MobileIron Core. The flaw allows a remote, unauthenticated attacker to access certain restricted EPMM API paths without proper authentication. Affected versions include all supported releases in the 11.10, 11.9, 11.8, and 11.4 lines, with older releases also reported at risk. Successful exploitation can expose sensitive application data, including personally identifiable information associated with managed mobile users and devices, and can permit unauthorized interaction with administrative or device-management functionality. Reporting also indicates attackers were able to make configuration changes on the server and, in some cases, use the access as part of broader intrusion activity against enterprise environments.
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.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
5 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (1 hidden).
Small single-script Python exploit repository for CVE-2023-35078 affecting Ivanti EPMM / MobileIron Core. The repository contains one executable PoC script, a README, license, and .gitignore. The main script accepts either a single target URL (-u) or a file of URLs (-f), disables TLS verification warnings, fetches the target base page, and attempts to infer the product version by parsing the login page for the 'ui.login.css?<version>' marker. If the script considers the version vulnerable, it sends an unauthenticated GET request to '/mifs/aad/api/v2/authorized/users?adminDeviceSpaceId=1' and saves the returned response body to a local JSON file named after the target host. Functionally, this is both a basic checker and an exploitation PoC because it performs real data retrieval rather than mere detection. The code is simple and operational, with no advanced payloading, persistence, or post-exploitation logic.
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.
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.
39 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).
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.