First published: Tue Aug 21 2018(Updated: )
The recv_msg_userauth_request function in svr-auth.c in Dropbear through 2018.76 is prone to a user enumeration vulnerability because username validity affects how fields in SSH_MSG_USERAUTH messages are handled, a similar issue to CVE-2018-15473 in an unrelated codebase.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Debian GNU/Linux | =8.0 | |
Dropbear SSH | <=2018.76 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-15599 is classified as a user enumeration vulnerability which can be exploited to determine valid usernames.
To mitigate CVE-2018-15599, upgrade to Dropbear SSH version 2018.77 or later.
CVE-2018-15599 affects Dropbear SSH versions up to and including 2018.76 and Debian Linux 8.0.
The impact of CVE-2018-15599 allows attackers to infer the validity of usernames based on SSH_MSG_USERAUTH message handling.
CVE-2018-15599 has similarities to CVE-2018-15473, as both involve user enumeration in different contexts.