Description
sshd in OpenSSH before 10.4 has an undocumented security-relevant behavior: GSSAPIStrictAcceptorCheck has no value if the server is in Windows Active Directory.
Published: 2026-07-08
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The sshd service in OpenSSH versions prior to 10.4 contains an undocumented behavior related to the GSSAPIStrictAcceptorCheck setting. When the server is joined to a Windows Active Directory domain, the GSSAPIStrictAcceptorCheck option is effectively omitted, allowing authentication decisions to be made without the intended strict check. This weakness, identified as CWE‑573 (Unused Security Feature), could enable an authenticator that is normally rejected to gain access, potentially allowing unauthorized authentication on the target system.

Affected Systems

The vulnerability impacts OpenBSD's OpenSSH server before version 10.4 and are operating within Windows Active Directory environments.

Risk and Exploitability

The CVSS v3 score of 4.8 reflects a moderate risk posed by this flaw. EPSS score of < 1% indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating no known public exploitation. Based on the description, it is inferred that the impact is unauthorized authentication, and the likely attack vector is inferred to involve a client attempting GSSAPI authentication within an Active Directory domain. The vulnerability is only exploitable when the server is joined to an Active Directory domain and the attacker can leverage the missing strict check. Because the behavior is undocumented, detection relies on noticing anomalous authentication events.

Generated by OpenCVE AI on July 26, 2026 at 18:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the OpenSSH installation to version 10.4 or later, which restores the correct behavior of GSSAPIStrictAcceptorCheck.
  • If immediate upgrade is infeasible, explicitly set GSSAPIStrictAcceptorCheck to 'yes' in the sshd_config file and restart the service to enforce strict GSSAPI checks.
  • Continuously monitor authentication logs for unexpected GSSAPI authentication successes in Active Directory environments, and investigate any anomalies promptly.

Generated by OpenCVE AI on July 26, 2026 at 18:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8533-1 OpenSSH vulnerabilities
History

Wed, 08 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Title openssh: OpenSSH: Undocumented GSSAPIStrictAcceptorCheck behavior impacts security in Windows Active Directory
Weaknesses CWE-909
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 08 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
Description sshd in OpenSSH before 10.4 has an undocumented security-relevant behavior: GSSAPIStrictAcceptorCheck has no value if the server is in Windows Active Directory.
First Time appeared Openbsd
Openbsd openssh
Weaknesses CWE-573
CPEs cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*
Vendors & Products Openbsd
Openbsd openssh
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-08T13:48:01.134Z

Reserved: 2026-07-08T00:11:04.817Z

Link: CVE-2026-59998

cve-icon Vulnrichment

Updated: 2026-07-08T13:47:48.429Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T00:11:05Z

Links: CVE-2026-59998 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T18:45:03Z

Weaknesses
  • CWE-573

    Improper Following of Specification by Caller

  • CWE-909

    Missing Initialization of Resource