VYPR
Unrated severityNVD Advisory· Published Dec 31, 2004· Updated Apr 16, 2026

CVE-2004-2069

CVE-2004-2069

Description

OpenSSH 3.6.1p2 and 3.7.1p2 with privilege separation fail to close connections after LoginGraceTime, allowing remote attackers to exhaust connection slots.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

OpenSSH 3.6.1p2 and 3.7.1p2 with privilege separation fail to close connections after LoginGraceTime, allowing remote attackers to exhaust connection slots.

Vulnerability

In sshd.c of OpenSSH versions 3.6.1p2 and 3.7.1p2 (and possibly other versions), when privilege separation is enabled, the privileged monitor process does not properly signal the non-privileged child process after a session exceeds the LoginGraceTime timeout. The alarm/SIGALRM mechanism that enforces the timeout terminates the privileged side but leaves the unprivileged child unaware, so the TCP connection remains in an ESTABLISHED state [3].

Exploitation

An unauthenticated remote attacker can initiate an SSH connection and simply withhold authentication until the LoginGraceTime interval expires. The server logs a timeout but the connection is not fully torn down; netstat shows the socket still established. By repeating this process, the attacker can consume all available connection slots up to the MaxStartups limit, preventing new legitimate connections [3].

Impact

Successful exploitation results in a denial of service (DoS): the SSH daemon becomes unable to accept new connections, blocking all remote administration and file transfers. No authentication or special privileges are required, and the attack can be launched from any network position that can reach the SSH port [3].

Mitigation

Red Hat released updated openssh packages in RHSA-2005-550 [4] that backport a fix for this issue. Upgrading to a patched version (e.g., OpenSSH 3.8 or later) resolves the vulnerability. As a workaround, administrators can disable privilege separation (UsePrivilegeSeparation no) in sshd_config, though this reduces security. The vulnerability is not known to be listed in CISA's Known Exploited Vulnerabilities catalog.

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3
  • OpenBSD/OpenSSH2 versions
    cpe:2.3:a:openbsd:openssh:3.6.1p2:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:openbsd:openssh:3.6.1p2:*:*:*:*:*:*:*
    • cpe:2.3:a:openbsd:openssh:3.7.1p2:*:*:*:*:*:*:*
  • Range: =3.6.1p2, =3.7.1p2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

23

News mentions

0

No linked articles in our index yet.