Skip to content

Commit c34d010

Browse files
smartinellibenedettifdevans
authored andcommitted
Create CVE-2025-48924.md
1 parent b2dc010 commit c34d010

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/history/cves/CVE-2025-48924.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
order: 51
3+
---
4+
5+
# CVE-2025-48924
6+
7+
## Issue in Apache Commons Lang
8+
9+
::: danger FALSE POSITIVE
10+
Rundeck and Runbook Automation are not vulnerable to this CVE.
11+
:::
12+
13+
[CVE-2025-48924](https://nvd.nist.gov/vuln/detail/CVE-2025-48924) describes an Uncontrolled Recursion vulnerability in Apache Commons Lang. This issue affects commons-lang:commons-lang versions 2.0 to 2.6, and org.apache.commons:commons-lang3 versions 3.0 before 3.18.0. The vulnerability is present in the `ClassUtils.getClass(...)` method, which can throw a `StackOverflowError` on very long inputs. Since errors of this type are typically not handled, this could cause an application to stop unexpectedly. The recommended mitigation is to upgrade to version 3.18.0 or later.
14+
15+
After review, we have confirmed that neither Rundeck nor Runbook Automation use the affected `ClassUtils.getClass(...)` method, so this vulnerability does not impact our products.

0 commit comments

Comments
 (0)