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.
Published: 2026-08-11
Score: 2.5 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The restricted keyword in authorized_keys, designed to limit the capabilities of a specific key, was not enforced for tunnel forwarding in OpenSSH releases older than 10.5. As a result, a key marked as restricted could still be used to open SSH tunnels, permitting an attacker to route traffic through the host without proper authorization. This represents a weakness in channel access control (CWE‑670) and an improper restriction of operations within software limits (CWE‑305).

Affected Systems

OpenBSD OpenSSH is affected for any release before version 10.5. The specific version information is not detailed, but the change is documented in the 10.5 release notes, indicating that all previous releases contain the flaw.

Risk and Exploitability

The CVSS score of 2.5 classifies the issue as low severity, and the EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, suggesting it is not widely abused. An attacker would need access to a restricted key to exploit the flaw, and though this does not allow arbitrary code execution, it can enable unauthorized port forwarding and potential lateral movement across the network. This is a weakness in channel access control (CWE‑670) and a failure to enforce proper operation limits (CWE‑305). Overall, the risk remains low but should be mitigated promptly.

Generated by OpenCVE AI on August 18, 2026 at 04:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to OpenSSH 10.5 or later so that the restrict keyword properly blocks tunnel forwarding
  • Ensure that all entries in authorized_keys that should not forward ports include the restrict keyword
  • Set PermitTunnel no in sshd_config to eliminate any accidental forwarding enabled by older versions

Generated by OpenCVE AI on August 18, 2026 at 04:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title OpenSSH restrict keyword ineffective for tunnel forwarding openssh: OpenSSH: Tunnel forwarding restriction bypass
Weaknesses CWE-305
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 12 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Title OpenSSH restrict keyword ineffective for tunnel forwarding

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
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.
First Time appeared Openbsd
Openbsd openssh
Weaknesses CWE-670
CPEs cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*
Vendors & Products Openbsd
Openbsd openssh
References
Metrics cvssV3_1

{'score': 2.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-11T20:16:58.787Z

Reserved: 2026-08-11T19:15:24.007Z

Link: CVE-2026-73283

cve-icon Vulnrichment

Updated: 2026-08-11T20:16:54.641Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T20:18:49.960

Modified: 2026-08-31T19:27:52.023

Link: CVE-2026-73283

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T19:15:24Z

Links: CVE-2026-73283 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T04:15:04Z

Weaknesses
  • CWE-305

    Authentication Bypass by Primary Weakness

  • CWE-670

    Always-Incorrect Control Flow Implementation