Security Advisory

CVE-2021-29425

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2021-04-13 06:50:12
Last updated 2024-08-03 22:02:51
Assigner apache
CVSS score not scored
State PUBLISHED

Description

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.