From 557d3e21297795a5da4b10f870246eb1ee57e4db Mon Sep 17 00:00:00 2001 From: Spolti Date: Tue, 18 Feb 2025 11:27:48 -0300 Subject: [PATCH] Fix CVE-2025-24970 chore: Fix [CVE-2025-24970](https://github.com/advisories/GHSA-4g8c-wm8x-jfhw) SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine Signed-off-by: Spolti --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ed761dbe..8b719bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,8 @@ ${env.BUILD_TAG} - 1.60.2 - 4.1.108.Final + 1.63.2 + 4.1.118.Final 1.7.2 0.5.1 0.0.24 @@ -437,6 +437,10 @@ io.grpc grpc-netty + + io.grpc + grpc-core +