ctipilot.ch

LAUNDRY BEAR

actor · actor:laundry-bear

Russian state-supported email-espionage actor, named by the Netherlands' AIVD/MIVD in May 2025 (Void Blizzard per Microsoft, CL-STA-1114 per Unit 42, TA488 per Proofpoint). Historically reliant on password spraying, AiTM credential phishing (a modified Evilginx) and pass-the-cookie against Microsoft Exchange/cloud mail; from July 2025 it weaponised a Zimbra Collaboration Suite zero-click XSS (CVE-2025-66376) for large-scale mailbox/GAL/2FA-token exfiltration against NATO government, defence-industrial-base, energy, education, law-enforcement and NGO targets, using Ukraine as an earlier testbed. Subject of the joint advisory AA26-204A co-sealed by agencies from 16 nations (CISA/NSA/FBI and allied services, 2026-07-23).

Aliases: Void Blizzard, CL-STA-1114, TA488, UNK_PitStop

Coverage timeline
6
first 2026-07-24 → last 2026-08-02
Peak priority
high
5 high · 1 notable
Sources cited
16
13 hosts
Sections touched
3
deep-dive, updates, weekly-top-stories
Co-occurring entities
7
see Related entities below
ATT&CK techniques
26
pinned v19.2 · see below
2026-07-246 appearances2026-08-02

Hunting pivots

Affected products
Zimbra Collaboration SuiteSOGoKerio ConnectMDaemon Email ServerMicrosoft Entra IDMicrosoft Exchange ServerMicrosoft Exchange Server 2016Microsoft Exchange Server 2019Microsoft Exchange Server Subscription EditionRoundcube WebmailZimbra Collaboration Suite (Classic Web Client)

ATT&CK techniques

26 techniques observed across 6 entries — derived from entry metadata and body evidence, never asserted without a published entry behind it · pinned to MITRE ATT&CK v19.2 · compare on the matrix · Navigator layer (JSON)

Resource Development TA0042

T1608Stage Capabilities×1

Adversaries may upload, install, or otherwise set up capabilities that can be used during targeting. To support their operations, an adversary may need to take capabilities they developed (Develop Capabilities) or obtained (Obtain Capabilities) and stage them on infrastructure under their control. These capabilities may be staged on infrastructure that was previously purchased/rented by the adversary (Acquire Infrastructure) or was otherwise compromised by them (Compromise Infrastructure). Capabilities may also be staged on web services, such as GitHub or Pastebin, or on Platform-as-a-Service (PaaS) offerings that enable users to easily provision applications.

Evidence: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Initial Access TA0001

T1190Exploit Public-Facing Application×1

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.

Evidence: 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · ATT&CK page ↗

T1566Phishing×6

Adversaries may send phishing messages to gain access to victim systems. All forms of phishing are electronically delivered social engineering. Phishing can be targeted, known as spearphishing. In spearphishing, a specific individual, company, or industry will be targeted by the adversary. More generally, adversaries can conduct non-targeted phishing, such as in mass malware spam campaigns.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Execution TA0002

T1053.005Scheduled Task/Job: Scheduled Task×1

Adversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The schtasks utility can be run directly on the command line, or the Task Scheduler can be opened through the GUI within the Administrator Tools section of the Control Panel. In some cases, adversaries have used a .NET wrapper for the Windows Task Scheduler, and alternatively, adversaries have used the Windows netapi32 library and Windows Management Instrumentation (WMI) to create a scheduled task. Adversaries may also utilize the Powershell Cmdlet `Invoke-CimMethod`, which leverages WMI class `PS_ScheduledTask` to create a scheduled task via an XML path.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

T1059.007Command and Scripting Interpreter: JavaScript×1

Adversaries may abuse various implementations of JavaScript for execution. JavaScript (JS) is a platform-independent scripting language (compiled just-in-time at runtime) commonly associated with scripts in webpages, though JS can be executed in runtime environments outside the browser.

Evidence: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

T1203Exploitation for Client Execution×6

Adversaries may exploit software vulnerabilities in client applications to execute code. Vulnerabilities can exist in software due to unsecure coding practices that can lead to unanticipated behavior. Adversaries can take advantage of certain vulnerabilities through targeted exploitation for the purpose of arbitrary code execution. Oftentimes the most valuable exploits to an offensive toolkit are those that can be used to obtain code execution on a remote system because they can be used to gain access to that system. Users will expect to see files related to the applications they commonly used to do work, so they are a useful target for exploit research and development because of their high utility.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

T1204.004User Execution: Malicious Copy and Paste×1

An adversary may rely upon a user copying and pasting code in order to gain execution. Users may be subjected to social engineering to get them to copy and paste code directly into a Command and Scripting Interpreter. One such strategy is "ClickFix," in which adversaries present users with seemingly helpful solutions—such as prompts to fix errors or complete CAPTCHAs—that instead instruct the user to copy and paste malicious code.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

Persistence TA0003

T1053.005Scheduled Task/Job: Scheduled Task×1

Adversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The schtasks utility can be run directly on the command line, or the Task Scheduler can be opened through the GUI within the Administrator Tools section of the Control Panel. In some cases, adversaries have used a .NET wrapper for the Windows Task Scheduler, and alternatively, adversaries have used the Windows netapi32 library and Windows Management Instrumentation (WMI) to create a scheduled task. Adversaries may also utilize the Powershell Cmdlet `Invoke-CimMethod`, which leverages WMI class `PS_ScheduledTask` to create a scheduled task via an XML path.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

T1098Account Manipulation×2

Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups. These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · ATT&CK page ↗

T1098.002Account Manipulation: Additional Email Delegate Permissions×2

Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1505.003Server Software Component: Web Shell×1

Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.

Evidence: 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · ATT&CK page ↗

T1543.003Create or Modify System Process: Windows Service×1

Adversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions. Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

T1556.006Modify Authentication Process: Multi-Factor Authentication×2

Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Privilege Escalation TA0004

T1053.005Scheduled Task/Job: Scheduled Task×1

Adversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The schtasks utility can be run directly on the command line, or the Task Scheduler can be opened through the GUI within the Administrator Tools section of the Control Panel. In some cases, adversaries have used a .NET wrapper for the Windows Task Scheduler, and alternatively, adversaries have used the Windows netapi32 library and Windows Management Instrumentation (WMI) to create a scheduled task. Adversaries may also utilize the Powershell Cmdlet `Invoke-CimMethod`, which leverages WMI class `PS_ScheduledTask` to create a scheduled task via an XML path.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

T1098Account Manipulation×2

Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups. These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · ATT&CK page ↗

T1098.002Account Manipulation: Additional Email Delegate Permissions×2

Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1543.003Create or Modify System Process: Windows Service×1

Adversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions. Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

Stealth TA0005

T1027Obfuscated Files or Information×1

Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit. This is common behavior that can be used across different platforms and the network to evade defenses.

Evidence: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1027.017Obfuscated Files or Information: SVG Smuggling×1

Adversaries may smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign SVG files. SVGs, or Scalable Vector Graphics, are vector-based image files constructed using XML. As such, they can legitimately include `<script>` tags that enable adversaries to include malicious JavaScript payloads. However, SVGs may appear less suspicious to users than other types of executable files, as they are often treated as image files.

Evidence: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Defense Impairment TA0112

T1556.006Modify Authentication Process: Multi-Factor Authentication×2

Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Credential Access TA0006

T1528Steal Application Access Token×1

Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

T1539Steal Web Session Cookie×5

An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authentication token after a user has authenticated to a website.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

T1552Unsecured Credentials×1

Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. Shell History), operating system or application-specific repositories (e.g. Credentials in Registry), or other specialized files/artifacts (e.g. Private Keys).

Evidence: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1556.006Modify Authentication Process: Multi-Factor Authentication×2

Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

T1557Adversary-in-the-Middle×1

Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as Network Sniffing, Transmitted Data Manipulation, or replay attacks (Exploitation for Credential Access). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

Discovery TA0007

T1087.003Account Discovery: Email Account×2

Adversaries may attempt to get a listing of email addresses and accounts. Adversaries may try to dump Exchange address lists such as global address lists (GALs).

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Lateral Movement TA0008

T1550.001Use Alternate Authentication Material: Application Access Token×1

Adversaries may use stolen application access tokens to bypass the typical authentication process and access restricted accounts, information, or services on remote systems. These tokens are typically stolen from users or services and used in lieu of login credentials.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

Collection TA0009

T1114.002Email Collection: Remote Email Collection×4

Adversaries may target an Exchange server, Office 365, or Google Workspace to collect sensitive information. Adversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network. Adversaries may also access externally facing Exchange services, Office 365, or Google Workspace to access email using credentials or access tokens. Tools such as MailSniper can be used to automate searches for specific keywords.

Evidence: 2026-07-26/weekly-w30-state-nexus-webmail-espionage · 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

T1185Browser Session Hijacking×2

Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1557Adversary-in-the-Middle×1

Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as Network Sniffing, Transmitted Data Manipulation, or replay attacks (Exploitation for Credential Access). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.

Evidence: 2026-08-02/weekly-w31-russian-state-nexus-government-mail-and-travel · ATT&CK page ↗

Command and Control TA0011

T1071.001Application Layer Protocol: Web Protocols×1

Adversaries may communicate using application layer protocols associated with web traffic to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.

Evidence: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

T1071.004Application Layer Protocol: DNS×2

Adversaries may communicate using the Domain Name System (DNS) application layer protocol to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.

Evidence: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · ATT&CK page ↗

T1102.001Web Service: Dead Drop Resolver×1

Adversaries may use an existing, legitimate external Web service to host information that points to additional command and control (C2) infrastructure. Adversaries may post content, known as a dead drop resolver, on Web services with embedded (and often obfuscated/encoded) domains or IP addresses. Once infected, victims will reach out to and be redirected by these resolvers.

Evidence: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · ATT&CK page ↗

Exfiltration TA0010

T1048.003Exfiltration Over Alternative Protocol: Exfiltration Over Unencrypted Non-C2 Protocol×1

Adversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server.

Evidence: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · ATT&CK page ↗

Story timeline

  1. 2026-08-02Two independently-operating Russian state clusters converged this week on the government user's mailbox and the government user's travel — and both leave persistence that a patch or a password reset does not remove
    weekly-top-storiesRussian state clusters hit government mail and government travellers in W31 — eviction needs a hunt, not a patch
  2. 2026-07-31CVE-2026-42897 — Exchange OWA stored XSS weaponised by TA488/LAUNDRY BEAR as a probable zero-day, delivering the browser-resident OWAReaper implant
    updatesProofpoint attributes Exchange OWA exploitation to a Russian state actor whose implant grants itself permanent server-side mailbox access
  3. 2026-07-26Self-hosted webmail is a standing state-espionage battleground — this week a 16-nation advisory exposed Russia's LAUNDRY BEAR Zimbra zero-click and Proofpoint detailed a separate GRU actor's live 'half-click' zero-day supply across five webmail platforms
    weekly-top-storiesTwo distinct Russian actors read government mail via view-based webmail exploits that need no click — and eviction takes more than patching
  4. 2026-07-25TA458 / Operation RoundPress: a running supply of half-click webmail zero-days adds a fresh SOGo flaw (CVE-2026-8496)
    deep-diveGRU-assessed TA458 keeps a live half-click zero-day supply across five self-hosted webmail platforms
  5. 2026-07-25LAUNDRY BEAR's Zimbra zero-click, unpacked: ZimReaper's CSS-@import sanitizer bypass and an app-password that survives a password reset
    updatesProofpoint adds the mechanics the Zimbra joint advisory omitted — including a persistence trick patching doesn't remove
  6. 2026-07-24Russian state actor LAUNDRY BEAR weaponised a Zimbra webmail zero-click (CVE-2025-66376) for mailbox exfiltration — now exposed in a 16-nation joint advisory
    deep-dive16-nation advisory: Russia's LAUNDRY BEAR exfiltrates government mail through a view-based Zimbra exploit, and patching alone does not evict it

Relationships explore in graph

Typed, source-stated connections from the entity registry — each edge cites the entry whose reporting establishes it.

uses

attributed activity

Where this entity is cited

  • deep-dive2
  • updates2
  • weekly-top-stories2

Source distribution

  • proofpoint.com3 (19%)
  • techcommunity.microsoft.com2 (12%)
  • cisa.gov1 (6%)
  • github.com1 (6%)
  • microsoft.com1 (6%)
  • msrc.microsoft.com1 (6%)
  • ncsc.gov.uk1 (6%)
  • reliaquest.com1 (6%)
  • other5 (31%)

Co-occurring entities

Derived — referenced by the same focused operational entries (weekly summaries and report roundups don't count); ×N counts the shared entries.

All cited sources (16)

Entries about LAUNDRY BEAR (6)

2026-08-02 · view entry permalink →

HIGHexploitedNATOB2

Two independently-operating Russian state clusters converged this week on the government user's mailbox and the government user's travel — and both leave persistence that a patch or a password reset does not remove

If you did nothing this week: if you run Exchange on premises, a mailbox in your estate may be readable by an actor who no longer needs anyone's password; and if your staff travelled and used hotel or conference Wi-Fi since early May, their session tokens may already be replayable from somewhere else.

The two disclosures are unrelated in operator and identical in target logic. Proofpoint attributed active exploitation of CVE-2026-42897 to LAUNDRY BEAR, describing a flaw where "the server does not adequately sanitize HTML in the message body", allowing "a loader piece of JavaScript to use the onload= event handler to parse the rest of the message body, assemble a Base64 fragment, and execute it as encoded JavaScript" (Proofpoint, 2026-07-29). Opening the message in Outlook Web Access is the whole of the victim interaction. The resulting implant, OWAReaper, is browser-resident with no artifact on the endpoint, and its persistence mechanism is the part that outlasts incident response: it grants the Exchange "Default" alias Owner permission across mail folders, which Proofpoint states plainly means "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, 2026-07-29). Only on-premises Exchange is in scope, and the permanent fix is the July 2026 Exchange Security Update — which Microsoft notes does not automatically remove the mitigations an administrator applied earlier for the same CVE (Microsoft Exchange Team, 2026-07-14). NCSC Switzerland carried the exploitation to its own constituency on 2026-07-30 (NCSC Switzerland, 2026-07-30).

Microsoft's disclosure moves the same targeting to the travel path. It states that "Microsoft Threat Intelligence assesses that Storm-2945 is an operational sub-cluster of Midnight Blizzard based on distinctive technical and operational overlaps" (Microsoft Threat Intelligence, 2026-07-31). Since early May the cluster has manipulated DNS and HTTP traffic on hospitality networks served by captive portals, answering the browser's own automatic connectivity check with a fake browser or operating-system update prompt — so the lure fires before the user has browsed anywhere. The payloads are built to be difficult to remove and valuable to keep: CornFlake, a Go Windows RAT, "establishes redundant persistence mechanisms: Windows service registrations, Registry Run keys, named scheduled tasks, and a persistence watchdog routine that runs continuously to restore any persistence mechanism that is removed by defenders or endpoint protection" (Microsoft Threat Intelligence, 2026-07-31), while ChocoShell, an in-memory PowerShell stealer, "collects Microsoft 365 and Azure Active Directory (AD) access tokens, refresh tokens, and Web Account Manager (WAM) tokens from .tbres files in the Token Broker cache", which Microsoft assesses lets actors "replay SSO sessions without browser cookies" (Microsoft Threat Intelligence, 2026-07-31). Independent research into the same tradecraft class found compromised Wi-Fi gateways "across multiple US cities and internationally in India and Saudi Arabia, primarily in hotel and hospitality organizations" (ReliaQuest, 2026-07-23).

The identity layer is where the two paths rejoin, and where a third in-window development sharpens the picture: some CaptiveCrunch landing pages have driven users into the Entra ID device-code authentication flow since 16 July (Microsoft Threat Intelligence, 2026-07-31), the same flow a separate criminal operation ran a fresh wave of this week from commercially-trusted hosting infrastructure. A stolen refresh or WAM token and a mailbox-folder permission grant have the same property: both are authorisations rather than credentials, so the standard incident response of resetting the password and rebuilding the laptop closes neither.

Triage: the OWA case produces no endpoint artifact at all, so process-level telemetry will be silent; the signal is server-side, in mailbox-permission change events granting rights to the "Default" alias and in add-in or OAuth grants appearing on accounts that never installed one. For the travel case, the discriminator is sequence and location rather than the update prompt itself — a browser or OS update package fetched moments after a device associated with a new wireless network, from a host that is not the vendor's update infrastructure, with the connectivity-check request immediately preceding it. The lure's mechanics give a second, sharper signal: these are paste-and-run instructions, so Microsoft's own guidance is to teach users to recognise ClickFix-style prompts and fake verification checks "especially when they invoke command interpreters or script hosts such as cmd.exe, PowerShell, rundll32.exe, or mshta.exe" (Microsoft Threat Intelligence, 2026-07-31) — so a script host spawned from a browser process shortly after a captive-portal association is the process-lineage version of the same test. On the collection side, CornFlake carries a ChromeKatz-derived module doing live cookie extraction from Chromium process memory and stored-password extraction from on-disk databases, including an App-Bound Encryption bypass and Firefox NSS decryption (Microsoft Threat Intelligence, 2026-07-31); a non-browser process reading a browser's credential store or its live memory is the detectable artifact, and it sits alongside the token theft rather than replacing it. On the identity side, a successful sign-in whose token was minted through the device-code flow for a user whose role never requires it, or an SSO session replayed from an address class inconsistent with the user's own context, is the shape both clusters ultimately produce.

The messages exploit CVE-2026-42897, a vulnerability in Outlook Web Access in which the server does not adequately sanitize HTML in the message body. This allows a loader piece of JavaScript to use the onload= event handler to parse the rest of the message body, assemble a Base64 fragment, and execute it as encoded JavaScript.

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 2026-07-29

Microsoft Threat Intelligence assesses that Storm-2945 is an operational sub-cluster of Midnight Blizzard based on distinctive technical and operational overlaps.

It establishes redundant persistence mechanisms: Windows service registrations, Registry Run keys, named scheduled tasks, and a persistence watchdog routine that runs continuously to restore any persistence mechanism that is removed by defenders or endpoint protection.

Additionally, ChocoShell collects Microsoft 365 and Azure Active Directory (AD) access tokens, refresh tokens, and Web Account Manager (WAM) tokens from .tbres files in the Token Broker cache. Collection of these tokens represents a significant threat to enterprise environments, as threat actors could replay SSO sessions without browser cookies.

Microsoft Threat Intelligence 2026-07-31

Builds on: 2026-07-31/ta488-exchange-owa-cve-2026-42897-owareaper-implant · 2026-08-01/captivecrunch-storm-2945-hospitality-captive-portal-rat · 2026-08-01/device-code-phishing-bl-networks-second-wave-2026

synthesis02 Aug 23:46Zmulti-sourceOpen finding ↗

2026-07-31 · view entry permalink →

HIGHCVE-2026-42897exploitedupdateNATOB1

CVE-2026-42897 — Exchange OWA stored XSS weaponised by TA488/LAUNDRY BEAR as a probable zero-day, delivering the browser-resident OWAReaper implant

UPDATE · originally covered CVE-2026-42897 Exchange OWA — EM Service auto-mitigation depends on outbound connectivity to officemitigations.microsoft.com (2026-05-18)

the May entry tracked CVE-2026-42897 as an Exchange OWA flaw whose interim protection depended on the EM Service auto-mitigation. Two things changed. Proofpoint has now attributed in-the-wild exploitation to a named Russian state-supported actor and published the implant's full mechanics (Proofpoint, 2026-07-29), and the mitigation is no longer the remediation — the July 2026 Security Update is, with the mitigation now something that must be actively torn down (Microsoft Exchange Team Blog, 2026-07-14). NCSC-CH appended the Proofpoint reporting to its own advisory on 2026-07-30 (NCSC Switzerland, 2026-07-30).

The actor is TA488, which Microsoft tracks as Void Blizzard and which this pipeline registers as LAUNDRY BEAR — the same Russian state-supported email-espionage actor a 16-nation joint advisory exposed on 2026-07-23 for its Zimbra campaign. Proofpoint assesses OWAReaper as an evolution of that campaign's ZimReaper payload, citing shared code including an identical invisible-element sizing and error-handling pattern (Proofpoint, 2026-07-29). Campaign activity began 2026-07-22 against government, telecommunications, finance, hospitality and aerospace targets across the US and Europe, using deliberately banal lure subjects with no call to action — Proofpoint reads the unusual breadth as intentional blending with bulk mail. Its stated infrastructure-creation date of March 2026 precedes Microsoft's May disclosure by two months, which is the basis for its assessment that zero-day use is feasible; that is an inference from infrastructure dating, not a confirmed finding.

Execution. The flaw is a failure to sanitise HTML in the message body, so a loader script in an onload= handler reassembles a Base64 fragment from the rest of the message and evaluates it — no link click and no attachment open, only viewing the message in OWA. The exploit and payload fragments are hidden inside the message's social-media icon elements, with next-stage data placed after # fragment markers where the browser's Base64 image parser stops reading, so the payload is not visible to casual inspection of the HTML. On execution OWAReaper first rewrites the delivered message server-side to strip the exploit content and suppresses OWA pop-ups and right-click, then enumerates the victim's address, username and settings.

Credential and token theft. It creates two invisible input elements and waits for the browser's own autofill to populate them with the saved OWA username and password. Separately it enumerates installed Outlook add-ins holding ReadWriteMailbox permission and, where one exists, abuses it to call GetClientAccessToken and obtain OAuth tokens.

Persistence, in three independent layers. Client-side, the implant writes an AES-encrypted copy of itself and a decryption wrapper into browser localStorage under a settings field of the legitimate PageDataPayload.OwaUserDefaultSettings key, which OWA itself evaluates during its own sync-restore flow — so every ordinary OWA tab-open re-launches it with no separate loader. A second client-side layer adds a hidden iframe to messages cached in OWA's offline IndexedDB store, so opening the cached message re-infects an endpoint even after a full re-image. The third is server-side and is the one that matters most: the implant calls UpdateFolder to grant Owner-level permission on every mail folder to the low-privilege "Default" preset alias that exists in every Exchange organisation. Proofpoint is explicit that this "requires deliberate removal from the Exchange server" and that credential rotation and re-imaging will not evict it.

Command and control. Two channels, both over infrastructure defenders generally trust. The implant polls GitHub's public Commit Search API every 24 hours for crafted commit messages containing the target's own email address, decrypting matches to a four-character command header that selects toolkit replacement, C2-domain rotation, or one-off code execution; in parallel it re-parses cached inbound messages every five minutes for the same command structure. Exfiltration runs primarily over HTTPS with encrypted URI paths, either relayed through a set of legitimate image-CDN domains or sent directly to the actor-controlled server when those proxies fail; if the HTTPS method fails altogether, the implant switches to DNS label tunnelling, packing the data into the subdomain labels of ordinary DNS queries for an actor-controlled domain. Notably, Proofpoint states there is no mass mailbox exfiltration here, unlike the Zimbra campaign — which is why this entry maps browser-session and credential-access behaviour rather than bulk email collection.

Patching. The permanent fix is the July 2026 Security Update, available as Exchange SE RTM publicly and for Exchange 2019 CU14/CU15 and Exchange 2016 CU23 only through the Period 2 Extended Security Update programme; organisations that were enrolled only in Period 1, which ended in April 2026, do not receive it (Microsoft Exchange Team Blog, 2026-07-14). Microsoft's own vulnerability record scores the flaw 8.1 and marks it exploited (Microsoft Security Response Center, 2026-07-14). Installing the update does not remove a previously applied mitigation: administrators who used the EM Service must remove the M2.1.0 IIS rules through the documented rollback, and those who ran the downloadable mitigation script must run its rollback. The known operational side effects of the mitigation era — broken OWA calendar printing, inline-image rendering problems, OWA-light failing, and false-unhealthy calendar-proxy health alerts — only clear once both steps are done, so a server left on mitigation-only status keeps them indefinitely (Microsoft Exchange Team Blog, 2026-05-14).

Detection. The highest-value signal is in mailbox audit and Exchange Web Services telemetry: a folder-permission change granting Owner rights to the "Default" alias, applied across many folders of one mailbox in quick succession. Client-side, monitor for writes to the OWA user-default-settings localStorage key outside the browser's own sync flow, and for OWA sessions in which invisible form inputs are created and immediately populated. On the network side, two egress patterns stand out from a mail client's normal behaviour: repeated polling of a public source-code hosting search API on a roughly daily cadence, and DNS queries with the label-length and entropy profile of tunnelled data.

Triage: OWA legitimately reads and writes its own settings keys constantly, so the presence of localStorage activity is not the signal — the discriminator is the specific settings-field path carrying an encrypted blob, and its correlation with a message open. For the server-side artifact the discrimination is cleaner: administrators do grant folder permissions, but they grant them to named users or groups for a specific folder, not Owner rights to the built-in "Default" alias across an entire mailbox. Treat any such grant as compromise until proven otherwise.

The messages exploit CVE-2026-42897, a vulnerability in Outlook Web Access in which the server does not adequately sanitize HTML in the message body. This allows a loader piece of JavaScript to use the onload= event handler to parse the rest of the message body, assemble a Base64 fragment, and execute it as encoded JavaScript.

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 2026-07-29

Installing the July 2026 update does not automatically remove already applied CVE-2026-42897 mitigations.

Microsoft Exchange Team Blog 2026-07-14

Builds on: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376

vulnerability31 Jul 04:09Zmulti-sourceOpen finding ↗

2026-07-26 · view entry permalink →

HIGHexploitedNATOA1

Self-hosted webmail is a standing state-espionage battleground — this week a 16-nation advisory exposed Russia's LAUNDRY BEAR Zimbra zero-click and Proofpoint detailed a separate GRU actor's live 'half-click' zero-day supply across five webmail platforms

If you did nothing this week: any internet-reachable self-hosted webmail server in your estate — Zimbra above all, but also SOGo, Roundcube, mDaemon or Kerio — is exposed to at least one Russian state actor running exploits that compromise a mailbox the instant a targeted user simply opens a message, with no link to click and no attachment to open.

Two independent disclosures made webmail the week's espionage story, and they are two different actors. The 16-nation joint advisory AA26-204A attributes a sustained campaign against Zimbra Collaboration Suite to LAUNDRY BEAR (also tracked as Void Blizzard / TA488), and describes its distinguishing tradecraft precisely: the campaign "leverages a view-based exploit that only requires a user to view a malicious email within a vulnerable version of the webmail service" (joint CSA AA26-204A, 2026-07-23), abusing the stored-XSS CVE-2025-66376 to steal 90 days of mail, the Global Address List and 2FA codes (joint CSA AA26-204A, 2026-07-23). Proofpoint's follow-up added the mechanics the advisory omitted, including a CSS-@import sanitizer bypass that reassembles an executing <svg onload="eval(atob('…'))"> and — the part that matters for eviction — the creation of an attacker-controlled application-specific password as a persistence credential separate from the user's own login (Proofpoint, 2026-07-23).

The second actor is TA458 (ESET's Operation RoundPress), which Proofpoint assesses as a likely Russian GRU operation and — importantly — states it "has not observed TA458 using CVE-2025-66376" (Proofpoint, 2026-07-23), keeping the two clusters distinct. TA458 instead runs a standing supply of "half-click" webmail zero-days that fire the instant a target opens a message across Zimbra, mDaemon, Roundcube, Kerio and — newly disclosed this week — SOGo, where Proofpoint reported the flaw to Alinto and it "was patched as CVE-2026-8496 in version 5.12.8" (Proofpoint, 2026-07-23), each dropping a per-client SpyPress payload to steal credentials, contacts and mail. That the same week also brought a routine Zimbra 10.1.20 release fixing an SNMP command-injection RCE and four stored-XSS bugs underlines how continuously this software surface turns over.

Unlike traditional phishing campaigns that persuade a user into taking an action, such as clicking a link or opening a file, LAUNDRY BEAR's latest campaign leverages a view-based exploit that only requires a user to view a malicious email within a vulnerable version of the webmail service.

CISA / NSA / FBI + allied agencies from 16 nations (joint CSA AA26-204A) 2026-07-23

A 'half-click exploit' requires no social engineering, nor does it require a user to click a link or open an attachment. The targeted user must only open the malicious email in their webmail viewer to be compromised.

Proofpoint has not observed TA458 using CVE-2025-66376, despite the group's regular access to webmail XSS zero-days.

Proofpoint Threat Research 2026-07-23

Builds on: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376 · 2026-07-25/laundry-bear-zimreaper-app-password-persistence · 2026-07-25/ta458-roundpress-webmail-zero-days-sogo-cve-2026-8496 · 2026-07-22/zimbra-10-1-20-snmp-command-injection-rce-plus-stored-xss

synthesis26 Jul 23:41Zmulti-sourceOpen finding ↗

Earlier coverage (3)

2026-07-25HIGHexploitedNATOB2TA458 / Operation RoundPress: a running supply of half-click webmail zero-days adds a fresh SOGo flaw (CVE-2026-8496)Proofpoint details TA458 (ESET's Operation RoundPress), a GRU-assessed Russian espionage actor running a standing supply of "half-click" webmail zero-days that fire the instant a target opens a message. The current set spans Zimbra, mDaemon, Roundcube, Kerio and — newly disclosed — SOGo (zero-day CVE-2026-8496, patched in 5.12.8), each dropping the per-client SpyPress payload to steal credentials, contacts and mail. Any internet-reachable self-hosted webmail in EU/CH public-sector estates is standing exposure.2026-07-25NOTABLEupdateNATOB2LAUNDRY BEAR's Zimbra zero-click, unpacked: ZimReaper's CSS-@import sanitizer bypass and an app-password that survives a password resetProofpoint's writeup of the LAUNDRY BEAR (TA488/Void Blizzard) Zimbra CVE-2025-66376 campaign adds the technical mechanics the 16-nation joint advisory did not spell out: the CSS-@import sanitizer-bypass-by- reassembly that reconstructs an executing <svg onload=eval(atob(...))>, DNS-tunnelled exfiltration, and a persistent "ZimbraWeb" application-specific password created via the SOAP API that survives both a user password reset and the CVE-2025-66376 patch.2026-07-24HIGHexploitedNATOA1Russian state actor LAUNDRY BEAR weaponised a Zimbra webmail zero-click (CVE-2025-66376) for mailbox exfiltration — now exposed in a 16-nation joint advisoryA joint Cybersecurity Advisory (AA26-204A) co-sealed by security and intelligence agencies from 16 US, NATO and EU-member nations attributes a sustained email-espionage campaign against Zimbra Collaboration Suite to the Russian state actor LAUNDRY BEAR (Void Blizzard / CL-STA-1114 / TA488). Since July 2025 it has abused CVE-2025-66376 — a stored XSS in the ZCS Classic Web Client that runs on merely viewing a crafted email — to steal 90 days of mail, the Global Address List and 2FA codes, and to mint an IMAP application passcode that survives the patch and any password reset.