OWAReaper keeps Exchange mailbox access after credential rotation and re-imaging
Proofpoint attributes a browser implant exploiting CVE-2026-42897 to TA488. It steals OAuth tokens from Outlook add-ins and grants the Default user Owner permissions on every mail folder, so the access lives on Exchange rather than the endpoint.
Proofpoint researchers have detailed OWAReaper, a browser implant that the Russian-aligned actor TA488 (also tracked as Laundry Bear and Void Blizzard) is deploying through CVE-2026-42897 in Outlook Web Access. The implant enumerates installed Outlook add-ins holding ReadWriteMailbox permission, steals their OAuth tokens, and then grants the Default user Owner-level permission on every mail folder, which hands complete mailbox access to any authenticated account in the tenant. A second persistence path hides an iframe in messages stored in the OWA offline IndexedDB cache. Targets include United States and European government bodies plus telecommunications, financial, hospitality, and aerospace organisations.
Why it matters
The interesting part is not the zero-day, it is where the persistence lives. Patching, re-imaging the laptop, and rotating the password all leave the mailbox permission grant untouched, because the attacker's access is now an authorisation object on Exchange rather than a credential or a file on disk.
That is the generalised lesson: an access token stolen from a consented add-in, and a folder permission written afterwards, both outlive the credential lifecycle that most incident response runbooks stop at. If your containment checklist ends at reset the password and reimage the device, it does not contain this.
Concretely, audit Default and Anonymous permissions across mail folders, enumerate add-ins holding ReadWriteMailbox, and revoke refresh tokens rather than only resetting passwords. Our IAM incident response playbook and the token theft entry cover the pattern.
Source: The Hacker News
Related on Start with Identity
- 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
- 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
- BlogA SharePoint JWT validation bug let unauthenticated attackers become any user, including admins
CVE-2026-55040 (CVSS 9.1) let a remote, unauthenticated attacker who knows a target's Active Directory SID or user principal name forge a valid session as that
- GlossaryAccess Certification
Periodic review of who has access to what, with managers or resource owners attesting that access is still appropriate. A regulatory requirement in many industr
- ArticleAccess Review and Certification Best Practices: Preventing Rubber-Stamping and Building Effective Governance
How to design access review and certification programs that actually work, moving beyond compliance theater to meaningful governance through micro-certification
- TemplateAccess Review Checklist
A practical checklist for running an access certification campaign that auditors accept and managers actually complete.