Skip to content

Commit ba35b62

Browse files
committed
fix(deps): bump netty-handler 4.1.136 → 4.1.137 for CVE-2026-75595
CVE-2026-75595 is an SNI routing bypass in SslClientHelloHandler#decode that lets a fragmented TLS ClientHello fall back to the default SslContext, potentially bypassing per-SNI mTLS. Fixed in netty 4.1.137.Final. This resolves the CVE in server.jar and all plugin JARs (awsLambda, dynamo, firestore, mysql). Ref: GHSA-c4c3-7fpv-j4q5
1 parent 2a42b02 commit ba35b62

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/server/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
<mockito.version>4.4.0</mockito.version>
4646
<mockwebserver.version>5.0.0-alpha.2</mockwebserver.version>
4747
<!-- Pinned above the Spring Boot BOM default for CVE-2026-42583/42579/42584/42587/33870/33871/44249/45416/50010/45674/47691
48-
and CVE-2026-55831/55833/55851/56745/56746/59898/59899/59900/59901/59919/59921 -->
49-
<netty.version>4.1.136.Final</netty.version>
48+
and CVE-2026-55831/55833/55851/56745/56746/59898/59899/59900/59901/59919/59921
49+
and CVE-2026-75595 (SNI routing bypass via fragmented TLS ClientHello) -->
50+
<netty.version>4.1.137.Final</netty.version>
5051
<okhttp3.version>4.12.0</okhttp3.version>
5152
<org.pf4j.version>3.15.0</org.pf4j.version>
5253
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)