Sceawere
Vulnerability Detail
CVE-2026-73283UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
OpenSSH Authorized Keys Restrict Bypass
Vulnerability Metadata
- Severity
- Low
- Score / CVSS
- 2.5
- Creation Date
- 6h ago
- Vendor
- OpenBSD
- Product
- OpenSSH
- Attack Type
- CWE-670 Always-Incorrect Control Flow Implementation
- Vector String
- CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N
- Attack Complexity
- HIGH
Narrative and Response
Description
In sshd in OpenSSH before 10.5, the restrict keyword (in authorized_keys) was supposed to be applicable to tunnel forwarding but was not.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "2.5",
"pubDate": "2026-08-11T20:18:49.960Z",
"pubdate": "2026-08-11T20:18:49.960Z",
"executiveSummary": "An access control enforcement flaw exists within the sshd component of OpenSSH before version 10.5. Specifically, the restrict keyword defined within authorized_keys files fails to correctly apply its intended restrictions to tunnel forwarding operations.\nThis vulnerability impacts the OpenSSH server daemon across systems running vulnerable versions prior to 10.5. The security implication centers on the breakdown of policy enforcement, where administrators utilizing the restrict directive to lock down authorized keys and limit user capabilities expect tunnel forwarding to be explicitly denied.\nAn authenticated user possessing a configured authorized_keys entry with the restrict keyword can leverage this logic failure to establish unauthorized tunnel forwarding connections, effectively bypassing administrative security boundaries. Exploitation requires the attacker to have an existing authorized key configuration where restrictions are bypassed due to the flawed parsing and enforcement logic in sshd.\nThe risk involves unauthorized network tunneling and potential pivoting through the SSH daemon despite explicit configuration directives designed to prevent such functionality.",
"technicalDetails": "The root cause of the vulnerability resides in the authorization constraint parsing and enforcement logic within the sshd component of OpenSSH. When processing public keys specified in authorized_keys files, administrators can append the restrict keyword to apply a broad set of default restrictions, including the disabling of port, agent, X11, and tunnel forwarding.\nIn affected versions prior to 10.5, the implementation fails to correctly propagate or enforce this restriction specifically regarding tunnel forwarding channels requested by the client. Consequently, while other restrictions governed by the restrict keyword may operate as intended, the subsystem responsible for handling tunnel allocation erroneously permits tunnel forwarding requests even when the restrict directive is explicitly active.\nThe attack flow proceeds as follows: First, an authenticated client initiates an SSH connection utilizing a key that is associated with an authorized_keys entry containing the restrict keyword. During the session establishment or channel request phase, the client issues a request for tunnel forwarding (e.g., tun device forwarding). Because the vulnerable sshd component fails to validate the restrict policy against tunnel forwarding capabilities, the server grants the request instead of rejecting it.\nThe affected component is the sshd server daemon, specifically the authorization constraint enforcement module responsible for interpreting keywords in authorized_keys. The vulnerability affects OpenSSH versions prior to 10.5. Authentication is required, as the vulnerability is triggered via an authenticated SSH session using a specific authorized key configuration. Privilege requirements are limited to the permissions of the authenticated user whose key is being evaluated. The network exposure is inherent to any system running a vulnerable sshd daemon exposed to network connections. The post-exploitation impact includes unauthorized tunnel establishment, potentially facilitating lateral movement or proxying traffic through the target host contrary to administrative intent."
}