From 24c7e034eccd7a145a4b62f7b46926a1c39c0623 Mon Sep 17 00:00:00 2001 From: maximthomas Date: Fri, 17 Apr 2026 10:13:51 +0300 Subject: [PATCH] CVE-2025-58057 unbounded memory allocation in Netty's BrotliDecoder allows OOM via zip-bomb --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 784f573a4..db58f19e7 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ 11.0.25 3.0.1 5.0.0 - 4.19.2 + 4.19.2 5.0.7 @@ -941,6 +941,13 @@ lz4-java + + + io.netty + netty-bom + 4.1.132.Final + pom + import