Skip to content

Commit 4c8d95e

Browse files
authored
Merge pull request #37 from IABTechLab/syw-UID2-6916-fix-netty-cve-2026-33870
UID2-6916: Fix CVE-2026-33870 and CVE-2026-33871 - Force netty to 4.1.132.Final
2 parents 54a66ce + fcd0b15 commit 4c8d95e

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,29 @@
4040
<java.version>21</java.version>
4141
</properties>
4242

43+
<dependencyManagement>
44+
<dependencies>
45+
<!-- Force netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871 (UID2-6916) -->
46+
<dependency>
47+
<groupId>io.netty</groupId>
48+
<artifactId>netty-codec-http</artifactId>
49+
<version>4.1.132.Final</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>io.netty</groupId>
53+
<artifactId>netty-codec-http2</artifactId>
54+
<version>4.1.132.Final</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>io.netty</groupId>
58+
<artifactId>netty-bom</artifactId>
59+
<version>4.1.132.Final</version>
60+
<type>pom</type>
61+
<scope>import</scope>
62+
</dependency>
63+
</dependencies>
64+
</dependencyManagement>
65+
4366
<dependencies>
4467
<dependency>
4568
<groupId>com.uid2</groupId>

0 commit comments

Comments
 (0)