From 9f94e6ed99ff341da9796b4f53cf0eba4a28c12b Mon Sep 17 00:00:00 2001
From: Spiros <106523063+spiros-spiros@users.noreply.github.com>
Date: Mon, 14 Jul 2025 09:20:02 +0100
Subject: [PATCH] Bump commons version to 3.18
Hi, this PR bumps the version of Apache commons-lang to 3.18.0. This resolves an uncontrolled recursion vulnerability via the ClassUtils.getClass function where an attacker can cause the application to terminate unexpectedly by providing excessively long input values.
The CVE is here: https://www.cve.org/CVERecord?id=CVE-2025-48924
The CVSS is an unusually high 8.8 so please merge as a priority. https://www.first.org/cvss/calculator/4-0#CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 014f48460..df0a70993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
1.18.36
2.12.1
5.4.3
- 3.17.0
+ 3.18.0
5.12.0
1.20.5
3.27.3