Bugfix
A security vulnerability has been discovered in the Apache Commons IO library that can be triggered by excessive resource consumption (CPU load) when processing specially manipulated input. The affected class is org.apache.commons.io.input.XmlStreamReader.
- CVE-2024-47554 Uncontrolled Resource Consumption Vulnerability: This vulnerability can allow attackers to overload the application and potentially perform a Denial of Service (DoS) attack. All versions of Apache Commons IO from 2.0 up to and including 2.13.0 are affected.
The vulnerability is fixed by updating the commons-io dependency from version 2.13.0 to version 2.18.0. Version 2.14.0 and all later versions contain a fix for the problem.
Test
No test.