Vulnerabilities (CVE)

Filtered by vendor Apache Subscribe
Filtered by product Commons Io
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-47554 2 Apache, Netapp 8 Commons Io, Active Iq Unified Manager, Bluexp and 5 more 2025-07-10 N/A 4.3 MEDIUM
Uncontrolled Resource Consumption vulnerability in Apache Commons IO. The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input. This issue affects Apache Commons IO: from 2.0 before 2.14.0. Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.
CVE-2021-29425 4 Apache, Debian, Netapp and 1 more 60 Commons Io, Debian Linux, Active Iq Unified Manager and 57 more 2024-11-21 5.8 MEDIUM 4.8 MEDIUM
In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value.