Skip to main content
EPSS 0.6%top 55%

A flaw was found in Netty's RedisArrayAggregator component. (CVE-2026-93572)

0
Medium
Published: 09/18/2026 (09/18/2026, 11:17:00 UTC)
Source: GCVE Database
Product: netty

Description

A vulnerability in Netty's RedisArrayAggregator component allows a remote attacker to cause heap memory exhaustion by sending specially crafted nested Redis (RESP) array headers. This leads to a denial of service (DoS) for applications using RedisDecoder with RedisArrayAggregator on untrusted traffic. The flaw arises because independent limits for array elements and nested array depth multiply, triggering excessive memory preallocation. This affects applications using Netty Redis pipelines, including some Red Hat products. The CVSS v3.1 score is 7.5, indicating a medium severity. Fixed versions and remediation guidance are available from the Netty project advisory.

CVSS v3.1

Score 7.5high

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1:3.2.6.Final-2=1:3.2.6.Final-2+deb8u2build0.14.04.1~esm1=1:3.2.6.Final-2+deb8u2ubuntu0.1~esm1
Ubuntu:Pro:16.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps-legacy/xenial
Affected versions
=1:3.2.6.Final-2=1:4.0.32-1=1:4.0.33-1=1:4.0.34-1=1:4.0.34-1ubuntu0.1~esm1=1:4.0.34-1ubuntu0.1~esm2=1:4.0.34-1ubuntu0.1~esm3=1:4.0.34-1ubuntu0.1~esm4=1:4.0.34-1ubuntu0.1~esm5
Ubuntu:Pro:18.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/bionic
Affected versions
=1:4.1.7-4=1:4.1.7-4ubuntu0.1~esm1=1:4.1.7-4ubuntu0.1=1:4.1.7-4ubuntu0.1+esm1=1:4.1.7-4ubuntu0.1+esm2=1:4.1.7-4ubuntu0.1+esm3=1:4.1.7-4ubuntu0.1+esm4=1:4.1.7-4ubuntu0.1+esm5=1:4.1.7-4ubuntu0.1+esm6=1:4.1.7-4ubuntu0.1+esm7
Ubuntu:Pro:20.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/focal
Affected versions
=1:4.1.33-1=1:4.1.33-2=1:4.1.33-3=1:4.1.45-1=1:4.1.45-1ubuntu0.1~esm1=1:4.1.45-1ubuntu0.1~esm2=1:4.1.45-1ubuntu0.1~esm3=1:4.1.45-1ubuntu0.1~esm4=1:4.1.45-1ubuntu0.1~esm6=1:4.1.45-1ubuntu0.1~esm7
Ubuntu:Pro:22.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/jammy
Affected versions
=1:4.1.48-4=1:4.1.48-4+deb11u1build0.22.04.1=1:4.1.48-4+deb11u2build0.22.04.1=1:4.1.48-4+deb11u2ubuntu0.1~esm1=1:4.1.48-4+deb11u2ubuntu0.1~esm2=1:4.1.48-4+deb11u2ubuntu0.1=1:4.1.48-4+deb11u2ubuntu0.1+esm1=1:4.1.48-4+deb11u2ubuntu0.1+esm3=1:4.1.48-4+deb11u2ubuntu0.2=1:4.1.48-4+deb11u2ubuntu0.2+esm1
Ubuntu:Pro:24.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/noble
Affected versions
=1:4.1.48-7=1:4.1.48-8=1:4.1.48-9=1:4.1.48-9ubuntu0.1~esm1=1:4.1.48-9ubuntu0.1~esm2=1:4.1.48-9ubuntu0.1=1:4.1.48-9ubuntu0.1+esm1=1:4.1.48-9ubuntu0.1+esm3=1:4.1.48-9ubuntu0.2=1:4.1.48-9ubuntu0.2+esm1=1:4.1.48-9ubuntu0.2+esm2
Ubuntu:Pro:26.04:LTSmore threats →ghsa
netty
pkg:deb/ubuntu/netty?arch=source&distro=esm-apps/resolute
Affected versions
=1:4.1.48-10=1:4.1.48-11=1:4.1.48-12=1:4.1.48-13=1:4.1.48-14=1:4.1.48-16=1:4.1.48-16ubuntu0.1~esm2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/24/2026, 06:27:47 UTC

Technical Analysis

CVE-2026-93572 is a denial of service vulnerability in Netty's RedisArrayAggregator component. An attacker can exploit this by sending nested Redis protocol array headers crafted to cause the RedisArrayAggregator to preallocate excessive heap memory. This results in heap memory exhaustion and application unavailability for systems using RedisDecoder with RedisArrayAggregator on untrusted input. The vulnerability affects multiple specific Netty package versions as listed. Red Hat products that use Netty Redis pipelines, such as JBoss Fuse, Enterprise Application Platform, and Red Hat Single Sign-On, are impacted. The issue is due to multiplication of independent limits on array elements and nested array depth, leading to resource exhaustion. The vulnerability has a CVSS 3.1 score of 7.5 (medium severity) with network attack vector, low complexity, no privileges required, and high availability impact. Vendor advisories provide fixed versions and remediation guidance.

Potential Impact

The vulnerability enables remote attackers to cause heap memory exhaustion in affected applications by sending specially crafted nested Redis array headers. This results in denial of service (DoS) conditions due to excessive memory preallocation. There is no impact on confidentiality or integrity, only availability is affected. Applications using Netty Redis pipelines on untrusted traffic are vulnerable, including certain Red Hat products. No known exploits in the wild have been reported.

Mitigation Recommendations

Fixed versions and remediation guidance are available from the Netty project advisory at https://github.com/netty/netty/security/advisories/GHSA-r4xx-7fpg-j8xg. Users should upgrade to these fixed versions to address the vulnerability. No vendor advisory indicates that the issue is already mitigated or requires no action. Therefore, applying the official fix is recommended. For Red Hat products, monitor Red Hat advisories for patches or updates. Avoid processing untrusted Redis protocol traffic with vulnerable versions if possible until patched.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-93572
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:20.04:LTS","Ubuntu:Pro:22.04:LTS","Ubuntu:Pro:24.04:LTS","Ubuntu:Pro:26.04:LTS"]
Cvss Version
3.1
State
PUBLISHED

Threat ID: 6ab4be2ef7a7c54106eeec1d

Added to database: 09/24/2026, 06:07:42 UTC

Last enriched: 09/24/2026, 06:27:47 UTC

Last updated: 09/25/2026, 02:47:33 UTC

Views: 3

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses