Detect CVE-2026-6973: Ivanti EPMM Improper Input Validation Exploitation in Sumo Logic CSE
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
Sumo Detection Query
_sourceCategory=ivanti/epmm OR _sourceCategory=webserver/iis
| where (%"url" matches "/mifs/*" or %"url" matches "/api/v1/*" or %"url" matches "/api/v2/*" or %"url" matches "/admin/*")
| where (%"status" in ("400", "422", "500") or %"url" matches "*%00*" or %"url" matches "*%0a*")
| timeslice 5m
| count by _timeslice, %"src_ip", %"url", %"status"
| where _count > 3
| sort by _count desc
| fields _timeslice, %"src_ip", %"url", %"status", _count Sumo Logic query detecting clusters of malformed or error-producing requests to Ivanti EPMM management endpoints within 5-minute windows, indicative of CVE-2026-6973 exploitation probing.
Data Sources
Required Tables
False Positives & Tuning
- Bulk device enrollment or unenrollment operations generating elevated request volumes
- Third-party MDM integration tools with retry logic triggering repeated error responses
- Internal security scanning tools performing authorized assessments of the EPMM platform
- Misconfigured mobile device profiles causing repeated failed 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.