<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Zimbra Collaboration Suite - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/zimbra-collaboration-suite/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 23 Jul 2026 14:04:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/zimbra-collaboration-suite/feed.xml" rel="self" type="application/rss+xml"/><item><title>TA488 Exploits Zimbra Mailservers with Half-Click Vulnerability CVE-2025-66376</title><link>https://feed.craftedsignal.io/briefs/2026-07-ta488-zimbra-half-click/</link><pubDate>Thu, 23 Jul 2026 14:04:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-ta488-zimbra-half-click/</guid><description>Russia-aligned threat actor TA488 (Void Blizzard, Laundry Bear) exploited CVE-2025-66376, a critical XSS vulnerability in Zimbra Collaboration Suite webmail, for at least five months in 2025 via crafted emails to gain persistent access, exfiltrate user credentials, 2FA codes, and bulk emails from Ukrainian government and US defense industrial base targets.</description><content:encoded><![CDATA[<p>Proofpoint, in coordination with the NSA and FBI, has identified TA488 (also known as Void Blizzard or Laundry Bear), a Russia-aligned threat actor, exploiting a critical cross-site scripting (XSS) vulnerability, CVE-2025-66376, in Zimbra Collaboration Suite mailservers. This campaign, active for at least five months during 2025, leveraged a &quot;half-click&quot; exploit, meaning victims needed only to open or preview a specially crafted email for malicious JavaScript to execute. The attacks primarily targeted Ukrainian government entities, along with US government, high science, and defense industrial base organizations. After successful exploitation, TA488 established persistent access to compromised systems, stole credentials and two-factor authentication codes, and exfiltrated emails using a custom malware Proofpoint tracks as &quot;ZimReaper.&quot; The actor's use of this stealthy method underscores a continued focus by Russian state-sponsored groups on exploiting webmail vulnerabilities to achieve espionage objectives.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access &amp; Exploitation (CVE-2025-66376):</strong> TA488 sends specially crafted emails from adversary-controlled Proton Mail accounts or previously compromised addresses. These emails contain an embedded HTML/JavaScript payload that exploits CVE-2025-66376 by using tag-splitting techniques with fake CSS <code>@import</code> directives and HTML comments to bypass Zimbra's client-side HTML sanitizer.</li>
<li><strong>Client-Side JavaScript Execution:</strong> When a victim opens or previews the malicious email in a vulnerable Zimbra webmail client, the sanitizer fails, allowing the browser to reconstruct and execute the embedded JavaScript (ZimReaper) within the context of the user's authenticated webmail session.</li>
<li><strong>Obfuscation &amp; Persistence Check:</strong> The initial JavaScript, after execution, checks for a script element with the ID <code>zmb_pl_v3_</code> to avoid re-execution and subsequently XOR decrypts a second, obfuscated JavaScript payload.</li>
<li><strong>Credential &amp; System Information Collection:</strong> The decrypted ZimReaper JavaScript pings the attacker's C2 server to log the successful exploit and then proceeds to steal the Cross-Site Request Forgery (CSRF) token, auto-complete passwords, two-factor authentication codes, and details about the Zimbra installation from the browser.</li>
<li><strong>Persistence Establishment:</strong> ZimReaper utilizes Zimbra APIs, specifically <code>CreateAppSpecificPasswordRequest</code>, to generate a new app-specific password under the name &quot;ZimbraWeb.&quot; This password provides TA488 with persistent access to the mailserver via IMAP, POP3, or SMTP, bypassing 2FA requirements.</li>
<li><strong>Data Exfiltration via DNS Queries:</strong> The collected sensitive information, including 2FA scratch codes, Zimbra version, user email, the newly created app-specific password, auto-fill password, and the Zimbra server URL, is exfiltrated to the C2 server via DNS queries using a specific <code>key.Base32EncodedData.unique_identifier.domain</code> schema.</li>
<li><strong>Bulk Email Exfiltration via HTTP POST:</strong> ZimReaper iterates through up to 90 days of the targeted user's emails. It then leverages Zimbra's built-in export functionality to exfiltrate these messages as a TGZ (compressed tarball) file through an HTTP POST request to the attacker's C2 infrastructure.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of CVE-2025-66376 by TA488 results in significant compromise of targeted organizations, particularly within government, high science, and the defense industrial base sectors. The primary impact is the unauthorized exfiltration of sensitive email communications, user credentials, and two-factor authentication codes, leading to a severe loss of confidentiality. Furthermore, the establishment of persistent access via app-specific passwords enables the threat actor to maintain long-term presence within the mail environment, potentially send further spear-phishing campaigns from compromised legitimate accounts, or continue manual data exfiltration. The targeting of Ukrainian government entities and US defense contractors indicates a clear espionage objective, posing a national security risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2025-66376 on all Zimbra Collaboration Suite mailservers immediately to prevent exploitation.</li>
<li>Deploy the Sigma rule &quot;Detect ZimReaper DNS Exfiltration Activity&quot; to your SIEM and monitor for suspicious DNS queries that match the described pattern (<code>key.Base32EncodedData.unique_identifier.domain</code>).</li>
<li>Deploy the Sigma rule &quot;Detect ZimReaper Bulk Email Exfiltration via Webmail Export&quot; to your SIEM and monitor Zimbra webserver logs for HTTP POST requests to <code>/service/export</code> with <code>fmt=tgz</code>.</li>
<li>Review Zimbra audit logs for the creation of new app-specific passwords, particularly those named &quot;ZimbraWeb&quot;, which may indicate unauthorized persistence.</li>
<li>Enhance email gateway security to detect and block emails containing complex, obfuscated HTML/JavaScript payloads, especially those targeting known Zimbra vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>espionage</category><category>xss</category><category>zimbra</category><category>apt</category><category>state-sponsored</category><category>half-click</category><category>cve-2025-66376</category></item><item><title>CVE-2026-42897 Microsoft Exchange Server Cross-Site Scripting Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-exchange-xss/</link><pubDate>Thu, 14 May 2026 17:03:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-exchange-xss/</guid><description>CVE-2026-42897 is a cross-site scripting (XSS) vulnerability in Microsoft Exchange Server that allows an attacker to perform spoofing attacks by injecting malicious scripts into web pages.</description><content:encoded><![CDATA[<p>CVE-2026-42897 is a cross-site scripting (XSS) vulnerability affecting Microsoft Exchange Server. This vulnerability stems from improper neutralization of input during web page generation. An attacker can exploit this flaw to inject malicious scripts into web pages served by the Exchange Server, potentially leading to spoofing attacks against users. Successful exploitation could allow an attacker to impersonate legitimate users, steal sensitive information, or perform unauthorized actions on behalf of a user. This vulnerability requires prompt attention from security teams to prevent potential damage and maintain the integrity of Exchange Server environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a vulnerable endpoint within Microsoft Exchange Server susceptible to XSS.</li>
<li>Attacker crafts a malicious script designed to perform a spoofing attack.</li>
<li>Attacker injects the malicious script into a web page served by the Exchange Server, potentially via a crafted URL or form input.</li>
<li>A legitimate user accesses the compromised web page.</li>
<li>The user's browser executes the injected script.</li>
<li>The script modifies the content of the web page to spoof a trusted interface or request user credentials.</li>
<li>The user, believing the spoofed content is legitimate, interacts with the malicious script, potentially providing sensitive information.</li>
<li>The attacker captures the user's credentials or other sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-42897 can result in unauthorized access to sensitive information, impersonation of legitimate users, and potential compromise of the Exchange Server environment. The spoofing attacks can mislead users into divulging credentials or performing actions that benefit the attacker. Given the widespread use of Microsoft Exchange Server, a successful attack could affect numerous organizations and individuals, leading to significant data breaches and financial losses.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule provided below to detect potential exploitation attempts of CVE-2026-42897 by monitoring for suspicious script injections in HTTP requests to Exchange Server.</li>
<li>Ensure Microsoft Exchange Server is updated with the latest security patches to address CVE-2026-42897.</li>
<li>Implement input validation and output encoding mechanisms to prevent XSS vulnerabilities in web applications.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>xss</category><category>spoofing</category><category>exchange</category></item></channel></rss>