ftp-srv is an open-source FTP server designed to be simple yet configurable. In ftp-srv before version 4.4.0 there is a path-traversal vulnerability. Clients of FTP servers utilizing ftp-srv hosted on Windows machines can escape the FTP user's defined root folder using the expected FTP commands, for example, CWD and UPDR. When windows separators exist within the path (`\`), `path.resolve` leaves the upper pointers intact and allows the user to move beyond the root folder defined for that user. We did not take that into account when creating the path resolve function. The issue is patched in version 4.4.0 (commit 457b859450a37cba10ff3c431eb4aa67771122e3).
References
Configurations
History
21 Nov 2024, 05:19
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 5.5
v3 : 6.3 |
References | () https://github.com/autovance/ftp-srv/commit/457b859450a37cba10ff3c431eb4aa67771122e3 - Patch, Third Party Advisory | |
References | () https://github.com/autovance/ftp-srv/issues/167 - Exploit, Patch, Third Party Advisory | |
References | () https://github.com/autovance/ftp-srv/issues/225 - Exploit, Third Party Advisory | |
References | () https://github.com/autovance/ftp-srv/pull/224 - Patch, Third Party Advisory | |
References | () https://github.com/autovance/ftp-srv/security/advisories/GHSA-pmw4-jgxx-pcq9 - Exploit, Third Party Advisory | |
References | () https://www.npmjs.com/package/ftp-srv - Product, Third Party Advisory |
Information
Published : 2021-02-10 18:15
Updated : 2024-11-21 05:19
NVD link : CVE-2020-26299
Mitre link : CVE-2020-26299
CVE.ORG link : CVE-2020-26299
JSON object : View
Products Affected
ftp-srv_project
- ftp-srv
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')