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- Range: =3.6.1p2, =3.7.1p2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
23- marc.infonvd
- marc.infonvd
- rhn.redhat.com/errata/RHSA-2005-550.htmlnvd
- secunia.com/advisories/17000nvd
- secunia.com/advisories/17135nvd
- secunia.com/advisories/17252nvd
- secunia.com/advisories/22875nvd
- secunia.com/advisories/23680nvd
- support.avaya.com/elmodocs2/security/ASA-2005-216.pdfnvd
- support.avaya.com/elmodocs2/security/ASA-2005-223.pdfnvd
- www.osvdb.org/16567nvd
- www.securityfocus.com/archive/1/425397/100/0/threadednvd
- www.securityfocus.com/archive/1/451404/100/0/threadednvd
- www.securityfocus.com/archive/1/451417/100/200/threadednvd
- www.securityfocus.com/archive/1/451426/100/200/threadednvd
- www.securityfocus.com/bid/14963nvd
- www.vmware.com/download/esx/esx-202-200610-patch.htmlnvd
- www.vmware.com/download/esx/esx-213-200610-patch.htmlnvd
- www.vmware.com/support/vi3/doc/esx-3069097-patch.htmlnvd
- www.vmware.com/support/vi3/doc/esx-9986131-patch.htmlnvd
- www.vupen.com/english/advisories/2006/4502nvd
- exchange.xforce.ibmcloud.com/vulnerabilities/20930nvd
- oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11541nvd
News mentions
0No linked articles in our index yet.