OWAReaper
Summary
OWAReaper is a browser-resident JavaScript espionage implant that Proofpoint observed TA488 deploying through CVE-2026-42897 in Microsoft Outlook Web Access in July 2026. It is an evolution of the actor's ZimReaper webmail payload, but replaces broad mailbox export with subtler credential, token, state, command-execution, and persistence functions.
Tags
- tools
- malware
- OWAReaper
- TA488
- JavaScript malware
- browser-resident malware
- Outlook Web Access
- Microsoft Exchange Server
- CVE-2026-42897
- localStorage
- IndexedDB
- OAuth token theft
- EWS
- mailbox permission abuse
- GitHub dead drop
- DNS exfiltration
- persistence
- cyberespionage
Capabilities
- Executes entirely in the authenticated OWA reading-pane context.
- Removes exploit content by rewriting the delivery message through Outlook APIs.
- Captures identity and OWA settings and places invisible fields in the DOM to solicit browser-autofilled credentials.
- Stores an encrypted implant and wrapper in
PageDataPayload.OwaUserDefaultSettings, abusingOwaFrontendSyncStaterestoration for execution whenever OWA opens. - Poisons messages in
owa_offline_dbwith hidden iframes for cache-based reinfection. - Uses qualifying
ReadWriteMailboxadd-ins to callGetClientAccessTokenand steal EWS OAuth tokens. - Grants Owner access on every folder to Exchange's
Defaultprincipal. - Pulls encrypted
code,domn, andcmndtasks from GitHub commit search or attacker-sent email. - Exfiltrates through HTTPS/CDN relays or Base32-shaped DNS labels.
Defensive priorities
- Treat the Exchange mailbox, browser-origin state, and add-in token plane as compromised together; an endpoint-only rebuild is incomplete.
- Preserve and inspect
PageDataPayload.OwaUserDefaultSettingsandowa_offline_dbbefore cleanup. - Audit all folder permissions for unauthorized rights assigned to
Defaultand revoke affected EWS tokens. - Detect
/assets/v1_requests through image CDNs, named diagnostic/output file posts, suspicious GitHub commit search containing user addresses, and DNS labels to the published actor domains.
Related pages
Sources
- Proofpoint Threat Research: Cleaning Out Inboxes: TA488 Comes for Outlook with Another Half-Click Exploit