Description
sshd in OpenSSH before 10.4 does not always honor the minimum authentication delay.
Published: 2026-07-08
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the sshd daemon of OpenSSH releases before 10.4, where the configured minimum authentication delay is not consistently enforced. An attacker can submit authentication attempts at a rate higher than allowed, effectively speeding up brute‑force login attacks and accelerating account compromise. The underlying weakness is a timing and logic error (CWE‑307) worsened by insufficient resource control (CWE‑770).

Affected Systems

This vulnerability impacts every OpenBSD OpenSSH installation whose version precedes 10.4. Only the sshd component is affected, but it is exposed via the standard SSH port, making all systems routinely reachable by remote actors when the service is enabled.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, and the EPSS score of < 1% points to a very low but non‑zero chance of exploitation. The issue does not appear in the CISA KEV catalog. Attackers could exploit it over the network by sending rapid authentication attempts to sshd, bypassing the intended delay, thereby increasing the probability of successful credential guessing or enumeration.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to OpenSSH 10.4 or newer, which restores the proper authentication delay enforcement.
  • If an upgrade cannot be applied immediately, tighten sshd_configuration by setting MaxAuthTries to a lower value (e.g., 3), disabling password authentication, or enforcing PubkeyAuthentication to reduce reliance on passwords.
  • Deploy an external rate‑limiting tool such as fail2ban to block IP addresses after a small number of consecutive failed attempts, and monitor authentication logs for anomalies.

Generated by OpenCVE AI on July 26, 2026 at 18:37 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': 'yes', '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: Brute-force attacks facilitated due to insufficient authentication delay
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 does not always honor the minimum authentication delay.
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': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-08T13:03:51.222Z

Reserved: 2026-07-08T00:16:15.139Z

Link: CVE-2026-60001

cve-icon Vulnrichment

Updated: 2026-07-08T13:03:22.974Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T00:16:15Z

Links: CVE-2026-60001 - 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