CVECVE-2026-42897
CVSS 8.1
ActorLaundry Bear
(TA488, Void
Blizzard, Russia)
MalwareOWAReaper
server-side implant
Active sinceJuly 22, 2026
(infra: March 2026)
TargetsUS/EU government
telecom, finance,
aerospace
What happened
On July 22, one day before a multinational advisory named Laundry Bear in connection with the earlier Zimbra XSS campaign, the group pivoted to CVE-2026-42897, a cross-site scripting vulnerability in Outlook Web Access that Microsoft patched in May 2026. Proofpoint, which tracks the group as TA488, published its analysis today. The attack is a half-click exploit: opening an email in OWA is enough to trigger it. The emails carry no links or attachments and use deliberately unremarkable subject lines about supply chains, energy markets, tourism, and public health, designed to be opened and skimmed rather than reported. When a user opens a crafted message in the OWA reading pane, the Exchange server fails to sanitize HTML in the message body, allowing a hidden JavaScript loader to assemble and execute OWAReaper. OWAReaper is not an endpoint implant. It is a server-side browser implant that installs itself within OWA's structure. Proofpoint describes three persistence mechanisms: OWAReaper adds a malicious OWA add-in, poisons the offline IndexedDB message cache with a hidden iframe that reinfects reimaged hosts when the victim opens a cached email, and registers a synchronization hook so that the cached poisoned messages refresh on reconnect. Proofpoint states explicitly that OWAReaper requires deliberate removal from the Exchange server and that credential rotation and full re-imaging of the user's device will not evict it. Command and control uses DNS TXT record encoding for exfiltration, consistent with the group's ZimReaper malware from the earlier Zimbra campaign. Laundry Bear has been linked by US prosecutors to Yutek-NN, a Russian IT firm with documented connections to Russia's FSB. The group had been building campaign infrastructure since March 2026, two months before Microsoft patched the CVE, suggesting prior zero-day use.
Why it matters
OWAReaper's server-side persistence is what separates this from a standard phishing campaign. The standard incident response playbook for a compromised user account is to rotate credentials, revoke sessions, and reimage the endpoint. None of those steps remove OWAReaper. The implant persists in the Exchange server's add-in registry and the OWA offline cache, and the iframe embedded in cached emails means the user can be reinfected from their own message history. An organization that does not specifically investigate and clean the Exchange server will continue to be compromised after completing its standard endpoint response procedures.
Don't miss
This is Laundry Bear's second consecutive half-click webmail XSS campaign in 2026. The first, ZimReaper, exploited CVE-2025-66376 in Zimbra's Classic Web Client. OWAReaper is described by Proofpoint as a significant improvement in the group's tradecraft and capability. The pivot to OWA within 24 hours of the multinational attribution advisory naming the group is notable: the actor appears to have shifted infrastructure and target platform in direct response to a public disclosure. That operational tempo, and the fact that infrastructure for OWAReaper was built in March, months before the attribution, suggests this campaign was in preparation before the Zimbra advisory triggered the pivot.
Potential actions
- Patch CVE-2026-42897 on all Exchange servers running OWA immediately. Microsoft shipped the fix in May 2026. Any Exchange deployment that has not applied May 2026 security updates is vulnerable to this specific attack.
- If you suspect exposure, the standard incident response of rotating credentials and reimaging endpoints is not sufficient. Proofpoint specifies a multi-step cleanup covering the Exchange server itself: remove any unauthorized OWA add-ins, clear the OWA offline IndexedDB message cache on affected endpoints, and revoke add-in tokens. Check Exchange server mailbox folder permissions for entries that were not administrator-configured.
- Use Proofpoint's published indicators of compromise to check for OWAReaper activity. Review Exchange logs for DNS TXT record queries originating from Exchange, which is OWAReaper's exfiltration channel and not consistent with normal Exchange behavior.
The Sip
Open an email, install a backdoor on the Exchange server. Rotate the password, the backdoor stays. Reimage the laptop, the backdoor stays. The only thing that removes it is cleaning the Exchange server specifically. Patch May's OWA fix. Then look at the server, not just the endpoint.