From 483be6105fb38fee5018d6aed1cb7b2d0082d086 Mon Sep 17 00:00:00 2001 From: Adam Krajcik Date: Thu, 10 Apr 2025 11:24:15 +0200 Subject: [PATCH] Rebase to version 10.1.36 Resolves: RHEL-82927 - tomcat: Potential RCE and/or information disclosure and/or information corruption with partial PUT Resolves: RHEL-87272 - tomcat: DoS in examples web application Resolves: RHEL-87273 - tomcat: Authentication bypass when using Jakarta Authentication API --- rhbz-1857043.patch | 28 ++++++++++++++++++---------- sources | 2 +- tomcat-10.1-JDTCompiler.patch | 22 +++++++++++----------- tomcat-server | 3 ++- tomcat.spec | 15 ++++++++++++--- 5 files changed, 44 insertions(+), 26 deletions(-) diff --git a/rhbz-1857043.patch b/rhbz-1857043.patch index 92b113b..31ca1df 100644 --- a/rhbz-1857043.patch +++ b/rhbz-1857043.patch @@ -1,6 +1,6 @@ ---- build.xml.orig 2025-02-04 18:48:03.291725907 +0100 -+++ build.xml 2025-02-04 18:56:28.876849900 +0100 -@@ -1071,7 +1071,7 @@ +--- build.xml.orig ++++ build.xml +@@ -1124,7 +1124,7 @@ filesDir="${tomcat.classes}" filesId="files.annotations-api" manifest="${tomcat.manifests}/annotations-api.jar.manifest" @@ -9,7 +9,7 @@ ++ addOSGi="false" /> + + + + addOSGi="false" /> @@ -137,7 +145,7 @@ - 1:10.1.36-1 +- Rebase tomcat to 10.1.36 +- Resolves: RHEL-82925 + tomcat: Potential RCE and/or information disclosure and/or information corruption with partial PUT (CVE-2025-24813) +- Resolves: RHEL-87272 + tomcat: DoS in examples web application (CVE-2024-54677) +- Resolves: RHEL-87273 + tomcat: Authentication bypass when using Jakarta Authentication API (CVE-2024-52316) + * Tue Feb 11 2025 Adam Krajcik - 1:10.1.8-2 - Resolves: RHEL-78899 Add missing Obsoletes