OpenSSH is the premier connectivity tool for remote login with the SSH protocol. \ It encrypts all traffic to eliminate eavesdropping, connection hijacking, and \ other attacks. In addition, OpenSSH provides a large suite of secure tunneling \ capabilities, several authentication methods, and sophisticated configuration options.
Security Fix(es):
A race condition vulnerability was discovered in how signals are handled by OpenSSH's server (sshd). If a remote attacker does not authenticate within a set time period, then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). As a consequence of a successful attack, in the worst case scenario, an attacker may be able to perform a remote code execution (RCE) as an unprivileged user running the sshd server.(CVE-2024-6409)
{
"severity": "High"
}{
"noarch": [
"openssh-help-8.8p1-32.oe2203sp3.noarch.rpm"
],
"aarch64": [
"openssh-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-askpass-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-clients-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-debuginfo-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-debugsource-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-keycat-8.8p1-32.oe2203sp3.aarch64.rpm",
"openssh-server-8.8p1-32.oe2203sp3.aarch64.rpm",
"pam_ssh_agent_auth-0.10.4-4.32.oe2203sp3.aarch64.rpm"
],
"src": [
"openssh-8.8p1-32.oe2203sp3.src.rpm"
],
"x86_64": [
"openssh-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-askpass-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-clients-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-debuginfo-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-debugsource-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-keycat-8.8p1-32.oe2203sp3.x86_64.rpm",
"openssh-server-8.8p1-32.oe2203sp3.x86_64.rpm",
"pam_ssh_agent_auth-0.10.4-4.32.oe2203sp3.x86_64.rpm"
]
}