CVE-2025-58057 - CVE House
Back to Database
Status published Medium CVE-2025-58057

Netty's BrotliDecoder is vulnerable to DoS via zip bomb style attack

Vulnerability Description

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In netty-codec-compression versions 4.1.124.Final and below, and netty-codec versions 4.2.4.Final and below, when supplied with specially crafted input, BrotliDecoder and certain other decompression decoders will allocate a large number of reachable byte buffers, which can lead to denial of service. BrotliDecoder.decompress has no limit in how often it calls pull, decompressing data 64K bytes at a time. The buffers are saved in the output list, and remain reachable until OOM is hit. This is fixed in versions 4.1.125.Final of netty-codec and 4.2.5.Final of netty-codec-compression.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2025-58057

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

netty
Vulnerable Versions:
<= 4.1.124.Final, < 4.1.125.Final, <= 4.2.4.Final, < 4.2.5.Final

Timeline

Official Publish: September 3rd, 2025
Last Modified: September 4th, 2025
Added to House: July 22nd, 2026

CVSS Vectors

Weaknesses (CWE)

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.