Skip to main content

CVE-2024-6409

7.0
HIGHCVSS v3.1 Base Score
76.40%
HIGH RiskEPSS (99th percentile)

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.

Published: 7/8/2024
Modified: 4/15/2026
Back to CVE Lookup

Vulnerability Summary

CVSS v3 Score

7HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H

EPSS Score (Exploitation Probability)

76.40%HIGH Exploitation Risk
99th percentile

This vulnerability has a 76.40% probability of being exploited in the next 30 days, ranking higher than 99% of all scored CVEs.

CWE Classification

Related Vulnerabilities