CVE-2026-48855 Details
Description
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Erlang OTP ssh (ssh_sftpd module) allows File Discovery. The SSH_FXP_READLINK handler in ssh_sftpd sends the raw result of file:read_link/2 to the client without calling chroot_filename/2 to strip the backend root prefix. An authenticated SFTP client can create a symlink inside the chroot pointing to /; ssh_sftpd resolves the target to the absolute backend root and stores it on disk. Reading the symlink back via SSH_FXP_READLINK returns that absolute path, for example /data/sftp, instead of the chrooted value /. The information disclosed is the absolute filesystem path of the SFTP root directory and of any symlink targets within it. No file contents, credentials, or access to paths outside the root directory are obtainable through this issue alone. This vulnerability is associated with program files lib/ssh/src/ssh_sftpd.erl. This issue affects OTP from OTP 17.0 before OTP 27.3.4.13, OTP 28.5.0.2, and OTP 29.0.2, corresponding to ssh from 3.0.1 before 5.2.11.8, 5.5.2.1, and 6.0.1. Whether OTP before OTP 17.0, corresponding to ssh before 3.0.1, is affected is unknown.
A vulnerability in the SSH SFTP server module of Erlang OTP, specifically in versions 17.0 prior to 29.0.2, 28.5.0.2, and 27.3.4.13, allows for the unauthorized disclosure of sensitive filesystem information. The issue arises because the SSH_FXP_READLINK handler fails to remove the backend root prefix from symlink targets before sending them to the client. As a result, an authenticated SFTP client can create a symlink within the chroot directory that points to the root directory. When this symlink is read back through the SSH_FXP_READLINK command, it returns the absolute path from the backend filesystem instead of the expected chrooted path. This leak reveals the full filesystem path of the SFTP root directory and any symlink targets, potentially disclosing information about the host's directory structure, mount points, or usernames, depending on the SFTP root configuration.
Users can update to Erlang OTP versions 29.0.2, 28.5.0.2, or 27.3.4.13, where this vulnerability has been fixed. Alternatively, the SFTP server can be run in an isolated filesystem environment using OS-level chroot, ensuring that the SFTP server port is not accessible from untrusted machines and that no sensitive information can be inferred from the absolute path of the configured root directory.
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 Jun 10, 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-48855.html | EEF | MitigationThird Party Advisory |
| https://github.com/erlang/otp/commit/08225797f7ef943d0c82a1d9dd6650d94ca2580d | EEF | |
| https://github.com/erlang/otp/commit/8f4224a0d2676b0653d2c71a889a956e8c2c62d6 | EEF | Patch |
| https://github.com/erlang/otp/security/advisories/GHSA-pv7g-pjrq-x2fh | EEF | MitigationVendor Advisory |
| https://osv.dev/vulnerability/EEF-CVE-2026-48855 | EEF | MitigationThird Party Advisory |
| https://www.erlang.org/doc/system/versions.html#order-of-versions | EEF | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | EEF |
Affected Products
| Product | Versions |
|---|---|
| erlang erlang/otp | >= 17.0, < 27.3.4.13 >= 28.0, < 28.5.0.2 >= 29.0, < 29.0.2 |
CPE
Remediation
| |
| erlang erlang/ssh | >= 3.0.1, < 5.2.11.8 >= 5.5, < 5.5.2.1 >= 6.0, < 6.0.1 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | EEF |
| Jul 24, 2026 | CVE Modified | EEF |
| Jun 17, 2026 | CVE Modified | EEF |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 15, 2026 | Initial Analysis | [email protected] |
| Jun 10, 2026 | New CVE Received | EEF |