Description
The commons-io (version 2.6) package is vulnerable to Path Traversal. The getPrefixLength method in FilenameUtils.class improperly verifies the hostname value received from user input before processing client requests.
The issue has been fixed in 2.7 onward:
(https://issues.apache.org/jira/browse/IO-556, https://issues.apache.org/jira/browse/IO-559)