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
    • 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-2026-33370

CVE-2026-33370: Zimbra Collaboration Stored XSS Vulnerability

CVE-2026-33370 is a stored cross-site scripting flaw in Zimbra Collaboration Suite's Briefcase feature that enables attackers to execute malicious scripts in user sessions. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33370 Overview

A stored cross-site scripting (XSS) vulnerability has been discovered in Zimbra Collaboration (ZCS) versions 10.0 and 10.1. The vulnerability exists in the Zimbra Briefcase feature due to insufficient sanitization of specific uploaded file types. When a user opens a publicly shared Briefcase file containing malicious scripts, the embedded JavaScript executes in the context of the user's session. This allows an attacker to run arbitrary scripts, potentially leading to data exfiltration or other unauthorized actions on behalf of the victim user.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions, enabling session hijacking, data exfiltration, and unauthorized actions within the Zimbra Collaboration platform.

Affected Products

  • Zimbra Collaboration (ZCS) 10.0
  • Zimbra Collaboration (ZCS) 10.1
  • Zimbra Briefcase Feature (file sharing component)

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33370 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33370

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) affects the Zimbra Briefcase file sharing feature. The core issue stems from inadequate input sanitization when processing certain uploaded file types. When users share files publicly through the Briefcase feature, the application fails to properly sanitize or encode potentially dangerous content embedded within these files.

The attack is network-accessible and requires user interaction—specifically, a victim must open a maliciously crafted shared file. Once triggered, the JavaScript payload executes within the victim's authenticated browser session, granting the attacker access to perform actions as the victim user. This includes reading sensitive email content, modifying account settings, or forwarding the attack to additional users through compromised shared files.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Zimbra Briefcase feature. The application does not adequately sanitize file content before rendering it in the browser, allowing embedded JavaScript to execute when files are accessed via public sharing links. This represents a classic stored XSS pattern where malicious payloads persist on the server and execute whenever victim users access the contaminated resource.

Attack Vector

The attack vector is network-based and follows a typical stored XSS exploitation pattern:

  1. An attacker crafts a malicious file containing embedded JavaScript payloads
  2. The attacker uploads this file to the Zimbra Briefcase feature
  3. The attacker creates a public sharing link for the malicious file
  4. The attacker distributes this link to potential victims (via email, social engineering, etc.)
  5. When a victim clicks the link and opens the file, the JavaScript executes in their browser session
  6. The attacker's script can then exfiltrate session cookies, perform actions as the victim, or spread the attack further

The vulnerability requires no authentication from the attacker to exploit, but does require user interaction from the victim to trigger execution.

Detection Methods for CVE-2026-33370

Indicators of Compromise

  • Unusual JavaScript execution patterns in web server logs associated with Briefcase file access
  • Unexpected outbound network connections originating from user browser sessions after accessing shared files
  • Reports of session hijacking or unauthorized account activity following Briefcase file access
  • Presence of suspicious file uploads containing embedded <script> tags or JavaScript event handlers

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web application firewall (WAF) logs for XSS attack patterns in file upload requests
  • Review Zimbra access logs for anomalous patterns in Briefcase public sharing activity
  • Deploy browser-based XSS detection tools to identify malicious script execution

Monitoring Recommendations

  • Enable detailed logging for the Zimbra Briefcase feature to capture file upload and access events
  • Configure alerts for unusual patterns in shared file creation and access
  • Monitor for data exfiltration indicators such as unexpected external requests from user sessions
  • Implement user behavior analytics to detect compromised account activity

How to Mitigate CVE-2026-33370

Immediate Actions Required

  • Update Zimbra Collaboration to version 10.1.16 or later, which contains security fixes for this vulnerability
  • Review and audit publicly shared Briefcase files for potentially malicious content
  • Consider temporarily restricting public file sharing functionality until patches are applied
  • Notify users about the risk of opening shared files from untrusted sources

Patch Information

Zimbra has released security fixes addressing this vulnerability in version 10.1.16. Organizations should apply this update as soon as possible. Detailed information about the security fixes can be found in the Zimbra Release 10.1.16 Security Fixes documentation. Additional security guidance is available through the Zimbra Security Center and Zimbra Security Advisories.

Workarounds

  • Disable public file sharing in the Briefcase feature until patches can be applied
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Use a web application firewall (WAF) with XSS detection rules to filter malicious uploads
  • Restrict file upload types to known-safe formats that cannot contain executable content
  • Educate users to avoid opening shared files from unknown or untrusted sources

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechZimbra

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • 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
  • CWE References
  • CWE-79
  • Technical References
  • Zimbra Security Center

  • Zimbra Release 10.1.16 Security Fixes

  • Zimbra Responsible Disclosure Policy

  • Zimbra Security Advisories
  • Related CVEs
  • CVE-2026-33368: Zimbra Collaboration Suite XSS Flaw

  • CVE-2025-66376: Zimbra Collaboration XSS Vulnerability

  • CVE-2026-33373: Zimbra Collaboration CSRF Vulnerability

  • CVE-2026-33372: Zimbra Collaboration CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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