Cyber Resilience

CVE-2026-59999

Openbsd Openssh ≤ 10.4

Published
08 July 2026
Modified
09 July 2026
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0016 6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-59999 is a medium-severity Use of Less Trusted Source (CWE-348) vulnerability in Openbsd Openssh. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique SSH (T1021.004); ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and CM-6 (Configuration Settings) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In sshd in OpenSSH before 10.4, DisableForwarding=yes was supposed to take precedence over PermitTunnel=yes, but did not.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1021.004 SSH Lateral Movement
Adversaries may use [Valid Accounts](https://attack.
Why these techniques?

The vulnerability allows an attacker to bypass the DisableForwarding=yes configuration when PermitTunnel=yes is set, enabling unauthorized SSH tunneling which directly maps to SSH remote services abuse.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-59997Same product: Openbsd Openssh
CVE-2026-35388Same product: Openbsd Openssh
CVE-2026-35387Same product: Openbsd Openssh
CVE-2026-35385Same product: Openbsd Openssh
CVE-2026-59995Same product: Openbsd Openssh
CVE-2026-60000Same product: Openbsd Openssh
CVE-2026-60002Same product: Openbsd Openssh
CVE-2026-59996Same product: Openbsd Openssh
CVE-2026-35386Same product: Openbsd Openssh
CVE-2026-35414Same product: Openbsd Openssh

Affected Assets

openbsd
openssh
≤ 10.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • CM-6 Configuration Settings
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces the intended precedence of DisableForwarding over PermitTunnel so that tunnel forwarding cannot be activated when forwarding is explicitly disabled.

prevent

Ensures sshd_config settings are applied consistently and that contradictory options such as DisableForwarding and PermitTunnel are resolved according to policy.

prevent

Requires timely patching of OpenSSH to the fixed version (10.4+) so the precedence logic is corrected.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

ID.RA-09 mostly match
prevents

Explicit authenticity/integrity checks before use directly reduce selection of a less-trusted source.

DE.AE-03 partial match
prevents

Correlating multiple sources can surface discrepancies that discourage reliance on the less-trusted one.

PR.DS-02 partial match
prevents

Protecting data-in-transit integrity helps ensure the more-trusted source is the one whose data is accepted.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure architecture principles include trusted input channels and source verification mechanisms.

detects

Security testing can detect and prevent acceptance of data from less-trusted sources during development.

degrades

Network security controls can enforce trusted data paths and source validation, reducing reliance on unverified inputs.

degrades

Secure network services include source validation and integrity checks that help prevent acceptance of data from less-trusted origins.

prevents

Application security requirements can mandate trusted data sources and input validation, directly addressing the weakness.

prevents

Secure coding practices can enforce checks that prefer or validate the more trusted data source.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

Oracle Linux 8 (1 rule)
  • V-248575 OL 8 must prevent the installation of software, patches, service packs, device drivers, or operating system components of local packages without verification they have been digitally signed using a certificate that is issued by a Certificate Authority (CA) that is recognized and approved by the organization. via CWE-348
Oracle Linux 9 (1 rule)
  • V-271525 OL 9 must have GPG signature verification enabled for all software repositories. via CWE-348

References