
Attackers have begun backdooring internet-exposed Ivanti Sentry appliances, the nonprofit security watchdog Shadowserver confirmed on June 11, 2026 — less than 48 hours after patches and a public proof-of-concept exploit script became available. The Ivanti Sentry vulnerability tracked as CVE-2026-10520 carries the maximum CVSS score of 10.0 and gives any unauthenticated, internet-connected attacker the ability to execute arbitrary operating system commands as root on the appliance — no credentials, no prior foothold required.
Ivanti Sentry, formerly known as MobileIron Sentry, sits inline between an organization's mobile device fleet and its backend corporate systems — most commonly Microsoft Exchange for ActiveSync email traffic. A root-level compromise of Sentry is equivalent, in practice, to unrestricted access to every mailbox, calendar, and enterprise application the appliance brokers. Organizations running unpatched versions before R10.5.2, R10.6.2, or R10.7.1 should treat those appliances as potentially compromised pending forensic review.
"We are observing a large amount of Ivanti Sentry CVE-2026-10520 exploitation attempts based on the public PoC today," Shadowserver warned. "While our detection is on the lowish side due to multiple Ivanti Sentry instances not reachable in our scans (blocklisted?), if you have not patched now you are most likely compromised."
Shadowserver reported seeing 19 vulnerable instances in its scans, with at least two already backdoored following a tip from Saudi Arabia's National Cybersecurity Authority. The organization cautioned that the true number of affected appliances is likely higher, as many Sentry deployments block internet scanning tools by default.
Ivanti Sentry Vulnerability CVE-2026-10520: Unauthenticated Root Access
Ivanti published its security advisory on June 9, 2026, disclosing two critical flaws. CVE-2026-10520 earned a CVSS 10.0 score — the framework's theoretical maximum — because it combines maximum-severity conditions across every scoring axis: it requires no authentication, no user interaction, and no prior system access, and it delivers complete compromise of the appliance. CVE-2026-10523, rated CVSS 9.9 and credited to researcher Bryan Lam, is a companion authentication bypass that allows an attacker with no valid credentials to create arbitrary administrative accounts and obtain full administrative control.
The two flaws form a complete attack chain: use CVE-2026-10523 to create a privileged account, then leverage CVE-2026-10520 to execute root-level commands at will. Either flaw is independently sufficient for a full takeover.
Ivanti's advisory at the time of publication stated the company was "not aware of any customers being exploited by these vulnerabilities." That position has not been updated despite Shadowserver's exploitation confirmation on June 11.
How CVE-2026-10520 Works: Spring Boot, MICS Commands, and Java Reflection
Security firm WatchTowr, which published a full technical analysis and proof-of-concept exploit on June 10, traced the vulnerability to the ConfigServiceController class inside mics.war — the web application that runs Sentry's configuration interface.
The vulnerable endpoint accepted POST requests at /mics/api/v2/sentry/mics-config/handleMessage with no authentication required. The controller passed any user-supplied message string directly into a backend configuration handler, which tokenized the input into a command, a module, an XPath selector, and an XML body. When the command token was set to execute, the handler routed the call through executeNativeCommand() — a method that used Java reflection to invoke system-level operations. An attacker could supply a commandexec XML block with any OS command in the reqandres field and receive the command's output in the HTTP response, with no authentication, no session token, and no prior access required.
Ivanti's fix applied two defensive layers simultaneously. First, it hardcoded the message input in the controller, replacing attacker-controlled input with a single benign invocation that reads the appliance's hardware product name. Second, it added Apache-level configuration rules that block all unauthenticated requests to the affected endpoint with a 302 redirect to the login page — so the endpoint now requires authentication before it can be reached at all.
The underlying vulnerability class — OS command injection (CWE-78) — is one that CISA explicitly classifies as preventable through secure-by-design development. In a formal alert, CISA stated that manufacturers "can eliminate" command injection vulnerabilities "at the source" and criticized the security industry's continued reliance on patch-and-respond cycles for a flaw class that has been understood for decades. Ivanti shipping a CVSS 10.0 command injection flaw in 2026 in enterprise-perimeter software is not simply a vulnerability event — it reflects a persistent design failure in a product that nation-state actors have repeatedly targeted.
Why Unpatched Sentry Appliances Are Almost Certainly Compromised
Rapid7 assessed exploitation as likely to begin imminently when the proof-of-concept published on June 10, and recommended patching outside normal cycles. That window closed faster than anticipated. Shadowserver's June 11 confirmation means that any Sentry appliance that was internet-reachable and unpatched after approximately 6:00 a.m. ET on June 11 — less than 40 hours after the PoC became available — should be assumed breached until forensic investigation confirms otherwise.
Multiple national cybersecurity agencies elevated their exploitation-likelihood assessments following WatchTowr's publication. CERT-EU issued Security Advisory 2026-008. The NHS England National CSOC assessed exploitation as "highly likely." The Dutch National Cyber Security Centre elevated its risk rating following the PoC release.
What Root-Level Sentry Compromise Gives Attackers
Compromising Sentry allows attackers to exfiltrate credentials and session tokens stored on the appliance, impersonate legitimate mobile users, and gain access to every email server and enterprise application Sentry brokers. Because Sentry enforces device-level access decisions between an organization's mobile fleet and its corporate backends — governing which devices can reach Exchange, SharePoint, and internal applications — its compromise removes that access-control layer entirely.
Attackers with root access can also alter Sentry's configuration, install persistent backdoors or web shells, pivot to adjacent internal systems, and intercept ActiveSync traffic in transit.
Ivanti's Track Record and the Patching Priority Case
CISA has catalogued 34 Ivanti vulnerabilities across its product line as actively exploited in the wild, 12 of which were leveraged in ransomware campaigns. Ivanti Sentry itself has appeared on the CISA Known Exploited Vulnerabilities catalog twice before: CVE-2023-38035, a prior Sentry API authentication bypass that was exploited as a zero-day in July 2023, and CVE-2020-15505. Previous Ivanti zero-days in Connect Secure and Endpoint Manager Mobile were exploited by China-nexus threat actors and ransomware groups, in some cases within hours of public disclosure.
Ivanti serves over 40,000 customers worldwide through a partner network of more than 7,000 organizations. The scale of Sentry deployments in enterprise environments, combined with the product's position at the network perimeter and Ivanti's documented exploitation history, makes rapid compromise a structural expectation rather than a worst-case scenario.
Recommended Actions for Enterprise Security Teams
Patch all Sentry appliances to R10.5.2, R10.6.2, or R10.7.1 depending on the deployment branch. If patching cannot be completed immediately, take the appliance offline or restrict its network reachability to trusted IP ranges. Do not leave an unpatched, internet-facing Sentry appliance operational — Shadowserver's data makes clear that exploitation is already underway.
Audit all Sentry administrative accounts for any accounts that were not explicitly provisioned by your team. Unexplained administrative accounts are a likely indicator of exploitation via CVE-2026-10523. Review Apache access logs for POST requests to /mics/api/v2/sentry/mics-config/handleMessage from unexpected source addresses. Treat any Sentry appliance that was internet-reachable and unpatched between the morning of June 10 and the time of patching as a presumed-compromised system requiring forensic review before returning to service.
Monitor the CISA Known Exploited Vulnerabilities catalog for formal addition of CVE-2026-10520 and CVE-2026-10523, which would trigger federally mandated remediation timelines for US government networks under Binding Operational Directive 22-01.
How Does CVE-2026-10520 Differ From Prior Ivanti Sentry Vulnerabilities?
The 2023 Sentry zero-day CVE-2023-38035 required the admin portal to be exposed on port 8443 — a specific configuration that not all deployments shared, which led Ivanti at the time to assess exploitation risk as limited for organizations that did not expose that port. CVE-2026-10520 has no such prerequisite. The vulnerable endpoint at /mics/api/v2/sentry/mics-config/handleMessage is reachable on the standard HTTPS interface that all deployments use, meaning no special configuration is required for an appliance to be vulnerable. The CVSS 10.0 score reflects precisely this difference in attack surface.
Frequently Asked Questions
What is Ivanti Sentry, and why is it a high-value target?
Ivanti Sentry is an enterprise mobile gateway that sits inline between an organization's mobile device fleet and its corporate backend systems, such as Microsoft Exchange. It controls which devices can access email, internal applications, and corporate data. Because it brokers access to sensitive infrastructure at the network perimeter, a successful compromise gives attackers both the credentials flowing through it and the ability to impersonate any authorized mobile user — making it a priority target for espionage and ransomware actors.
Is CVE-2026-10520 being actively exploited right now?
Yes. As of June 11, 2026, the Shadowserver Foundation confirmed active exploitation, reporting a large volume of exploitation attempts and identifying at least two Sentry instances that had already been backdoored within 24 hours of the public proof-of-concept exploit becoming available. Any internet-facing Sentry appliance that remained unpatched after the morning of June 10 should be treated as potentially compromised and investigated forensically before being returned to service.
Why does Ivanti keep shipping preventable vulnerabilities in critical enterprise software?
OS command injection — the vulnerability class behind CVE-2026-10520 — is classified by CISA as a fully preventable design failure. CISA's Secure by Design alert on this vulnerability class explicitly states that software manufacturers can eliminate it at the source, and faults the industry for continuing to issue patches rather than designing the flaw class out of products entirely. That Ivanti shipped a CVSS 10.0 command injection flaw in 2026 in a product that has been repeatedly exploited by nation-state actors suggests a structural gap in its software development practices, not an isolated oversight.
What versions of Ivanti Sentry fix CVE-2026-10520 and CVE-2026-10523?
Ivanti released patches on June 9, 2026. The fixed versions are Sentry R10.5.2 for the 10.5.x branch, R10.6.2 for the 10.6.x branch, and R10.7.1 for the 10.7.x branch. All versions prior to these releases across those three branches remain vulnerable and, given confirmed active exploitation, should be treated as compromised.
ⓒ 2026 TECHTIMES.com All rights reserved. Do not reproduce without permission.




