


























JUNE 11, 2026CVSS 10.0 · CRITICAL · ACTIVELY EXPLOITED5 MIN READ
Ivanti Sentry (formerly MobileIron Sentry) contains a pre-authentication OS command injection vulnerability that gives remote attackers root-level code execution. CVSS 10.0, actively exploited in the wild, CISA KEV listed with a 3-day remediation deadline. A public PoC is available from watchTowr Labs. Here's how to find Ivanti Sentry appliances on your network.
CVE-2026-10520 (CWE-78: OS Command Injection) is a maximum-severity vulnerability in Ivanti Sentry's MICS configuration API. The /mics/api/v2/sentry/mics-config/handleMessage endpoint accepts unauthenticated POST requests and passes user-supplied input directly to OS command execution via Java reflection — no credentials, no user interaction, root-level access.
The attack is trivial: send a POST request with a crafted message parameter containing an execute system command. The payload passes through a Spring Boot REST controller into a configuration handler that parses XML-formatted commands and invokes them via Java reflection. The response includes the command output, making this a full read/write RCE with immediate feedback.
Ivanti Sentry (formerly MobileIron Sentry) is an in-line gateway that manages, encrypts, and secures traffic between mobile devices and backend enterprise systems. It typically sits in the DMZ controlling ActiveSync email traffic and enforcing device-level access decisions for Microsoft Exchange, working alongside Ivanti Endpoint Manager Mobile (EPMM). Compromising Sentry gives an attacker a pivot point into email servers, internal applications, and the broader enterprise network.
The same advisory covers CVE-2026-10523 (CVSS 9.9) — a separate authentication bypass that allows remote unauthenticated attackers to create arbitrary administrative accounts and gain full admin access to the Sentry appliance. Both vulnerabilities share the same affected and fixed versions. The watchTowr PoC covers both CVEs.
Ivanti Sentry appliances are typically deployed in DMZs with direct internet exposure — exactly where you'd expect them to be reachable by attackers. With a public PoC and active exploitation, finding every Sentry instance on your network is urgent. Here's how to do it with RECON.
Ivanti Sentry listens on port 8443 (HTTPS) by default. Scan your DMZ and perimeter subnets for this port. Also check:
Any host with port 8443 open in a DMZ segment is worth investigating further.
Pull the TLS certificate on port 8443. Ivanti Sentry appliances commonly use self-signed certificates with identifying characteristics:
The vulnerable application runs under the /mics context path on a Tomcat server. Probe for:
Query internal DNS for common Sentry naming patterns: sentry-*, gateway-*, mobilegateway-*, mobile-security-*, mobileiron-*, ivanti-*. Sentry appliances are often deployed alongside EPMM infrastructure, so look for related hosts like epmm-* or mdm-* — they may point to the same deployment.
Use RECON's CVE Lookup to pull the full NVD entry for CVE-2026-10520. The CISA KEV listing with a June 14 deadline means federal agencies and organizations following BOD 26-04 have 3 days to remediate. Check CVE-2026-10523 as well — both vulnerabilities affect the same versions and require the same patch.
Every tool used in this investigation — port scan, TLS inspect, HTTP headers, DNS, CVE lookup — runs from your phone in RECON. Get it on the App Store.
Follow @hellorecon for new CVE investigations.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。