Skip to content

Commit 9f94e6e

Browse files
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
1 parent 2a4065a commit 9f94e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<lombok.version>1.18.36</lombok.version>
6161
<gson.version>2.12.1</gson.version>
6262
<httpclient.version>5.4.3</httpclient.version>
63-
<lang3.version>3.17.0</lang3.version>
63+
<lang3.version>3.18.0</lang3.version>
6464
<junit.version>5.12.0</junit.version>
6565
<testcontainers.version>1.20.5</testcontainers.version>
6666
<assertj-core.version>3.27.3</assertj-core.version>

0 commit comments

Comments
 (0)