CVE-2023-38408 |
BDSA-2023-1885 |
Critical |
Jul 20, 2023 |
The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is
more...
The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2021-41617 |
BDSA-2021-2848 |
High |
Sep 26, 2021 |
sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups a
more...
sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2
|
CVE-2021-36368 |
BDSA-2021-4218 |
Low |
Mar 13, 2022 |
** DISPUTED ** An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLev
more...
** DISPUTED ** An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authentication is going to confirm that the user wishes to connect to that server, or that the user wishes to allow that server to connect to a different server on the user's behalf. NOTE: the vendor's position is "this is not an authentication bypass, since nothing is being bypassed."
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2020-15778 |
BDSA-2020-1849 |
High |
Jul 24, 2020 |
scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argumen
more...
scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of "anomalous argument transfers" because that could "stand a great chance of breaking existing workflows."
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2020-14145 |
BDSA-2020-1575 |
Medium |
Jun 29, 2020 |
The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-i
more...
The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2019-6111 |
BDSA-2019-0150 |
Medium |
Jan 31, 2019 |
An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent
more...
An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file).
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2019-6110 |
BDSA-2019-0149 |
Medium |
Jan 31, 2019 |
In OpenSSH 7.9, due to accepting and displaying arbitrary stderr output from the server, a malicious server (or Man-in-The-Middle attacker) can manipul
more...
In OpenSSH 7.9, due to accepting and displaying arbitrary stderr output from the server, a malicious server (or Man-in-The-Middle attacker) can manipulate the client output, for example to use ANSI control codes to hide additional files being transferred.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2019-6109 |
BDSA-2018-4670 |
Medium |
Jan 31, 2019 |
An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) c
more...
An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) can employ crafted object names to manipulate the client output, e.g., by using ANSI control codes to hide additional files being transferred. This affects refresh_progress_meter() in progressmeter.c.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|
CVE-2019-16905 |
BDSA-2019-3195 |
High |
Oct 09, 2019 |
OpenSSH 7.7 through 7.9 and 8.x before 8.1, when compiled with an experimental key type, has a pre-authentication integer overflow if a client or serve
more...
OpenSSH 7.7 through 7.9 and 8.x before 8.1, when compiled with an experimental key type, has a pre-authentication integer overflow if a client or server is configured to use a crafted XMSS key. This leads to memory corruption and local code execution because of an error in the XMSS key parsing algorithm. NOTE: the XMSS implementation is considered experimental in all released OpenSSH versions, and there is no supported way to enable it when building portable OpenSSH.
less...
|
7.7
|
CVE-2018-20685 |
BDSA-2018-4661 |
Medium |
Jan 10, 2019 |
In OpenSSH 7.9, scp.c in the scp client allows remote SSH servers to bypass intended access restrictions via the filename of . or an empty filename. Th
more...
In OpenSSH 7.9, scp.c in the scp client allows remote SSH servers to bypass intended access restrictions via the filename of . or an empty filename. The impact is modifying the permissions of the target directory on the client side.
less...
|
7.7, 7.2, 7.1, 7.0, 6.9, 6.8, 6.7, 6.3, 6.2, 6.0
|