The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-66376

CVE-2025-66376: Zimbra Collaboration Suite XSS Vulnerability

CVE-2025-66376 is a stored XSS flaw in Synacor Zimbra Collaboration Suite that exploits CSS @import directives in HTML emails. This post covers the technical details, affected versions, impact, and mitigation.

Updated: April 30, 2026

CVE-2025-66376 Overview

A stored cross-site scripting (XSS) vulnerability exists in Zimbra Collaboration Suite (ZCS) versions 10 before 10.0.18 and 10.1 before 10.1.13. The vulnerability allows attackers to inject malicious JavaScript through Cascading Style Sheets (CSS) @import directives embedded within HTML email messages when viewed through the Classic UI interface. This attack vector enables persistent script execution in the context of authenticated user sessions.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. Attackers can steal session cookies, capture credentials, and perform actions on behalf of compromised users within the Zimbra webmail interface.

Affected Products

  • Synacor Zimbra Collaboration Suite versions 10.0.x before 10.0.18
  • Synacor Zimbra Collaboration Suite versions 10.1.x before 10.1.13
  • Zimbra Classic UI webmail interface

Discovery Timeline

  • 2026-01-05 - CVE-2025-66376 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2025-66376

Vulnerability Analysis

The vulnerability resides in the Zimbra Classic UI's handling of HTML email content, specifically in how CSS stylesheets are processed. When an email containing malicious CSS @import directives is rendered, the Classic UI fails to properly sanitize these directives, allowing attackers to inject and execute arbitrary JavaScript code in the victim's browser session. This is a stored XSS vulnerability (CWE-79), meaning the malicious payload persists in the email message and executes each time a user views the compromised email.

The attack is particularly dangerous because it requires no privileges from the attacker—only the ability to send an email to the target. User interaction is required (the victim must open the malicious email), but the exploitation occurs transparently without any visual indication to the user.

Root Cause

The root cause is insufficient input validation and output encoding when processing CSS @import directives within HTML email content. The Classic UI's email rendering engine does not adequately filter or escape potentially dangerous CSS constructs before inserting them into the DOM. This allows CSS-based injection vectors to bypass existing XSS protections that may be in place for more common attack vectors like <script> tags or inline event handlers.

Attack Vector

The attack vector is network-based, requiring an attacker to craft and send a specially formatted HTML email to a target Zimbra user. The malicious email contains CSS @import directives that reference attacker-controlled resources or embed JavaScript execution payloads. When the victim opens the email in the Classic UI, the browser processes the CSS, triggering the XSS payload.

The vulnerability can be exploited to:

  • Steal session tokens and authentication cookies
  • Capture user credentials through fake login forms
  • Read sensitive email content
  • Send emails on behalf of the compromised user
  • Redirect users to malicious websites

Due to the nature of stored XSS, the attack payload persists and can affect multiple users if the email is forwarded or viewed by additional recipients.

Detection Methods for CVE-2025-66376

Indicators of Compromise

  • Emails containing unusual CSS @import directives pointing to external domains
  • HTTP requests from Zimbra web servers to unexpected external URLs during email rendering
  • JavaScript execution errors in browser console when viewing specific emails
  • Unusual cookie or session token exfiltration attempts in network traffic
  • Reports from users about unexpected behavior when viewing certain emails

Detection Strategies

  • Implement email content scanning rules to detect CSS @import directives with suspicious URLs or JavaScript-like content
  • Monitor web application firewall logs for XSS attack signatures in email-related requests
  • Deploy browser-based security tools that detect and block DOM-based XSS execution
  • Review Zimbra audit logs for anomalous email viewing patterns or session activity
  • Configure network monitoring to detect data exfiltration attempts from the webmail interface

Monitoring Recommendations

  • Enable detailed logging for the Zimbra Classic UI component
  • Monitor for sudden changes in user session behavior or geographic login locations
  • Set up alerts for emails containing CSS directives from untrusted sources
  • Review web server access logs for requests to suspicious external resources during email rendering

How to Mitigate CVE-2025-66376

Immediate Actions Required

  • Upgrade Zimbra Collaboration Suite to version 10.0.18 or later (for 10.0.x installations)
  • Upgrade Zimbra Collaboration Suite to version 10.1.13 or later (for 10.1.x installations)
  • Consider temporarily disabling the Classic UI and directing users to the Modern UI if immediate patching is not possible
  • Implement email content filtering to block messages with suspicious CSS constructs
  • Review email quarantine and spam filters to catch potential exploit attempts

Patch Information

Synacor has released security patches addressing this vulnerability in Zimbra Collaboration Suite versions 10.0.18 and 10.1.13. Organizations should prioritize applying these updates immediately given the active exploitation of this vulnerability. Detailed patch information is available in the Zimbra 10.0.18 Security Fixes and Zimbra 10.1.13 Security Fixes release notes. Additional security guidance can be found at the Zimbra Security Center.

Workarounds

  • Disable the Classic UI and enforce use of the Modern UI for all users until patching is complete
  • Implement Content Security Policy (CSP) headers to restrict CSS and JavaScript execution sources
  • Deploy web application firewall rules to filter incoming emails with CSS @import directives
  • Enable additional email content scanning at the gateway level to detect and quarantine suspicious HTML emails
  • Educate users to report any suspicious emails or unexpected behavior when viewing messages
bash
# Configuration example - Enable CSP headers in Zimbra (nginx proxy)
# Add to /opt/zimbra/conf/nginx/includes/nginx.conf.web.https.default
add_header Content-Security-Policy "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'" always;

# Restart the proxy service after making changes
su - zimbra -c "zmproxyctl restart"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechZimbra Collaboration Suite

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability10.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-79
  • Technical References
  • Zimbra 10.0.18 Security Fixes

  • Zimbra 10.1.13 Security Fixes

  • Zimbra Responsible Disclosure Policy

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Zimbra Security Center

  • Zimbra Security Advisories
  • Related CVEs
  • CVE-2022-24682: Zimbra Collaboration Suite XSS Vulnerability

  • CVE-2025-27915: Zimbra Collaboration Suite XSS Vulnerability

  • CVE-2025-68645: Zimbra Collaboration Path Traversal Flaw

  • CVE-2024-45519: Zimbra Collaboration Suite RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English