CVE-2026-53422: SFTP REALPATH path-existence oracle allowing filesystem enumeration outside configured root
Observable Response Discrepancy vulnerability in Erlang OTP ssh (sshsftpd module) allows an authenticated SFTP user to enumerate the existence of files and directories outside the configured root directory.
The SSHFXPREALPATH handler in sshsftpd calls relatefilename/3 with Canonicalize=false, unlike every other SFTP operation handler. This allows .. components in the requested path to bypass the iswithinroot/2 check without being resolved. The un-canonicalized path then enters resolvesymlinks/2, which walks up the directory tree above the configured root and issues readlink() 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 (SSHFXPNAME when the path resolves successfully, SSHFXNOSUCHFILE 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/sshsftpd.erl and program routine sshsftpd:handleop/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.
Other sources
Observable Response Discrepancy vulnerability in Erlang OTP ssh (sshsftpd module) allows an authenticated SFTP user to enumerate the existence of files and directories outside the configured root directory.
The SSHFXPREALPATH handler in sshsftpd calls relatefilename/3 with Canonicalize=false, unlike every other SFTP operation handler. This allows .. components in the requested path to bypass the iswithinroot/2 check without being resolved. The un-canonicalized path then enters resolvesymlinks/2, which walks up the directory tree above the configured root and issues readlink() 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 (SSHFXPNAME when the path resolves successfully, SSHFXNOSUCHFILE 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/sshsftpd.erl and program routine sshsftpd:handleop/4.
This issue affects OTP from OTP 17.0 until OTP 29.0.3, 28.5.0.3, and 27.3.4.14 corresponding to ssh from 3.0.1 until 6.0.2, 5.5.2.2, and 5.2.11.9.
— NVD
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Erlang OTP (ssh_sftpd / ssh_sftpd.erl via ssh)to a version that resolves this vulnerability.Fixed in 29.0.3 - Upgrade
Upgrade
Erlang OTP (ssh_sftpd / ssh_sftpd.erl via ssh)to a version that resolves this vulnerability.Fixed in 28.5.0.3 - Upgrade
Upgrade
Erlang OTP (ssh_sftpd / ssh_sftpd.erl via ssh)to a version that resolves this vulnerability.Fixed in 27.3.4.14 - Upgrade
Upgrade
Erlang/OTP ssh application (ssh / ssh_sftpd)to a version that resolves this vulnerability.Fixed in 6.0.2 - Upgrade
Upgrade
Erlang/OTP ssh application (ssh / ssh_sftpd)to a version that resolves this vulnerability.Fixed in 5.5.2.2 - Upgrade
Upgrade
Erlang/OTP ssh application (ssh / ssh_sftpd)to a version that resolves this vulnerability.Fixed in 5.2.11.9
Event History
Frequently Asked Questions
What is the severity of CVE-2026-53422?
CVE-2026-53422 is classified with a risk score of 22, indicating a significant security vulnerability.
How does CVE-2026-53422 affect SFTP users?
CVE-2026-53422 allows authenticated SFTP users to enumerate the existence of files and directories outside the configured root, posing privacy risks.
What software is impacted by CVE-2026-53422?
CVE-2026-53422 affects the Erlang OTP ssh module, specifically the ssh_sftpd functionality.
How can I mitigate CVE-2026-53422 in my application?
To mitigate CVE-2026-53422, ensure that access controls are properly implemented and review the configuration of your SFTP server.
Is there a patch available for CVE-2026-53422?
A patch for CVE-2026-53422 is generally expected; always refer to your software vendor for the latest updates.