CVE-2026-33370
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn issue was discovered in Zimbra Collaboration (ZCS) 10.0 and 10.1. A stored cross-site scripting (XSS) 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA stored XSS vulnerability exists in Zimbra Collaboration (ZCS) versions 10.0 and 10.1 within the Briefcase feature. Attackers can upload files containing malicious JavaScript that aren't properly sanitized. When victims access publicly shared Briefcase files, the embedded script executes in their session context, enabling data exfiltration and unauthorized actions.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 10.0.0, < 10.1.16CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed ZCS versionRun 'zmcontrol -v' or check '/opt/zimbra/.install_history' to get the exact Zimbra Collaboration Suite version numberAffected if The installed version is 10.0.0 or any 10.0.x through 10.1.x version below 10.1.16
-
Verify Briefcase module is enabledCheck if the Briefcase feature is active by logging into the ZCS admin console or running 'zmprov gs $(hostname) zimbraFeatureBriefcaseEnabled'Affected if Briefcase is enabled (returns TRUE) - the vulnerability only applies when Briefcase is available
-
Confirm public sharing configurationReview the Briefcase sharing settings via admin console or check 'zmprov gacf | grep -i briefcase' to see if public links or external sharing is permittedAffected if Public/external sharing is enabled for Briefcase files - the XSS triggers when victims access publicly shared files
-
Inspect recent Briefcase uploadsReview uploaded files in /opt/zimbra/data/amavisd/virusmails or the Briefcase storage directory under /opt/zimbra/store/0/*/briefcase for unexpected file types or contentAffected if Files with embedded scripts (HTML, SVG, or renamed executables with malicious content) are present in Briefcase
-
Check server logs for XSS indicatorsSearch mail.log, nginx.access.log, or Zimbra logs for patterns like '<script', 'javascript:', or 'onerror=' in Briefcase-related requestsAffected if Logs show suspicious URL patterns or attempted XSS payloads in Briefcase access logs
You are affected if running any ZCS version from 10.0.0 to below 10.1.16 AND the Briefcase feature is enabled with public sharing configured.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped10.1.16
Upgrade to a patched version of ZCS that addresses this vulnerability, and implement proper sanitization/validation of file content in the Briefcase feature before serving uploaded files to users.
10.1.16 or later
- Review Zimbra upgrade documentation for version 10.1.x
- Plan and schedule a maintenance window for the upgrade
- Perform a complete backup of the Zimbra Collaboration Suite including database, mail store, and configuration
- Test the upgrade in a staging environment before applying to production
- Upgrade Zimbra Collaboration Suite from current version (10.0.0 - 10.1.15) to version 10.1.16 or later
- Verify the Briefcase feature functions correctly after the upgrade
- Confirm the vulnerability is remediated by testing that uploaded files are properly sanitized
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-33370 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-33370 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data