FlawAtlas
Search the atlas
CVE-2026-53422 Low

SFTP REALPATH path-existence oracle allowing filesystem enumeration outside configured root

## Summary 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. ## Workaround \* Use OS-level chroot to run the Erlang VM or SFTP server process in an isolated filesystem environment, eliminating reliance on the application-level root option. \* Ensure the SFTP server port on the machine running the Erlang/OTP SFTP server is not reachable from untrusted machines. \* Ensure that no sensitive information (usernames, project names, mount topology) is inferrable from the existence or non-existence of paths on the host filesystem. ## Configuration The SFTP subsystem must be configured with the root option in ssh\_sftpd:subsystem\_spec/1, and the operator must rely on it to provide filesystem path isolation. The root option is not set by default.

Exploit probability 0.3%
Published July 2, 2026
Required by Not available
Last source change August 3, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

67 explicit affected versions

Unknown Unknown

87 explicit affected versions

03 / CONNECTIONS

Connected vulnerabilities

04 / EVIDENCE

Source records

Open Source Vulnerabilities EEF-CVE-2026-53422

## Summary 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. ## Workaround \* Use OS-level chroot to run the Erlang VM or SFTP server process in an isolated filesystem environment, eliminating reliance on the application-level root option. \* Ensure the SFTP server port on the machine running the Erlang/OTP SFTP server is not reachable from untrusted machines. \* Ensure that no sensitive information (usernames, project names, mount topology) is inferrable from the existence or non-existence of paths on the host filesystem. ## Configuration The SFTP subsystem must be configured with the root option in ssh\_sftpd:subsystem\_spec/1, and the operator must rely on it to provide filesystem path isolation. The root option is not set by default.

View original source
Open Source Vulnerabilities CVE-2026-53422

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.

View original source

05 / REFERENCES

Further evidence