
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-73283 is an authorization bypass vulnerability in OpenSSH's sshd daemon where the restrict keyword in authorized_keys files fails to enforce tunnel forwarding restrictions as intended. All versions of OpenSSH before 10.5 are affected. The vulnerability was published on August 11, 2026, with a patch available in OpenSSH 10.5. It carries a CVSS v3.1 base score of 2.5 (Low) (GitHub Advisory).
The root cause is classified as CWE-670 (Always-Incorrect Control Flow Implementation), meaning the code path responsible for applying the restrict keyword to tunnel forwarding was never correctly executed. In OpenSSH's authorized_keys mechanism, the restrict keyword is intended to disable several features — including tunnel forwarding — for a given key. Due to a control flow defect, the restriction was not applied to tunnel forwarding, allowing it to remain accessible even when explicitly restricted. Exploitation requires local access with low privileges and an SSH key that has the restrict keyword set in authorized_keys (GitHub Advisory).
A local user with low privileges and a restricted SSH key can bypass the intended tunnel forwarding prohibition, establishing SSH tunnel connections that should have been blocked by the restrict keyword in authorized_keys. The impact is limited to integrity (low), with no confidentiality or availability impact. This could allow unauthorized network tunneling through the SSH server, potentially enabling access to otherwise restricted network segments, though the constrained scope and high attack complexity limit the practical blast radius (GitHub Advisory).
There is no known public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of disclosure. The EPSS score is approximately 0.083%, indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. NVD's SSVC assessment classifies exploitation as "none" and the attack as non-automatable (GitHub Advisory).
authorized_keys file includes the restrict keyword, which is intended to disable tunnel forwarding among other features.ssh -w any:any user@target for tun-based tunneling).sshd, the restrict keyword is not applied to tunnel forwarding, so the server permits the tunnel to be established despite the intended restriction./var/log/auth.log or journalctl -u sshd) showing tunnel forwarding sessions (tun device allocation) for keys that have the restrict keyword set in authorized_keys.tun or tap network interface activity on the SSH server; unusual traffic routing through the server to internal network segments.ss -tnp or netstat) associated with user accounts whose keys are marked restrict in authorized_keys.Upgrade OpenSSH to version 10.5 or later, which correctly applies the restrict keyword to tunnel forwarding (GitHub Advisory, OpenSSH Release Notes). As a workaround prior to patching, administrators can explicitly add the no-tunnel option to affected authorized_keys entries in addition to restrict, or disable SSH tunnel forwarding globally by setting PermitTunnel no in sshd_config. If tunnel forwarding is not operationally required, disabling it globally is the safest interim measure.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."