Directory Traversal Affecting apache-commons-vfs-javadoc package, versions <0:2.0-11.amzn2.0.2


Severity

Recommended
medium

Based on Amazon Linux security rating.

Threat Intelligence

EPSS
0.19% (42nd percentile)

Do your applications use this vulnerable package?

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 applications

Snyk Learn

Learn about Directory Traversal vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-AMZN2-APACHECOMMONSVFSJAVADOC-9911476
  • published1 May 2025
  • disclosed23 Mar 2025

Introduced: 23 Mar 2025

CVE-2025-27553  (opens in a new tab)
CWE-23  (opens in a new tab)

How to fix?

Upgrade Amazon-Linux:2 apache-commons-vfs-javadoc to version 0:2.0-11.amzn2.0.2 or higher.
This issue was patched in ALAS2-2025-2842.

NVD Description

Note: Versions mentioned in the description apply only to the upstream apache-commons-vfs-javadoc package and not the apache-commons-vfs-javadoc package as distributed by Amazon-Linux. See How to fix? for Amazon-Linux:2 relevant fixed versions and status.

Relative Path Traversal vulnerability in Apache Commons VFS before 2.10.0.

The FileObject API in Commons VFS has a 'resolveFile' method that takes a 'scope' parameter. Specifying 'NameScope.DESCENDENT' promises that "an exception is thrown if the resolved file is not a descendent of the base file". However, when the path contains encoded ".." characters (for example, "%2E%2E/bar.txt"), it might return file objects that are not a descendent of the base file, without throwing an exception. This issue affects Apache Commons VFS: before 2.10.0.

Users are recommended to upgrade to version 2.10.0, which fixes the issue.