TL;DR: A March 2026 attack turned Stryker’s Microsoft Intune device-management plane into a non-encrypting wiper, resetting about 200,000 endpoints across 79 offices after infostealer logs and AiTM session theft enabled privilege escalation and control-plane abuse, according to SlashID. The breach shows why endpoint-management identities need stronger authentication, tighter privilege boundaries, and runtime anomaly detection before a stolen session becomes a fleet-wide outage.
At a glance
What this is: This analysis shows how attackers converted a trusted cloud endpoint-management plane into a destructive wiper and reset roughly 200,000 devices without custom malware.
Why it matters: It matters because IAM, PAM, and NHI teams now have to treat device-management control planes as high-value identities whose compromise can disable an enterprise at scale.
By the numbers:
- Attackers can attempt access within an average of 17 minutes when AWS credentials are exposed publicly, and as quickly as 9 minutes in some cases.
- Only 13% of organisations feel extremely prepared for the reality of agentic AI despite the majority racing toward autonomous adoption.
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, making organisations 4.5x more likely to experience a security incident when AI access is not scoped properly.
👉 Read SlashID's analysis of the Stryker breach and Intune control-plane abuse
Context
Cloud endpoint-management platforms are not just administration tools. They are privileged control planes that can push configuration, enforce policy, and, if abused, affect every managed device in scope. In the Stryker case, attackers did not need to encrypt files or drop bespoke malware to create impact; they used identity compromise and administrative reach to convert Intune into a destructive action path.
For IAM and NHI programmes, the lesson is that control-plane identities must be treated as high-impact execution identities, not ordinary admin accounts. A stolen session, over-scoped privilege, or weak step-up control can become a fleet-wide event when the identity can alter endpoint state at scale. That makes authentication strength, privilege scoping, and behavioural detection part of endpoint resilience, not just access governance.
Key questions
Q: What breaks when a cloud endpoint-management plane is compromised?
A: When a cloud endpoint-management plane is compromised, the attacker can turn legitimate administration into mass device disruption. The failure is not endpoint malware alone, but the collapse of trust in the identity that can push policy, trigger wipes, or force re-enrollment across the fleet. That is why control-plane access must be treated as destructive privilege.
Q: Why do stolen admin sessions create such a large blast radius in Intune-like systems?
A: Stolen admin sessions create a large blast radius because they inherit the authority of a trusted operator inside the management plane. If the session can approve or execute device actions, the attacker does not need to bypass endpoint defenses individually. One compromised authenticated state can therefore become a fleet-level event.
Q: How do security teams reduce the risk of AiTM attacks against privileged identity flows?
A: Security teams should use phishing-resistant authentication, session binding, and conditional reauthentication for privileged paths. They should also correlate login events with device posture and unusual administrative behaviour so a replayed session is harder to abuse silently. The goal is to make stolen session artifacts less reusable.
Q: Who is accountable when a management-plane identity is used to wipe endpoints?
A: Accountability sits with the teams that own privileged identity governance, endpoint management, and incident response together. If a control-plane identity can trigger destructive action, then access review, approval design, and monitoring are shared responsibilities. Frameworks such as NIST CSF and OWASP NHI are relevant because the issue spans governance and execution.
Technical breakdown
How AiTM session theft becomes control-plane access
Adversary-in-the-middle, or AiTM, attacks intercept the authentication flow after the user enters valid credentials and a session is established. The attacker is not breaking the password itself so much as stealing or replaying the authenticated session artifact, which can bypass some traditional MFA assumptions. In this breach pattern, infostealer logs and session theft provide the foothold that turns a legitimate login into attacker-controlled access. Once the session is trusted by the identity system, the attacker can move into admin workflows that were never designed to distinguish a real operator from a replayed one.
Practical implication: enforce phishing-resistant authentication and session binding on control-plane accounts so replayed sessions cannot be reused.
Privilege escalation in endpoint-management identities
Endpoint-management platforms concentrate authority in a small number of administrative identities that can assign policy, push commands, and trigger device actions. Privilege escalation here often happens when an attacker combines stolen credentials with weak role separation, inherited admin rights, or insufficient approval gates. The result is not broad network access in the abstract, but the ability to operate inside the management plane itself. That is why endpoint-management identities must be governed like privileged infrastructure accounts, with narrow scope, strong separation of duties, and explicit trust boundaries around who can execute fleet-wide actions.
Practical implication: review Intune and similar admin roles for over-broad policy and device-action permissions, then remove inherited privileges.
Why a non-encrypting wiper can be worse than malware
A non-encrypting wiper destroys availability without the noise of ransomware tooling. In a cloud-managed endpoint estate, the most damaging action may be a legitimate administrative command that factory-resets devices, disables trust, or forces re-enrollment. Because the action is executed through the control plane, security tools that look for malware hashes or payload delivery may see little or nothing unusual. The attack shifts from endpoint compromise to governance compromise, where the identity behind the command matters more than the command itself.
Practical implication: monitor privileged device actions and policy pushes as potential destructive events, not routine administration.
Threat narrative
Attacker objective: The attacker’s objective was to weaponize legitimate endpoint-management authority to destroy device availability at fleet scale while avoiding conventional malware-based detection.
- Entry occurred through infostealer logs and AiTM session theft, giving the attacker a trusted foothold into the identity layer rather than a malware foothold on endpoints.
- Escalation followed when the attacker used the compromised session to reach privileged Microsoft Intune administration paths and pivot into the control plane.
- Impact came when the control plane was used as a non-encrypting wiper, factory-resetting about 200,000 endpoints across 79 offices worldwide.
Breaches seen in the wild
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
- Shai Hulud npm malware campaign — Shai Hulud campaign: npm malware exposed secrets on GitHub.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Cloud endpoint-management identities are now high-impact non-human identities. Intune and similar control planes do not just manage devices, they execute fleet-wide change. When those identities are compromised, the blast radius is operational, not merely administrative, and that moves endpoint management into the same governance class as other privileged NHIs. Practitioners should treat the management plane as a destructive capability surface, not a back-office console.
Session theft is the control-plane version of credential compromise. The breach worked because the attacker did not need to defeat the endpoint estate directly; they only needed to inherit a trusted authenticated state. That exposes a specific governance assumption: human-paced review and alerting can still intervene before privilege is exercised. In control planes that assumption is weak, because a stolen session can become action authority before any review cycle begins.
Factory-reset authority is a named concept this breach makes impossible to ignore. A privileged endpoint action that can wipe trust at scale is not ordinary device administration, it is a latent destructive privilege. That means endpoint governance has to classify certain admin capabilities by impact, not by role title. The implication is that organisations need to reframe endpoint-management access as a high-risk execution function with catastrophic failure potential.
Phishing-resistant authentication alone is not enough when admin sessions are still replayable. The attack chain shows that strong login factors do not eliminate control-plane abuse if authenticated sessions can be hijacked and reused. The issue is not only authentication strength but whether the session remains trustworthy after issuance. Practitioners should therefore view session integrity as part of privileged identity governance, especially for device-management planes.
Control-plane compromise collapses the boundary between NHI governance and endpoint resilience. The Stryker case shows that the identity securing the management plane is itself the asset under attack. That makes lifecycle control, privilege review, and anomaly detection relevant to endpoint operations, infrastructure security, and IAM at the same time. Teams that keep those controls in separate silos will miss the attack path that crosses them.
From our research:
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, according to The 2026 Infrastructure Identity Survey.
- From our research: Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- Forward pivot: See The 52 NHI breaches Report for the breach patterns that appear when privileged identities are left over-scoped and under-governed.
What this signals
Factory-reset capability is a governance category, not just an endpoint feature. Once a management plane can destroy trust across thousands of devices, its identity controls belong in privileged access design, not only endpoint operations. Teams should map every action that can alter device state at scale and decide which of those actions require step-up control, approval, or dual control.
Session replay risk will matter more than password strength in control-plane attacks. AiTM-style intrusion shows that a valid login can still be unsafe if the session can be reused for administrative action. Organisations that still measure privileged authentication only by MFA adoption will miss the more important question of whether the authenticated state can be trusted after issuance.
With 70% of organisations already granting AI systems more access than human employees, per The 2026 Infrastructure Identity Survey, the broader pattern is clear: access scope is moving faster than governance. That same over-scoping logic will compound risk in any control plane where a single identity can trigger high-impact fleet actions.
For practitioners
- Harden device-management admin sessions Require phishing-resistant authentication, session binding, and reauthentication before destructive endpoint actions such as wipe, retire, or bulk policy push. Treat replayable sessions as a control-plane risk, not just an SSO issue.
- Separate control-plane privileges by action type Split read, policy change, device action, and tenant-wide administration into distinct roles. Remove inherited rights that let a single compromised identity move from routine management to fleet-impacting commands.
- Monitor destructive admin actions as security events Alert on factory reset, mass retire, bulk compliance change, and large-scale re-enrollment workflows. Those actions should be correlated with user, session, device, and geolocation context before approval or execution.
- Review help desk and recovery paths for abuse Validate every path that can reset a user or admin session, approve emergency access, or recover privileged access. AiTM attacks often succeed by abusing the trusted recovery layer rather than the primary login path.
Key takeaways
- The breach shows that a cloud endpoint-management plane can be turned into destructive infrastructure when privileged identity is compromised.
- The scale was severe, with roughly 200,000 endpoints across 79 offices reset without bespoke malware, which shows how powerful control-plane abuse can be.
- Phishing-resistant authentication, strict privilege separation, and action-level monitoring are the controls most likely to limit this failure mode.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Session theft and over-scoped admin access are central to this breach. |
| NIST CSF 2.0 | PR.AC-4 | Privileged control-plane access must be managed as high-risk access. |
| NIST Zero Trust (SP 800-207) | Trusted sessions and implicit control-plane trust conflict with zero-trust principles. |
Review privileged NHI sessions for replay risk and narrow admin rights to the minimum action set.
Key terms
- Control Plane Identity: The privileged identity that operates a management or orchestration layer rather than a single endpoint. It can configure, reset, or redirect many assets at once, which makes compromise disproportionately dangerous. In practice, these identities need tighter scope, stronger authentication, and more scrutiny than ordinary administrative accounts.
- Adversary-in-the-Middle (AiTM): An attack pattern where the adversary sits between the user and the service to capture or replay authentication data and session state. The victim may still log in successfully, which is why the compromise often appears legitimate until privileged actions begin. AiTM is especially dangerous for admin workflows that trust issued sessions too much.
- Session Binding: A control that ties a session to a specific device, context, or cryptographic proof so it cannot be reused elsewhere without detection. For privileged access, session binding reduces the value of stolen cookies or tokens and limits the usefulness of replayed authentication states. It is strongest when paired with step-up checks for sensitive actions.
- Destructive Privilege: An administrative permission that can erase, disable, or materially alter systems at scale. It is not defined by role title alone but by the effect the action can have if abused. In high-value environments, destructive privilege should be isolated, monitored, and subject to explicit approval or dual control where possible.
Deepen your knowledge
Cloud endpoint-management identity governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for privileged device management or control-plane access, it is a practical place to start.
This post draws on content published by SlashID covering the Stryker breach: Analysis of the 2026 Stryker Breach: Weaponizing Cloud Endpoint Management. Read the original.
Published by the NHIMG editorial team on 2026-03-11.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org