On July 22, 2026 — three days before Proofpoint published its report — the Russia-aligned APT group Laundry Bear launched a new campaign against on-premises Exchange servers exploiting CVE-2026-42897, an XSS vulnerability in Microsoft Outlook Web Access. The operation began with surgical timing: less than 24 hours after NSA and Proofpoint released a joint advisory on the actor's previous Zimbra campaign, Laundry Bear had already pivoted to a different platform, OWA, with a novel JavaScript implant dubbed OWAReaper.
The factor that makes this campaign systemically different from the usual email threat landscape is not the bug's severity — Microsoft rates it CVSS 8.1 (HIGH) — but the server-side persistence architecture that renders standard incident response ineffective: credential rotation and full device reimaging do not expel the actor. This article reconstructs the technical mechanisms, operational implications for security teams, and the limits of available sources.
- Laundry Bear launched the OWA campaign on July 22, 2026, the day before the joint advisory on its Zimbra activity, demonstrating operational agility that outpaces defensive response cycles.
- CVE-2026-42897 is an XSS vulnerability in OWA rated CVSS 8.1 (HIGH) by Microsoft; NVD assigns 6.1 (MEDIUM), a discrepancy defenders must weigh in prioritization.
- OWAReaper establishes server-side persistence by manipulating the built-in "Default" user's permissions to Owner level on all mail folders, granting access to any authenticated user in the organization.
- Command-and-control leverages the GitHub Commit Search API and the inbox with IndexedDB polling every 5 minutes, with exfiltration via HTTPS over AES-CTR encrypted paths.
The XSS Mechanism: From Email Open to Browser Compromise
CVE-2026-42897 resides in insufficient neutralization of HTML input during OWA page generation — CWE-79 per NVD. An attacker sends a specially crafted email; when opened in the OWA reading pane, the JavaScript executes in the victim's browser context. Microsoft confirmed "Exploitation Detected" status starting with the May 2026 bulletin; the oldest infrastructure linked to the campaign dates to March 2026, roughly two months before official disclosure, making zero-day use plausible.
OWAReaper presents as a fully browser-based JavaScript implant: it writes no executables to the host filesystem, requires no elevated privileges, and generates no traditional signatures detectable by endpoint EDR. The initial payload uses Outlook APIs to rewrite the content of the same email on the Exchange server, stripping exploit traces. This server-side self-deletion eliminates the primary forensic evidence source for analysts investigating received mail.
From the browser context, OWAReaper creates invisible DOM input elements to capture credentials via autofill, then replicates into localStorage under a legitimate OWA configuration key — PageDataPayload.OwaUserDefaultSettings. The implant automatically reinjects into every new OWA tab, surviving browser close and reopen without requiring fresh interaction with the malicious email.
Server-Side Persistence: Why the Endpoint Becomes Irrelevant
The mechanism that distinguishes OWAReaper from conventional email threats is the escalation from browser-based persistence to server-side persistence via Exchange permission manipulation. The implant steals OAuth tokens using the GetClientAccessToken function with ReadWriteMailbox permissions granted to add-in components, then assigns Owner permissions to the "Default user" — the Exchange built-in representing any authenticated user in the organization.
According to Proofpoint, this change "grants full access to the mailbox to any authenticated user in the same organization." The consequence is that compromise is no longer tied to the victim's endpoint: even after full credential rotation and device reimaging, the actor retains indirect mailbox access through any other account in the organization. The only effective removal requires deliberate intervention on the Exchange server to identify and revoke the altered permissions.
A second persistence mechanism operates via hidden iframes in OWA's offline IndexedDB cache. When the cache is accessed after device reimaging, the payload reactivates, rebuilding the infection in the new browser. Proofpoint documented cache polling every 5 minutes for inbound commands, with a 30-minute lookback window for email messages used as a C2 vector.
"This persistent access lives on the server-side and requires deliberate removal from the Exchange server; credential rotation and even full re-imaging of the targeted user's device will not evict the actor." — Proofpoint researchers, via The Hacker News
Infrastructure and Timing: The Pivot from Zimbra to OWA
The Laundry Bear operation demonstrates an offensive resource reallocation capacity that challenges coordinated response models. On July 23, 2026, NSA and Proofpoint published a joint advisory on the actor's Zimbra campaign — dubbed ZimReaper — characterized by email harvesting for periods up to 90 days. The day before, July 22, TA488 had already activated the OWAReaper infrastructure, with domains and operational resources staged since March 2026.
ComputerWeekly flagged this 24-hour interval as an indicator of "operational security improvements" and parallel infrastructure development capability. The Record linked the group to Russian IT firm Yutek-NN, with documented connections to the FSB per U.S. prosecutors. OWA campaign victims span U.S. and European government entities, telecommunications, finance, hospitality, and aerospace — an unusually broad targeting for TA488, which Proofpoint interprets as a tactic to blend into bulk spam traffic.
The lures used — supply chain, gas markets, tourism metrics — are deliberately generic, lacking URLs or attachments to minimize suspicion triggers. Proofpoint classified the methodology as a "half-click exploit": opening the email suffices, with no need to click links or enable content.
What to Do Now
Operational recommendations derive directly from evidence documented in primary sources:
- Verify mailbox folder permissions in Exchange for the "Default" user: an anomalous Owner permission on user mailbox folders indicates server-side compromise.
- Clear localStorage and IndexedDB for all OWA sessions: OWAReaper nests in legitimate configuration keys and the offline cache.
- Revoke OAuth tokens issued for add-in applications with ReadWriteMailbox permissions, and audit their historical grants.
- Apply the Microsoft patch released June 9, 2026 for CVE-2026-42897 on Exchange Server 2016 and 2019 on-premises; Exchange Online is not affected by the vulnerability.
CISA added CVE-2026-42897 to the KEV catalog on May 15, 2026 with mandatory action dates for federal agencies. Sources do not specify whether particular patch versions automatically remove previously altered "Default" permissions, nor do they document verified cases of this persistence being removed in production environments.
The Limits of the Dossier: What Remains to Be Verified
No confirmation emerges that Microsoft or other vendors detected OWAReaper before the Proofpoint report of July 29, 2026. The dossier does not establish with certainty whether the vulnerability was actively exploited before the May 14, 2026 disclosure — the zero-day thesis remains plausible but unproven. The total scale of compromised organizations and data exfiltrated in the OWA campaign remains unknown.
Sources also do not document whether existing detection tools identify queries to the GitHub Commit Search API as a compromise indicator, nor whether the image CDNs used for HTTPS tunneling have been cataloged in commercial intelligence feeds. The potential use of AI tools in OWAReaper's development — hypothesized for the parallel Zimbra campaign — is not attested for the OWA implant.
The discrepancy between Microsoft's CVSS 8.1 and NVD's 6.1 is not resolved in the dossier; vulnerability teams must weigh both ratings in prioritization, recognizing that the vendor CNA has direct visibility into observed exploitability.
Sources
- https://thehackernews.com/2026/07/russian-hackers-exploit-microsoft-owa.html
- https://therecord.media/russia-hackers-outlook-webmail-malware
- https://www.bleepingcomputer.com/news/security/russian-hackers-exploit-exchange-owa-zero-day-for-long-term-mailbox-access/
- https://www.infosecurity-magazine.com/news/russian-hackers-zero-click/
- https://www.rapid7.com/blog/post/dr-the-next-evolution-mdr-preemptive-defense-agentic-investigation
- https://www.proofpoint.com/us/blog/threat-insight/cleaning-out-inboxes-ta488-comes-outlook-another-half-click-exploit
- https://www.infosecurity-magazine.com/news/ta488-outlook-half-click-owareaper/
- https://www.computerweekly.com/news/366646692/Laundry-Bear-pivots-to-new-exploit-days-after-Zimbra-alert
- https://nvd.nist.gov/vuln/detail/CVE-2026-42897
- https://www.cisa.gov/news-events/cybersecurity-advisories/aa26-204a
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42897
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-42897
- https://thehackernews.com/2026/05/on-prem-microsoft-exchange-server-cve.html
Information verified against cited sources and current as of publication.