CVE-2026-44250
Modified Modified - Updated After Analysis

Denial of Service in Netty Redis Codec

Vulnerability report for CVE-2026-44250, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-11

Last updated on: 2026-06-30

Assigner: GitHub, Inc.

Description

Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can cause DoS by sending a crafted Redis payload with deeply nested arrays. This forces the server to allocate a massive number of state objects and collections, leading to memory exhaustion and an OutOfMemoryError. Versions 4.1.135.Final and 4.2.15.Final patch the issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-11
Last Modified
2026-06-30
Generated
2026-07-02
AI Q&A
2026-06-12
EPSS Evaluated
2026-06-30
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
netty netty to 4.1.135 (exc)
netty netty From 4.2.0 (inc) to 4.2.15 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the netty-codec-redis component of the Netty framework prior to versions 4.1.135.Final and 4.2.15.Final. An attacker can exploit it by sending a specially crafted Redis payload containing deeply nested arrays. This causes the server to allocate an excessive number of state objects and collections, which leads to memory exhaustion and ultimately triggers an OutOfMemoryError.

Impact Analysis

The primary impact of this vulnerability is a Denial of Service (DoS) condition. By exploiting it, an attacker can cause the affected server to run out of memory and crash or become unresponsive. This disrupts normal service availability, potentially causing downtime and affecting users or dependent systems.

Mitigation Strategies

To mitigate this vulnerability, upgrade netty-codec-redis to version 4.1.135.Final or 4.2.15.Final or later, as these versions contain the patch that fixes the issue.

Detection Guidance

This vulnerability can be detected by monitoring for unusually high memory usage or OutOfMemoryError events in applications using vulnerable versions of the io.netty:netty-codec-redis package. Since the attack involves sending crafted Redis payloads with deeply nested arrays, network traffic analysis for such abnormal Redis commands may help identify exploitation attempts.

Specific commands to detect this vulnerability are not provided in the available resources. However, general approaches include:

  • Monitoring application logs for OutOfMemoryError or memory exhaustion errors.
  • Using network packet capture tools (e.g., tcpdump, Wireshark) to inspect Redis traffic for deeply nested array payloads.
  • Employing Redis command logging or auditing features to detect suspiciously complex or deeply nested commands.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-44250. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart