ACR Stealer uses ClickFix lures to take browser tokens and OneDrive files
Microsoft reports ACR Stealer activity climbing in enterprise networks from late April to mid-June 2026. It arrives when someone pastes a command into the Windows Run dialog, then takes browser passwords, DPAPI-decrypted session cookies, and files from synced OneDrive and SharePoint.
Microsoft documented rising ACR Stealer activity in enterprise networks between late April and mid-June 2026, delivered by ClickFix lures reached through malvertising and poisoned search results, some impersonating well-known AI services.
The lure persuades the user to paste a command into the Windows Run dialog. From there Microsoft describes two chains: one running largely in memory via mshta.exe, pulling remote HTA content with payloads hidden in image pixels, and another fetching a DLL from a WebDAV share, then running obfuscated PowerShell that drops Python for persistence.
What leaves is the part that matters for identity. Browser passwords and session tokens from Chrome and Edge, cookies decrypted through DPAPI, PDFs from Desktop and Downloads, Microsoft 365 documents, and files from synced OneDrive and SharePoint folders.
Why it matters
An infostealer that takes live session cookies has stolen authenticated access, not credentials. Resetting the password does nothing, because the attacker never needed it. This is the mechanism behind a long run of "but we had MFA" incidents, and our infostealer teardown covers how the resulting sessions get used.
Two practical points. First, on any host you believe was compromised, revoke tokens, do not merely rotate passwords. Second, note that the initial access is a user pasting a command into Run, which is cheap to remove: disable the Run prompt by Group Policy, block mshta.exe, rundll32.exe, and Python through AppLocker or WDAC, and apply attack-surface-reduction rules against internet-delivered content. Then hunt for scheduled tasks dressed as software updaters. None of that is identity work, which is exactly why it tends to go unowned when the consequence lands on the identity team.
Source: The Hacker News
Related on Start with Identity
- BlogA Check Point SmartConsole flaw hands out full admin tokens to unauthenticated attackers
CVE-2026-16232 (CVSS 9.3) lets an unauthenticated remote attacker obtain an application login token for Check Point Security Management and Multi-Domain Managem
- BlogForged OIDC tokens in SimpleHelp RMM handed out technician access to 1,000 exposed servers, no MFA required
CVE-2026-48558 lets an unauthenticated attacker forge OpenID Connect tokens against SimpleHelp remote-monitoring software configured for group login, gaining pr
- BlogGitGuardian found 4,576 leaked n8n tokens, and a third of reachable instances accepted them
Exposed n8n API tokens in public GitHub commits gave researchers read access to workflows, stored credentials, and data tables, plus a path to exfiltrate the ra
- CVEDuende OAuth token management mixes tokens across requests
A race in Duende's .NET OAuth token-management package could attach client A's token to client B's request. Session mix-up, not a crypto break, but it is still
- CVEEntra ID Actor tokens enabled cross-tenant Global Admin
Undocumented Actor tokens plus an Azure AD Graph tenant-validation flaw let an attacker impersonate any user, including Global Admin, in every Entra ID tenant.
- CVESimpleHelp accepts unsigned OIDC tokens, MFA bypass
SimpleHelp through 5.5.15 (and 6.0 pre-release) accepted OIDC ID tokens without signature verification, including alg:none. A forged token bypasses MFA. Patch i