CVE-2021-29425

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in maven/com.liferay/com.liferay.sass.compiler.jsass

Identifiers

GHSA-gwrp-pvrq-jmwv, CVE-2021-29425

Package Slug

maven/com.liferay/com.liferay.sass.compiler.jsass

Vulnerability

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

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.

Affected Versions

Version 1.0.1

Solution

Unfortunately, there is no solution available yet.

Last Modified

2024-02-15

source