Detect CVE-2026-6973: Ivanti EPMM Improper Input Validation Exploitation in CrowdStrike LogScale
Detects exploitation attempts targeting CVE-2026-6973, an improper input validation vulnerability in Ivanti Endpoint Manager Mobile (EPMM). This vulnerability is actively exploited in the wild (CISA KEV) and may allow attackers to bypass authentication or execute unauthorized actions against the EPMM management interface.
MITRE ATT&CK
LogScale Detection Query
#event_simpleName IN ("NetworkConnectIP4", "NetworkConnectIP6", "HttpRequest")
| RemotePort = 443 OR RemotePort = 8443 OR RemotePort = 80
| (RemoteAddressIP4 != null OR RemoteAddressIP6 != null)
| HttpPath IN ("/mifs/", "/api/v1/", "/api/v2/", "/admin/")
OR HttpPath = /\/mifs\/.*/
OR HttpPath = /\/api\/v[12]\/.*/
| (HttpStatus IN (400, 422, 500) OR HttpQueryString = /(%00|%0a|%0d)/i)
| groupBy([RemoteAddressIP4, RemoteAddressIP6, HttpPath, HttpStatus], function=[count(aid, as=RequestCount), min(timestamp, as=FirstSeen), max(timestamp, as=LastSeen)])
| RequestCount > 3
| sort(RequestCount, order=desc) CrowdStrike Falcon LogScale (CQL) query for detecting repeated anomalous HTTP requests to Ivanti EPMM endpoints from CrowdStrike-monitored endpoints acting as proxies or gateways, indicating potential CVE-2026-6973 exploitation.
Data Sources
Required Tables
False Positives & Tuning
- Legitimate MDM administrator tools performing bulk operations through monitored endpoints
- Internal proxy servers aggregating EPMM traffic and appearing as a single source
- Authorized red team or penetration testing activities targeting EPMM
- Mobile device management platform health checks generating periodic API calls
Other platforms for CVE-2026-6973
Testing Methodology
Validate this detection against 4 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1CVE-2026-6973 EPMM Input Validation Probe — Null Byte Injection
Expected signal: HTTP 400 or 422 responses from EPMM server for null-byte payloads; web server access log entries with %00 in the URL; WAF alert if WAF is present
- Test 2CVE-2026-6973 EPMM API Endpoint Fuzzing — Oversized Input
Expected signal: HTTP 400 or 500 response; web server log entry with large Content-Length header; potential application error log entry on EPMM server
- Test 3CVE-2026-6973 EPMM Admin API Unauthorized Access Attempt — CRLF Injection
Expected signal: HTTP 400/422 responses; EPMM access log entries with CRLF sequences in headers; potential WAF alert on header injection attempt
- Test 4CVE-2026-6973 Post-Exploitation — EPMM Unauthorized Admin Enumeration
Expected signal: Successful HTTP 200 responses to admin API endpoints (if token is valid); authentication/authorization log entries in EPMM audit log; network flow records showing enumeration pattern
Unlock Pro Content
Get the full detection package for CVE-2026-6973 including response playbook, investigation guide, and atomic red team tests.