← voltar
CVE-2021-29425CWE-20

Possible limited path traversal vulnerabily in Apache Commons IO

8Vexday Risk Score

Sem sinal de exploração. Nenhum artefato público de exploração conhecido até agora.

ssvc Trackepss 10%
probabilidade de exploração
10%top 5% das CVEs
exploração observada
nãonenhuma fonte reporta
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.