CVE-2026-53422 Details
Description
Observable Response Discrepancy vulnerability in Erlang OTP ssh (ssh_sftpd module) allows an authenticated SFTP user to enumerate the existence of files and directories outside the configured root directory. The SSH_FXP_REALPATH handler in ssh_sftpd calls relate_file_name/3 with Canonicalize=false, unlike every other SFTP operation handler. This allows .. components in the requested path to bypass the is_within_root/2 check without being resolved. The un-canonicalized path then enters resolve_symlinks/2, which walks up the directory tree above the configured root and issues read_link() syscalls on arbitrary filesystem paths. An authenticated SFTP client can exploit this by sending a REALPATH request with a crafted traversal path. The server response differs depending on whether the target path exists on the host filesystem (SSH_FXP_NAME when the path resolves successfully, SSH_FX_NO_SUCH_FILE when it does not). This creates a path-existence oracle that an attacker can use to enumerate the filesystem structure outside the configured root, including the existence of sensitive files, directories, and mount points. The vulnerability leaks only the existence of paths. No file contents, credentials, or write access are obtainable through this issue alone. The information gained may assist further attacks when combined with other vulnerabilities. This vulnerability is associated with program files lib/ssh/src/ssh_sftpd.erl and program routine ssh_sftpd:handle_op/4. This issue affects OTP from OTP 17.0 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssh from 3.0.1 before 6.0.2, 5.5.2.2 and 5.2.11.9.
A vulnerability in the SSH SFTP server module of Erlang OTP, specifically in versions 17.0 prior to 29.0.3, 28.5.0.3, and 27.3.4.14, allows authenticated SFTP users to enumerate files and directories outside the designated root directory. This issue arises because the REALPATH command is processed without proper path canonicalization, enabling traversal sequences to bypass root restrictions and access arbitrary filesystem locations. Exploitation of this vulnerability creates a path-existence oracle, revealing the presence of sensitive files and directories, which could be leveraged for further attacks.
Users can update to Erlang OTP versions 29.0.3, 28.5.0.3, or 27.3.4.14, all of which include the necessary fix. Instructions for applying this update can be found in the Erlang/OTP documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://cna.erlef.org/cves/CVE-2026-53422.html | EEF | MitigationVendor Advisory |
| https://github.com/erlang/otp/commit/059e5785ef8c1d423820ca633fb7b37f47645172 | EEF | Patch |
| https://github.com/erlang/otp/commit/86622cfaacf57a02c7645d1999f946846b504c94 | EEF | Patch |
| https://github.com/erlang/otp/commit/c5a8f50ae68888ff243c5c741a06d2b3a4b48b7a | EEF | Patch |
| https://github.com/erlang/otp/security/advisories/GHSA-h9pw-h5w4-h976 | EEF | MitigationVendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-53422 | EEF | MitigationThird Party Advisory |
| https://www.erlang.org/doc/system/versions.html#order-of-versions | EEF | Release Notes |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-204 | Observable Response Discrepancy | EEF |
Affected Products
| Product | Versions |
|---|---|
| erlang erlang/otp | >= 17.0, < 27.3.4.14 >= 28.0, < 28.5.0.3 >= 29.0, < 29.0.3 |
CPE
Remediation
| |
| erlang erlang/ssh | >= 3.0.1, < 5.2.11.9 >= 5.3, < 5.5.2.2 >= 6.0, < 6.0.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Modified | EEF |
| Jul 7, 2026 | Initial Analysis | [email protected] |
| Jul 2, 2026 | CVE Modified | CISA-ADP |
| Jul 2, 2026 | New CVE Received | EEF |