Skip to content

Commit c3d955f

Browse files
authored
CVE-2025-58057 unbounded memory allocation in Netty's BrotliDecoder allows OOM via zip-bomb (#176)
1 parent d46f950 commit c3d955f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<jetty.version>11.0.25</jetty.version>
211211
<grizzly-framework.version>3.0.1</grizzly-framework.version>
212212
<servlet-api.version>5.0.0</servlet-api.version>
213-
<cassandra.version>4.19.2</cassandra.version>
213+
<cassandra.version>4.19.2</cassandra.version><!--after version update, check netty version-->
214214
<cassandra-all.version>5.0.7</cassandra-all.version>
215215
</properties>
216216

@@ -941,6 +941,13 @@
941941
<artifactId>lz4-java</artifactId>
942942
</exclusion>
943943
</exclusions>
944+
</dependency>
945+
<dependency>
946+
<groupId>io.netty</groupId>
947+
<artifactId>netty-bom</artifactId>
948+
<version>4.1.132.Final</version>
949+
<type>pom</type>
950+
<scope>import</scope>
944951
</dependency>
945952
</dependencies>
946953
</dependencyManagement>

0 commit comments

Comments
 (0)