In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Relative Path Traversal vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.commons:commons-vfs2
to version 2.10.0 or higher.
Affected versions of this package are vulnerable to Relative Path Traversal via the resolveFile()
method when the scope
parameter is set to NameScope.DESCENDENT
. An attacker can access files outside of the intended directory by including encoded directory traversal sequences such as %2E%2E
in place of ..
. Files that are not descendents of the base file may be exposed without throwing the expected exception.