Description
sshd in OpenSSH before 10.4 allows remote attackers to cause a denial of service (resource consumption from excessive authentication attempts) because MaxAuthTries was mishandled for GSSAPIAuthentication.
Published: 2026-07-08
Score: 3.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in OpenSSH's authentication handling allows a remote attacker to trigger a DoS by flooding the server with GSSAPI authentication attempts. Because the MaxAuthTries counter is not correctly applied to GSSAPI authentication, each attempt consumes resources until the connection is closed, exhausting CPU and memory on the host. The weakness is a resource‑exhaustion flaw (CWE‑770) that can degrade service availability. The CVSS score of 3.7 indicates low severity, and the EPSS score of less than 1% suggests a low probability of widespread exploitation at present. The likely attack vector is remote network traffic to the SSH port, as the vulnerability can be triggered by GSSAPI authentication attempts sent over the network. While it does not compromise confidentiality or integrity, it can particularly affect high‑traffic or resource‑constrained servers. Since the vulnerability is not listed in KEV, there are no known active exploitation campaigns in the wild.

Affected Systems

OpenBSD OpenSSH versions prior to 10.4 are vulnerable. Systems running any earlier OpenSSH release expose a denial‑of‑service path to remote hosts that can authenticate using GSSAPI.

Risk and Exploitability

OpenSSH's authentication loop does not correctly decrement MaxAuthTries for GSSAPI requests, allowing a remote host to repeatedly attempt authentication. Each failed attempt consumes CPU and memory until the SSH session ends. The CVSS score of 3.7 reflects the low impact to confidentiality and integrity. Because the vulnerability is not listed in the CISA KEV catalog, no known active exploit campaigns have been documented. The EPSS score of < 1% indicates a low probability of exploitation. The attack path requires only network connectivity to send GSSAPI authentication attempts; no privileged credentials are needed.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSSH to version 10.4 or later to apply the patch that correctly enforces MaxAuthTries for GSSAPI authentication.
  • If upgrading is not immediately possible, disable GSSAPI authentication in sshd_config by setting GSSAPIAuthentication no to eliminate the exploitation vector.
  • In the interim, reduce the maximum allowed authentication attempts globally with MaxAuthTries to a very low value (e.g., 1) to limit the resource impact of repeated attempts, noting that legitimate users may experience login failures.

Generated by OpenCVE AI on July 26, 2026 at 18:38 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 13: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: Denial of Service via excessive GSSAPI authentication attempts
Weaknesses CWE-307
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 allows remote attackers to cause a denial of service (resource consumption from excessive authentication attempts) because MaxAuthTries was mishandled for GSSAPIAuthentication.
First Time appeared Openbsd
Openbsd openssh
Weaknesses CWE-770
CPEs cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*
Vendors & Products Openbsd
Openbsd openssh
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-08T13:06:54.687Z

Reserved: 2026-07-08T00:14:30.824Z

Link: CVE-2026-60000

cve-icon Vulnrichment

Updated: 2026-07-08T13:06:49.330Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T00:14:31Z

Links: CVE-2026-60000 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts

  • CWE-770

    Allocation of Resources Without Limits or Throttling