Impact
The vulnerability is an Exposure of Sensitive Information to an Unauthorized Actor in Erlang OTP’s ssh_sftpd module, allowing File Discovery. An authenticated SFTP client can create a symbolic link within the configured chroot that points to the backend root. When the server handles an SSH_FXP_READLINK request, it returns the absolute backend path rather than the chrooted value, revealing the full filesystem path of the SFTP root and any symlink targets. The disclosed information consists solely of absolute file system paths; no file contents, credentials, or paths outside the root can be accessed through this issue alone.
Affected Systems
Erlang OTP 17.0 up to but excluding 29.0.2, 28.5.0.2, and 27.3.4.13, as well as the associated ssh libraries 3.0.1 up to but excluding 6.0.1, 5.5.2.1, and 5.2.11.8, are vulnerable when configurable chroot roots are used and the SFTP service is exposed.
Risk and Exploitability
The CVSS score of 2.3 indicates low severity. Exploitation requires an authenticated SFTP client and relies on the server’s configured chroot root directory. Neither EPSS data nor CISA KEV listing suggests active exploitation in the wild. Attackers gain only file path information, which may aid in reconnaissance but does not directly compromise files or elevate privileges.
OpenCVE Enrichment