AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-6409

HIGH · CVSS 7 EPSS 27.93% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-07-08 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.0. Public exploit code or proof-of-concept references have been detected in its references. Its EPSS score suggests a 27.9% probability of exploitation in the next 30 days. It may be remotely exploitable.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-6409
Severity
HIGH
CVSS
7
EPSS
27.93%

Original NVD Description

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.