CVE-2026-53422
Last modified
CVE-2026-53422 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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 .. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 17.0, < 27.3.4.14 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.3 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.3 |
| Erlang | Erlang\/Ssh | >= 3.0.1, < 5.2.11.9 |
| Erlang | Erlang\/Ssh | >= 5.3, < 5.5.2.2 |
| Erlang | Erlang\/Ssh | >= 6.0, < 6.0.2 |
References
- https://cna.erlef.org/cves/CVE-2026-53422.htmlMitigation, Vendor Advisory
- https://github.com/erlang/otp/security/advisories/GHSA-h9pw-h5w4-h976Mitigation, Vendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-53422Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-53422?
How severe is CVE-2026-53422?
How do I fix CVE-2026-53422?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53413Missing bounds check in the annotator function of Zoom Clien…8.3
- CVE-2026-53414Missing bounds check in the annotator function of Zoom Clien…6.5
- CVE-2026-53415Use after Free in the annotator function of Zoom Clients may…8.3
- CVE-2026-53416Path traversal in Zoom VDI Client and Plugins may allow an a…7.1
- CVE-2026-5342A flaw has been found in LibRaw up to 0.22.0. This affects t…5.5
- CVE-2026-53421Improper Isolation or Compartmentalization vulnerability in …9.8
- CVE-2026-53423Allocation of Resources Without Limits or Throttling vulnera…5.9
- CVE-2026-53424Authentication Bypass by Capture-replay vulnerability in dro…9.1
- CVE-2026-53425Insufficient Verification of Data Authenticity vulnerability…7.6
- CVE-2026-53426Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-53427Improper Neutralization of Input During Web Page Generation …2.3
- CVE-2026-53428Memory Allocation with Excessive Size Value vulnerability in…6.9
Are you affected by CVE-2026-53422?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
