原始 OSV JSON{
"id": "GHSA-6jv9-x5w9-2ccm",
"aliases": [
"CVE-2026-48006"
],
"details": "### Impact\nThe 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.",
"summary": "Netty's Lack of Lifecycle Cleanup Leads to Pooled ByteBuf Leak in RedisArrayAggregator",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.2.0.Final"
},
{
"fixed": "4.2.15.Final"
}
]
}
],
"package": {
"name": "io.netty:netty-codec-redis",
"ecosystem": "Maven"
},
"database_specific": {
"last_known_affected_version_range": "<= 4.2.14.Final"
}
},
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.1.135.Final"
}
]
}
],
"package": {
"name": "io.netty:netty-codec-redis",
"ecosystem": "Maven"
},
"database_specific": {
"last_known_affected_version_range": "<= 4.1.134.Final"
}
}
],
"modified": "2026-08-12T12:32:49Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "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"
}
],
"published": "2026-06-11T13:26:06Z",
"references": [
{
"url": "https://github.com/netty/netty/security/advisories/GHSA-6jv9-x5w9-2ccm",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48006",
"type": "ADVISORY"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:37390",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:41951",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:50085",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:53644",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:53806",
"type": "WEB"
},
{
"url": "https://access.redhat.com/security/cve/CVE-2026-48006",
"type": "WEB"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488433",
"type": "WEB"
},
{
"url": "https://github.com/netty/netty",
"type": "PACKAGE"
},
{
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"type": "WEB"
},
{
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"type": "WEB"
},
{
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48006.json",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-401",
"CWE-772"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2026-06-12T16:16:30Z",
"github_reviewed_at": "2026-06-11T13:26:06Z"
}
}