
CVE-2001-0572
https://notcve.org/view.php?id=CVE-2001-0572
27 Jul 2001 — The SSH protocols 1 and 2 (aka SSH-2) as implemented in OpenSSH and other packages have various weaknesses which can allow a remote attacker to obtain the following information via sniffing: (1) password lengths or ranges of lengths, which simplifies brute force password guessing, (2) whether RSA or DSA authentication is being used, (3) the number of authorized_keys in RSA authentication, or (4) the lengths of shell commands. • http://archives.neohapsis.com/archives/bugtraq/2001-03/0225.html •

CVE-2001-0361
https://notcve.org/view.php?id=CVE-2001-0361
27 Jun 2001 — Implementations of SSH version 1.5, including (1) OpenSSH up to version 2.3.0, (2) AppGate, and (3) ssh-1 up to version 1.2.31, in certain configurations, allow a remote attacker to decrypt and/or alter traffic via a "Bleichenbacher attack" on PKCS#1 version 1.5. • ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01:24.ssh.asc • CWE-310: Cryptographic Issues •

CVE-2001-0471 – SSH 1.2.30 - Daemon Logging Failure
https://notcve.org/view.php?id=CVE-2001-0471
24 May 2001 — SSH daemon version 1 (aka SSHD-1 or SSH-1) 1.2.30 and earlier does not log repeated login attempts, which could allow remote attackers to compromise accounts without detection via a brute force attack. • https://www.exploit-db.com/exploits/20615 •

CVE-2001-0259 – SSH 1.2.x - Secure-RPC Weak Encrypted Authentication
https://notcve.org/view.php?id=CVE-2001-0259
07 May 2001 — ssh-keygen in ssh 1.2.27 - 1.2.30 with Secure-RPC can allow local attackers to recover a SUN-DES-1 magic phrase generated by another user, which the attacker can use to decrypt that user's private key file. • https://www.exploit-db.com/exploits/20560 •

CVE-2001-0144 – SSH (x2) - Remote Command Execution
https://notcve.org/view.php?id=CVE-2001-0144
12 Mar 2001 — CORE SDI SSH1 CRC-32 compensation attack detector allows remote attackers to execute arbitrary commands on an SSH server or client via an integer overflow. • https://www.exploit-db.com/exploits/349 •

CVE-2001-1469
https://notcve.org/view.php?id=CVE-2001-1469
18 Jan 2001 — The RC4 stream cipher as used by SSH1 allows remote attackers to modify messages without detection by XORing the original message's cyclic redundancy check (CRC) with the CRC of a mask consisting of all the bits of the original message that were modified. • http://www.kb.cert.org/vuls/id/25309 •

CVE-2001-1470
https://notcve.org/view.php?id=CVE-2001-1470
18 Jan 2001 — The IDEA cipher as implemented by SSH1 does not protect the final block of a message against modification, which allows remote attackers to modify the block without detection by changing its cyclic redundancy check (CRC) to match the modifications to the message. • http://www.kb.cert.org/vuls/id/315308 •

CVE-2001-1476
https://notcve.org/view.php?id=CVE-2001-1476
18 Jan 2001 — SSH before 2.0, with RC4 encryption and the "disallow NULL passwords" option enabled, makes it easier for remote attackers to guess portions of user passwords by replaying user sessions with certain modifications, which trigger different messages depending on whether the guess is correct or not. • http://www.kb.cert.org/vuls/id/565052 •

CVE-2001-1473
https://notcve.org/view.php?id=CVE-2001-1473
18 Jan 2001 — The SSH-1 protocol allows remote servers to conduct man-in-the-middle attacks and replay a client challenge response to a target server by creating a Session ID that matches the Session ID of the target, but which uses a public key pair that is weaker than the target's public key, which allows the attacker to compute the corresponding private key and use the target's Session ID with the compromised key pair to masquerade as the target. • https://github.com/m00n3rrr/poc-CVE-2001-1473 • CWE-310: Cryptographic Issues •

CVE-2001-1474
https://notcve.org/view.php?id=CVE-2001-1474
18 Jan 2001 — SSH before 2.0 disables host key checking when connecting to the localhost, which allows remote attackers to silently redirect connections to the localhost by poisoning the client's DNS cache. • http://www.kb.cert.org/vuls/id/786900 •