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
    • 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-2020-11612

CVE-2020-11612: Netty ZlibDecoder DOS Vulnerability

CVE-2020-11612 is a denial of service vulnerability in Netty's ZlibDecoders that allows unbounded memory allocation during decompression. This article covers technical details, affected versions, and mitigation strategies.

Published: March 11, 2026

CVE-2020-11612 Overview

CVE-2020-11612 is a resource exhaustion vulnerability in the ZlibDecoders component of Netty 4.1.x before version 4.1.46. The vulnerability allows for unbounded memory allocation while decoding a ZlibEncoded byte stream. An attacker could exploit this flaw by sending a large ZlibEncoded byte stream to a Netty server, forcing the server to allocate all of its free memory to a single decoder, resulting in a denial of service condition.

Critical Impact

Remote attackers can cause complete service unavailability by exhausting server memory through malicious Zlib-encoded payloads, affecting numerous enterprise applications that depend on Netty for network communications.

Affected Products

  • Netty versions prior to 4.1.46.Final
  • Debian Linux 9.0 and 10.0
  • Fedora 33
  • NetApp OnCommand API Services, Insight, and Workflow Automation
  • Oracle Communications BRM - Elastic Charging Engine 12.0.0.3
  • Oracle Communications Cloud Native Core Service Communication Proxy 1.5.2
  • Oracle Communications Design Studio 7.4.2
  • Oracle NoSQL Database
  • Oracle Siebel Core - Server Framework
  • Oracle WebCenter Portal 12.2.1.3.0 and 12.2.1.4.0
  • Oracle Communications Messaging Server 8.1

Discovery Timeline

  • April 7, 2020 - CVE-2020-11612 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-11612

Vulnerability Analysis

This vulnerability stems from improper resource allocation handling within the ZlibDecoders component of Netty. The core issue relates to CWE-770 (Allocation of Resources Without Limits or Throttling), where the decoder fails to implement adequate bounds checking when processing compressed data streams.

When a Netty server receives Zlib-encoded data, the ZlibDecoder processes the compressed byte stream and allocates memory for the decompressed output. In vulnerable versions, there is no upper limit enforced on the memory allocation during this decompression process. An attacker can craft a specially constructed Zlib-encoded payload that, when decompressed, requires an enormous amount of memory—potentially consuming all available heap space on the server.

The attack is particularly effective because compressed data can expand dramatically during decompression. A relatively small compressed payload can decompress into gigabytes of data, making this a highly efficient denial of service vector that can be executed over the network with minimal bandwidth requirements.

Root Cause

The root cause of CVE-2020-11612 lies in the ZlibDecoder implementation's failure to enforce memory allocation limits. The decoder processes incoming compressed streams without validating the expected decompressed size against available memory resources or configured thresholds. This design flaw allows unbounded buffer growth during decompression operations, making the system vulnerable to memory exhaustion attacks through carefully crafted compressed payloads.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can send malicious Zlib-encoded data to any service built on vulnerable Netty versions that processes compressed streams. The attack exploits the decompression ratio asymmetry—where a small compressed payload expands into massive uncompressed data—to rapidly exhaust server memory.

Attack scenarios include targeting HTTP servers with compressed request bodies, WebSocket connections with compressed frames, or any custom protocol implementation using Netty's ZlibDecoder for data decompression.

Detection Methods for CVE-2020-11612

Indicators of Compromise

  • Sudden and sustained increase in JVM heap memory usage on Netty-based services
  • OutOfMemoryError exceptions in application logs coinciding with network activity
  • Unusual patterns of compressed data streams with abnormally high decompression ratios
  • Server unresponsiveness or crashes following receipt of Zlib-encoded payloads

Detection Strategies

  • Monitor memory allocation patterns for Netty services, alerting on rapid memory consumption spikes
  • Implement application-level logging to track decompression operations and their memory footprint
  • Deploy network-level inspection for unusually large or suspicious Zlib-encoded payloads
  • Configure JVM monitoring to detect approaching heap limits on services using Netty

Monitoring Recommendations

  • Set up alerts for memory utilization exceeding baseline thresholds on Netty-based application servers
  • Implement connection rate limiting and payload size restrictions at the network perimeter
  • Enable garbage collection logging to identify memory pressure events correlated with network activity
  • Use APM tools to correlate memory exhaustion events with incoming request patterns

How to Mitigate CVE-2020-11612

Immediate Actions Required

  • Upgrade Netty to version 4.1.46.Final or later immediately across all affected systems
  • Implement JVM heap limits to prevent complete system memory exhaustion during attacks
  • Configure network-level rate limiting to reduce the impact of potential exploitation attempts
  • Review application architecture to identify all components using Netty ZlibDecoders

Patch Information

The fix for this vulnerability was implemented in Netty version 4.1.46.Final. The patch introduces proper bounds checking and memory allocation limits in the ZlibDecoder component. Details of the fix can be reviewed in the Netty Pull Request #9924 and the version comparison between 4.1.45.Final and 4.1.46.Final.

For Oracle products, security patches were released in the January 2021, April 2021, July 2021, and April 2022 Critical Patch Updates. Organizations should consult the Oracle CPU January 2021, Oracle CPU April 2021, and Oracle CPU July 2021 advisories for specific product patch details.

For Debian systems, refer to DSA-4885 and the Debian LTS Announcement.

Workarounds

  • Configure maximum buffer sizes at the application level when using ZlibDecoder to limit memory allocation
  • Deploy a reverse proxy or load balancer that can inspect and reject oversized compressed payloads
  • Implement connection-level memory quotas to prevent any single connection from exhausting server resources
  • Consider temporarily disabling Zlib decompression if not required for application functionality until patching is complete
bash
# Example: Configure JVM heap limits to contain memory exhaustion impact
# Add these flags to your Netty application startup script

JAVA_OPTS="-Xmx2g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/heapdumps"

# Enable GC logging for monitoring memory pressure
JAVA_OPTS="$JAVA_OPTS -Xlog:gc*:file=/var/log/gc.log:time,uptime:filecount=5,filesize=10M"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNetty

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability4.33%

  • 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-770
  • Technical References
  • GitHub Netty Issue

  • Apache Druid Commit Thread

  • Apache Zookeeper Issue Thread

  • Apache Zookeeper Commit Thread

  • Apache Druid Commit Notification

  • Apache Zookeeper Notification Thread

  • Apache Druid Commit Notification

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Issue Thread

  • Apache Zookeeper Commit Thread

  • Apache Zookeeper Notification Thread

  • Apache Pulsar Commit Notification

  • Apache Druid Commit Notification

  • Apache Pulsar Commit Notification

  • Apache Zookeeper Commit Thread

  • Apache Zookeeper Issue Thread

  • Apache Druid Commit Notification

  • Apache Zookeeper Commit Thread

  • Apache Zookeeper Commit Thread

  • Apache Druid Commit Notification

  • Apache Flink Issue Thread

  • Apache Zookeeper Notification Thread

  • Apache Pulsar Commit Notification

  • Apache Zookeeper Issue Thread

  • Apache Zookeeper Notification Thread

  • Apache Pulsar Commit Notification

  • Apache Flink Dev Thread

  • Apache Zookeeper Notification Thread

  • Apache Zookeeper Commit Thread

  • Apache Zookeeper Commit Thread

  • Apache Zookeeper Commit Thread

  • Debian LTS Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Debian Security Advisory

  • Oracle CPU April 2022
  • Vendor Resources
  • GitHub Netty Comparison

  • GitHub Netty Pull Request

  • Oracle CPU July 2021

  • Oracle CPU April 2021

  • Oracle CPU January 2021
  • Related CVEs
  • CVE-2026-33871: Netty HTTP/2 DoS Vulnerability

  • CVE-2025-55163: Netty HTTP/2 MadeYouReset DoS Vulnerability

  • CVE-2024-29025: Netty HttpPostRequestDecoder DoS Flaw

  • CVE-2025-58057: Netty BrotliDecoder DoS 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