- CVE ID
- CVE-2022-23457
- CVE Description
- ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library. Prior to version 2.3.0.0, the default implementation of `Validator.getValidDirectoryPath(String, String, File, boolean)` may incorrectly treat the tested input string as a child of the specified parent directory. This potentially could allow control-flow bypass checks to be defeated if an attack can specify the entire string representing the 'input' path. This vulnerability is patched in release 2.3.0.0 of ESAPI. As a workaround, it is possible to write one's own implementation of the Validator interface. However, maintainers do not recommend this.
- Published
- Apr 21, 2022
- CVSS Score & Severity
9.8Critical
- CVSS Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- EPSS Score
- 2.506%
- KEV Status
Not in KEV Catalog: No known exploits
- Vulnerable Methods
org/owasp/esapi/reference/DefaultValidator.getValidDirectoryPath(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;Z)Ljava/lang/String;JVMVulnerable params: 1
- Source
- National Vulnerability Database