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-53645

CVE-2025-53645: Zimbra Collaboration DoS Vulnerability

CVE-2025-53645 is a denial of service vulnerability in Zimbra Collaboration that allows unauthenticated attackers to exhaust system resources through malicious requests. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-53645 Overview

CVE-2025-53645 is a denial of service vulnerability in Zimbra Collaboration Suite (ZCS). The flaw resides in the Admin Console, which improperly handles excessive comma-separated path segments in HTTP GET requests. An unauthenticated remote attacker can send specially crafted requests that trigger redundant processing and inflated responses. This leads to uncontrolled resource consumption [CWE-400] on the targeted server.

The vulnerability affects Zimbra Collaboration 9.0.0 before Patch 46, 10.0.x before 10.0.15, and 10.1.x before 10.1.9. Zimbra has released patched versions across all supported branches.

Critical Impact

Unauthenticated attackers can exhaust server resources remotely over the network, rendering the Zimbra Admin Console and associated services unavailable to legitimate administrators.

Affected Products

  • Zimbra Collaboration (ZCS) 9.0.0 prior to Patch 46
  • Zimbra Collaboration (ZCS) 10.0.x prior to 10.0.15
  • Zimbra Collaboration (ZCS) 10.1.x prior to 10.1.9

Discovery Timeline

  • 2025-07-09 - CVE-2025-53645 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-53645

Vulnerability Analysis

The vulnerability stems from how the Zimbra Admin Console parses HTTP GET requests containing path segments separated by commas. When the server receives a request with an excessive number of comma-separated segments, the request handler performs redundant processing for each segment. The server then generates inflated response payloads proportional to the segment count.

This design flaw enables an attacker to amplify the cost of a single request. Each malicious request consumes disproportionate CPU and memory on the server. Sustained sending of such requests exhausts available resources and prevents legitimate administrative access.

The issue is categorized under [CWE-400: Uncontrolled Resource Consumption]. No authentication is required, and no user interaction is needed to trigger the condition.

Root Cause

The root cause is missing input validation on the length and structure of comma-separated path segments processed by the Admin Console. The application does not enforce upper bounds on the number of segments before entering processing loops. This allows attackers to control the cost of request handling directly through input size.

Attack Vector

The attack vector is the network. An unauthenticated remote attacker sends crafted HTTP GET requests to the Admin Console endpoint. Because the Admin Console is often exposed to internal networks or, in misconfigured deployments, to the internet, the attack surface can be substantial. See the Zimbra Security Advisories for upstream technical details.

Detection Methods for CVE-2025-53645

Indicators of Compromise

  • HTTP GET requests to Admin Console URIs containing unusually long, comma-separated path segments.
  • Spikes in CPU and memory utilization on the Zimbra mailbox or proxy node coinciding with Admin Console traffic.
  • Elevated response sizes or response times for Admin Console endpoints in access logs.
  • Repeated requests from a single source IP targeting the Admin Console port (typically 7071).

Detection Strategies

  • Inspect web server and proxy access logs for GET requests with abnormal path lengths or high comma counts in the URI.
  • Correlate Admin Console traffic patterns with system resource metrics to identify amplification behavior.
  • Deploy WAF or reverse proxy rules that count delimiter occurrences in request URIs and flag outliers.

Monitoring Recommendations

  • Monitor Zimbra mailboxd JVM heap and CPU consumption for sudden, sustained increases.
  • Alert on bursts of Admin Console requests from non-administrative source IPs.
  • Track HTTP 5xx error rates and request latency on port 7071 as early indicators of resource exhaustion.

How to Mitigate CVE-2025-53645

Immediate Actions Required

  • Upgrade Zimbra Collaboration to a patched release: 9.0.0 P46, 10.0.15, or 10.1.9.
  • Restrict network access to the Admin Console (port 7071) to trusted administrative networks only.
  • Place the Admin Console behind a reverse proxy or WAF that can enforce request size and structure limits.

Patch Information

Zimbra has released fixed versions across all supported branches. Refer to the official release notes for upgrade procedures and security fix details: Zimbra Release 9.0.0 P46 Fixes, Zimbra Release 10.0.15 Fixes, and Zimbra Release 10.1.9 Fixes.

Workarounds

  • Block external access to the Admin Console at the network perimeter using firewall rules.
  • Configure upstream proxies or load balancers to drop requests containing excessive commas or oversized URIs.
  • Apply rate limiting on Admin Console endpoints to reduce the impact of repeated abuse.
  • Monitor system health and be prepared to restart mailboxd if resource exhaustion occurs before patching.
bash
# Example: restrict access to the Zimbra Admin Console with iptables
iptables -A INPUT -p tcp --dport 7071 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 7071 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZimbra

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Zimbra Security Center

  • Zimbra Release 10.0.15 Fixes

  • Zimbra Release 10.1.9 Fixes

  • Zimbra Release 9.0.0 P46 Fixes

  • Zimbra Responsible Disclosure Policy

  • Zimbra Security Advisories
  • Related CVEs
  • CVE-2026-33373: Zimbra Collaboration CSRF Vulnerability

  • CVE-2026-33372: Zimbra Collaboration CSRF Vulnerability

  • CVE-2026-33368: Zimbra Collaboration Suite XSS Flaw

  • CVE-2026-33369: Zimbra Collaboration SQLI 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