From 5921eef20a3f13722d9273e3bd169088e8148033 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 9 Dec 2025 12:43:55 +0100 Subject: [PATCH] openvidu-server: fix multiple CVEs in dependencies - Jackson (CVE-2025-52999, PRISMA-2023-0067): upgraded `jackson-core` and `jackson-databind` from `2.14.0` to `2.19.2` - Apache HttpClient (CVE-2020-13956): upgraded `httpclient` from `4.5.12` to `4.5.14`. - Netty (CVE-2025-58057, CVE-2025-58056): upgraded `netty-codec-http` and `netty-codec-compression` from `4.2.4.Final` to `4.2.7.Final`. --- openvidu-server/pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/openvidu-server/pom.xml b/openvidu-server/pom.xml index 7cb90dd96..7eaf370e2 100644 --- a/openvidu-server/pom.xml +++ b/openvidu-server/pom.xml @@ -212,6 +212,36 @@ + + + + com.fasterxml.jackson.core + jackson-core + 2.19.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.19.2 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + io.netty + netty-codec-http + 4.2.7.Final + + + io.netty + netty-codec-compression + 4.2.7.Final + + + + org.kurento @@ -336,6 +366,33 @@ ${version.jackson-annotations} + + + com.fasterxml.jackson.core + jackson-core + 2.19.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.19.2 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + io.netty + netty-codec-http + 4.2.7.Final + + + io.netty + netty-codec-compression + 4.2.7.Final + +