CVE-2026-60000
Analyzed Analyzed - Analysis Complete

OpenSSH sshd Denial of Service via GSSAPI Authentication

Vulnerability report for CVE-2026-60000, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-09

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-15
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openbsd openssh to 10.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability exists in sshd of OpenSSH versions before 10.4. It allows remote attackers to cause a denial of service by consuming resources through excessive authentication attempts. This happens because the MaxAuthTries setting is mishandled when GSSAPIAuthentication is enabled.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability involves sshd mishandling MaxAuthTries for GSSAPIAuthentication, leading to denial of service from excessive authentication attempts.

Detection can focus on monitoring sshd logs for unusually high numbers of authentication attempts, especially related to GSSAPI authentication failures.

Commands to help detect this might include checking sshd logs with commands like:

  • sudo grep 'authentication failure' /var/log/auth.log
  • sudo journalctl -u sshd | grep 'GSSAPIAuthentication'
  • Monitoring for excessive connection attempts using tools like netstat or ss:
  • sudo netstat -anp | grep ':22'
  • sudo ss -tnp | grep ':22'

However, no specific detection commands or tools are detailed in the provided resources.

Mitigation Strategies

The vulnerability is fixed in OpenSSH version 10.4, released on July 6, 2026.

Immediate mitigation steps include upgrading sshd to OpenSSH 10.4 or later, which addresses the mishandling of MaxAuthTries for GSSAPIAuthentication and other related security issues.

Additionally, reviewing and possibly tightening sshd configuration related to authentication attempts, such as lowering MaxAuthTries or disabling GSSAPIAuthentication if not needed, can help reduce risk.

Impact Analysis

This vulnerability can impact you by causing a denial of service condition on the affected system. Remote attackers can exploit it to consume system resources through repeated authentication attempts, potentially making the sshd service unavailable or degraded.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-60000. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart