CVE-2025-48924
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-11

Last updated on: 2025-11-04

Assigner: Apache Software Foundation

Description
Uncontrolled Recursion vulnerability in Apache Commons Lang. This issue affects Apache Commons Lang: Starting with commons-lang:commons-lang 2.0 to 2.6, and, from org.apache.commons:commons-lang3 3.0 before 3.18.0. The methods ClassUtils.getClass(...) can throw StackOverflowError on very long inputs. Because an Error is usually not handled by applications and libraries, a StackOverflowError could cause an application to stop. Users are recommended to upgrade to version 3.18.0, which fixes the issue.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-11
Last Modified
2025-11-04
Generated
2026-05-07
AI Q&A
2025-07-11
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
apache commons_lang From 2.0 (inc) to 2.6 (exc)
apache commons_lang From 3.0 (inc) to 3.18.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-674 The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an Uncontrolled Recursion issue in Apache Commons Lang. Specifically, the ClassUtils.getClass(...) methods can cause a StackOverflowError when given very long inputs. This happens because the method recurses without proper control, leading to a stack overflow.


How can this vulnerability impact me? :

The impact of this vulnerability is that a StackOverflowError can be thrown, which is usually not handled by applications or libraries. This can cause the affected application to stop or crash unexpectedly.


What immediate steps should I take to mitigate this vulnerability?

Users are recommended to upgrade Apache Commons Lang to version 3.18.0, which fixes the issue.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart