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-2022-27925

CVE-2022-27925: Zimbra Collaboration Path Traversal Flaw

CVE-2022-27925 is a path traversal vulnerability in Synacor Zimbra Collaboration Suite that allows authenticated administrators to upload arbitrary files. This article covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-27925 Overview

CVE-2022-27925 is a directory traversal vulnerability affecting Zimbra Collaboration Suite (ZCS) versions 8.8.15 and 9.0. The vulnerability exists within the mboximport functionality, which processes ZIP archives and extracts files from them. An authenticated user with administrator rights can exploit this flaw to upload arbitrary files to the system by crafting a malicious ZIP archive containing path traversal sequences, potentially leading to remote code execution.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog and has been actively exploited in the wild. With an EPSS score of 94.31% (99.943 percentile), there is an extremely high probability of exploitation. Organizations running vulnerable Zimbra instances should prioritize immediate patching.

Affected Products

  • Zimbra Collaboration Suite 8.8.15 (all patch levels through p30)
  • Zimbra Collaboration Suite 9.0.0 (all patch levels through p23)
  • Synacor Zimbra Collaboration Suite (all vulnerable versions)

Discovery Timeline

  • April 21, 2022 - CVE-2022-27925 published to NVD
  • October 31, 2025 - Last updated in NVD database

Technical Details for CVE-2022-27925

Vulnerability Analysis

This directory traversal vulnerability occurs in Zimbra's mboximport functionality, which is designed to import mailbox data from ZIP archives. The vulnerable endpoint fails to properly sanitize file paths contained within uploaded ZIP archives before extraction. When an authenticated administrator uploads a specially crafted ZIP file, the extraction process follows directory traversal sequences (such as ../) embedded in the archived file names, allowing files to be written outside the intended directory structure.

The impact of successful exploitation is significant. An attacker can write arbitrary files to any location on the filesystem accessible to the Zimbra service account. This capability can be leveraged to achieve remote code execution by writing webshells to web-accessible directories or overwriting configuration files. The vulnerability requires administrator-level authentication, though when chained with other vulnerabilities (such as CVE-2022-37042 for authentication bypass), unauthenticated remote code execution becomes possible.

Root Cause

The root cause of CVE-2022-27925 is improper input validation in the ZIP archive extraction routine within the mboximport functionality. The code fails to implement adequate path canonicalization and validation checks before extracting files from the uploaded archive. Specifically, the extraction process does not strip or reject path components like ../ that could navigate outside the intended destination directory, resulting in a classic "Zip Slip" vulnerability pattern (CWE-22: Improper Limitation of a Pathname to a Restricted Directory).

Attack Vector

The attack is conducted over the network against the Zimbra web interface. An attacker with valid administrator credentials can exploit the vulnerability by:

  1. Crafting a malicious ZIP archive containing files with directory traversal sequences in their filenames (e.g., ../../../../opt/zimbra/jetty/webapps/zimbra/webshell.jsp)
  2. Authenticating to the Zimbra administration interface
  3. Uploading the malicious ZIP file through the mboximport endpoint
  4. Upon extraction, the embedded files are written to arbitrary locations based on the traversal paths

The vulnerability mechanism involves crafting a ZIP archive where file entries contain path traversal sequences such as ../../../ in their names. When the Zimbra mboximport functionality extracts these files, it fails to validate the destination path, allowing the attacker to write files to arbitrary locations on the filesystem. For example, an attacker could include an entry named ../../../../opt/zimbra/jetty/webapps/zimbra/malicious.jsp to plant a webshell in the web-accessible directory. For detailed technical analysis and proof-of-concept information, see the Packet Storm Exploit Analysis.

Detection Methods for CVE-2022-27925

Indicators of Compromise

  • Unexpected files appearing in web-accessible directories such as /opt/zimbra/jetty/webapps/zimbra/
  • JSP or other executable files created outside normal deployment directories
  • Unusual HTTP POST requests to /service/extension/backup/mboximport endpoints with ZIP payloads
  • Log entries showing mboximport operations from unexpected sources or at unusual times

Detection Strategies

  • Monitor web server access logs for requests to the mboximport endpoint, particularly from external IP addresses
  • Implement file integrity monitoring on critical Zimbra directories to detect unauthorized file creation
  • Review authentication logs for administrator account usage, especially from unfamiliar IP addresses or at unusual times
  • Deploy network-based detection rules to identify ZIP files with suspicious path traversal patterns in HTTP traffic

Monitoring Recommendations

  • Enable verbose logging for Zimbra administrative operations and export logs to a SIEM for analysis
  • Configure alerts for any file creation events in the Zimbra webapps directory that don't correspond to legitimate updates
  • Monitor for outbound connections from the Zimbra server to unexpected destinations, which may indicate successful compromise
  • Regularly audit administrator accounts and remove unnecessary privileged access

How to Mitigate CVE-2022-27925

Immediate Actions Required

  • Upgrade Zimbra Collaboration Suite 8.8.15 to patch level p31 or later immediately
  • Upgrade Zimbra Collaboration Suite 9.0.0 to patch level p24 or later immediately
  • Audit all administrator accounts and enforce strong authentication policies including multi-factor authentication
  • Review Zimbra servers for signs of compromise, including unexpected files in web directories and suspicious log entries

Patch Information

Zimbra has released security patches addressing this vulnerability. Organizations should apply the following updates:

  • Zimbra 8.8.15: Upgrade to patch level p31 or later
  • Zimbra 9.0.0: Upgrade to patch level p24 or later

Detailed release information is available in the Zimbra Release Notes 9.0.0 P24 and the Zimbra Security Advisories Archive. Organizations should also review the Zimbra Security Center Overview for comprehensive security guidance.

Workarounds

  • Restrict access to the Zimbra administration interface to trusted IP addresses only using firewall rules or network segmentation
  • If immediate patching is not possible, consider temporarily disabling the mboximport functionality if it is not required for operations
  • Implement a web application firewall (WAF) with rules to detect and block ZIP uploads containing path traversal patterns
  • Place Zimbra servers behind a reverse proxy that can filter malicious requests targeting known vulnerable endpoints
bash
# Example: Restrict access to Zimbra admin interface via iptables
# Allow admin access only from trusted management network
iptables -A INPUT -p tcp --dport 7071 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 7071 -j DROP

# Example: Block external access to mboximport endpoint via nginx
# Add to nginx server configuration
location /service/extension/backup/mboximport {
    allow 127.0.0.1;
    allow 10.0.1.0/24;
    deny all;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSynacor Zimbra Collaboration Suite

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability94.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm Exploit Analysis

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Zimbra Security Center Overview

  • Zimbra Release Notes 9.0.0 P24

  • Zimbra Security Advisories Archive
  • Related CVEs
  • CVE-2022-37042: Zimbra Collaboration Auth Bypass Vulnerability

  • CVE-2022-27924: Zimbra Collaboration Suite RCE Vulnerability

  • CVE-2023-37580: Zimbra Collaboration Suite XSS Vulnerability

  • CVE-2025-25065: Zimbra Collaboration Suite SSRF Vulnerability
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