原始 OSV JSON{
"id": "GHSA-c2gf-v879-257j",
"aliases": [
"CVE-2026-48043"
],
"details": "### Impact\n\nThe `DelegatingDecompressorFrameListener` class orchestrates HTTP/2 decompression by embedding a per-stream `EmbeddedChannel` that runs the appropriate decompression codec (gzip, deflate, zstd) and forwards decompressed chunks to a wrapped listener. Each decompressed chunk is a pooled `ByteBuf` handed to an anonymous `ChannelInboundHandlerAdapter` tail handler, which becomes the sole owner responsible for releasing it.\n\nA remote peer could send frames that would result in the flow-controller throwing and so trigger a resource leak which at the end might take down the whole JVM due OOME.",
"summary": "netty-codec-http2: ByteBuf Reference-Count Leak in DelegatingDecompressorFrameListener Leads to Memory Exhaustion",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.1.135.Final"
}
]
}
],
"package": {
"name": "io.netty:netty-codec-http2",
"ecosystem": "Maven"
},
"database_specific": {
"last_known_affected_version_range": "<= 4.1.134.Final"
}
},
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.2.0.Alpha1"
},
{
"fixed": "4.2.15.Final"
}
]
}
],
"package": {
"name": "io.netty:netty-codec-http2",
"ecosystem": "Maven"
},
"database_specific": {
"last_known_affected_version_range": "<= 4.2.14.Final"
}
}
],
"modified": "2026-08-13T15:34:09Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"published": "2026-06-11T13:28:46Z",
"references": [
{
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48043",
"type": "ADVISORY"
},
{
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48043.json",
"type": "WEB"
},
{
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"type": "WEB"
},
{
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"type": "WEB"
},
{
"url": "https://github.com/netty/netty",
"type": "PACKAGE"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488442",
"type": "WEB"
},
{
"url": "https://access.redhat.com/security/cve/CVE-2026-48043",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:54435",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:53806",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:53644",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:50085",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:48151",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:48124",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:41951",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:37390",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:36820",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:34608",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:26586",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:26018",
"type": "WEB"
},
{
"url": "https://access.redhat.com/errata/RHSA-2026:26017",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-400",
"CWE-401",
"CWE-772"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2026-06-12T16:16:30Z",
"github_reviewed_at": "2026-06-11T13:28:46Z"
}
}