NettyApplication

CVE-2026-50011

HIGH · 7.5 CVSS v3.1 Published 2026-06-12
Fix available
A fix is available. Upgrade to 4.1.135 / 4.2.15 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken from the wire before the corresponding child messages exist. A small malicious header can claim a huge initial capacity. Versions 4.1.135.Final and 4.2.15.Final patch the issue.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The RedisArrayAggregator in Netty pre-allocates an ArrayList with initial capacity equal to the RESP array element count received from the network before validating or receiving actual elements. A remote attacker can send a small Redis protocol message with a malicious header claiming an extremely large number of elements (e.g., Integer.MAX_VALUE), causing excessive memory allocation and potential heap exhaustion (CWE-400).

MitigationUpgrade Netty to version 4.1.135.Final or 4.2.15.Final or later which patches the pre-allocation vulnerability. As a compensating control, network-level rate limiting on Redis connections may help mitigate exploitation.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
NettyApplication
Affected:< 4.1.135>= 4.2.0, < 4.2.15

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Netty version in use
    Check your project's dependency management (Maven pom.xml, Gradle build.gradle, or equivalent) for the netty dependency version. If deployed as a JAR, inspect the netty-common or netty-transport JAR manifest for the Implementation-Version.
    Affected if The Netty version is less than 4.1.135 or greater than or equal to 4.2.0 but less than 4.2.15
  2. Verify Redis codec is loaded
    Search your codebase or application configuration for imports or references to io.netty.handler.codec.redis.RedisArrayAggregator, io.netty.handler.codec.redis.RedisDecoder, or similar Redis codec classes. Check if your ChannelPipeline initializes any Redis-related handlers.
    Affected if RedisArrayAggregator or RedisDecoder is instantiated and added to a channel pipeline that processes incoming network data
  3. Confirm untrusted network exposure
    Inspect your server's network listeners and protocol handlers. Determine whether the Redis codec pipeline is exposed to external network traffic versus only internal, trusted clients.
    Affected if The Redis codec handles requests from untrusted or public network sources without upstream validation of the RESP array count field

Your environment is affected if you run a Netty version below 4.1.135 or between 4.2.0 and 4.2.14, and your application uses the RedisArrayAggregator or RedisDecoder to process untrusted Redis protocol traffic where an attacker can control the RESP array element count header.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 4.1.135 / 4.2.15 or later
Fixed in 4.1.1354.2.15
Interim mitigation

Upgrade Netty to version 4.1.135.Final or 4.2.15.Final or later which patches the pre-allocation vulnerability. As a compensating control, network-level rate limiting on Redis connections may help mitigate exploitation.

Recommended fix High confidence

4.1.135.Final (for 4.1.x users) or 4.2.15.Final (for 4.2.x users)

  1. Identify the Netty dependency in your project (typically netty-codec-redis or a netty BOM dependency)
  2. Determine your current Netty major version (4.1.x or 4.2.x) from your dependency management
  3. If using 4.1.x line: upgrade to version 4.1.135.Final
  4. If using 4.2.x line: upgrade to version 4.2.15.Final
  5. Update the version in your pom.xml, build.gradle, or equivalent dependency management file
  6. Rebuild the project and run tests to verify the upgrade does not break existing functionality

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Netty Scoped from the published advisory
  • Consultation1.0 h
  • Implementation2.0 h
  • Testing3.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,190
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,904.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-50011 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-50011 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data