CVE-2026-48006
Last modified
CVE-2026-48006 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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, the RedisArrayAggregator handler permanently leaks pooled direct-memory buffers when a Redis pipeline connection closes before a RESP array aggregate completes. EPSS estimates a 0.59% chance of exploitation in the next 30 days.
Description
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, the RedisArrayAggregator handler permanently leaks pooled direct-memory buffers when a Redis pipeline connection closes before a RESP array aggregate completes. The handler retains child messages in per-handler state (`depths` field) but defines no `channelInactive`, `handlerRemoved`, or `exceptionCaught` method to release them when the pipeline tears down. Because the leaked buffers are slices of `PooledByteBufAllocator` chunks, they prevent those chunks from being returned to the JVM-wide direct-memory pool. Repeated connection churn by any network peer monotonically drains this shared pool, eventually causing allocation failures on all Netty channels in the process. Versions 4.1.135.Final and 4.2.15.Final patch the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-48006?
How severe is CVE-2026-48006?
How do I fix CVE-2026-48006?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47997Adobe Commerce is affected by an Incorrect Authorization vul…5.9
- CVE-2026-47998Adobe Commerce is affected by an Incorrect Authorization vul…5.9
- CVE-2026-47999Adobe Commerce is affected by a stored Cross-Site Scripting …4.8
- CVE-2026-4800Impact: The fix for CVE-2021-23337 (https://github.com/advi…9.8
- CVE-2026-48000Adobe Commerce is affected by an Improper Redirect (Open Red…6.1
- CVE-2026-48001Adobe Commerce is affected by an Information Exposure vulner…3.7
- CVE-2026-48007Element Call is a native Matrix video conferencing applicati…8.6
- CVE-2026-48008Shopware is an open commerce platform. Prior to 6.6.10.18 an…6.5
- CVE-2026-48009Shopware is an open commerce platform. Prior to 6.6.10.18 an…6.8
- CVE-2026-4801The Page Builder Gutenberg Blocks – CoBlocks plugin for Word…6.4
- CVE-2026-48010Shopware is an open commerce platform. Prior to 6.6.10.18 an…6.5
- CVE-2026-48011Shopware is an open commerce platform. Prior to versions 6.6…3.7
Are you affected by CVE-2026-48006?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
