Cyber Resilience

CVE-2024-6409

Race Condition

Published
08 July 2024
Modified
15 April 2026
CVSS Score v3.1 7.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
EPSS Score 0.28 98th percentile
Risk Priority 78 floored blend · peak EPSS

Summary

CVE-2024-6409 is a high-severity Signal Handler Race Condition (CWE-364) vulnerability in Almalinux (inferred from references). Its CVSS base score is 7.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

A race condition vulnerability exists in OpenSSH's server component sshd, tracked as CVE-2024-6409. When a client fails to authenticate within a configured time window, the SIGALRM handler executes asynchronously and invokes functions such as syslog() that are not async-signal-safe, creating conditions that can corrupt process state.

An unauthenticated remote attacker can trigger the flaw by simply withholding authentication long enough to fire the alarm. In the worst case this leads to remote code execution with the privileges of the unprivileged user under which sshd runs, although successful exploitation requires winning a narrow timing window reflected in the CVSS attack-complexity rating of high.

Multiple Red Hat advisories (RHSA-2024:4457, RHSA-2024:4613, RHSA-2024:4716, RHSA-2024:4910, RHSA-2024:4955) address the issue through updated OpenSSH packages; administrators should apply the relevant errata for their distributions to eliminate the unsafe signal handling.

The EPSS score currently sits at 0.7640 with a recorded peak of 0.7673, indicating sustained but not sharply increasing public interest in exploitation since disclosure.

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-27766Shared CWE-364
CVE-2026-42002Shared CWE-364
CVE-2025-4598Shared CWE-364
CVE-2026-24792Shared CWE-364
CVE-2024-7589Shared CWE-364
CVE-2023-5676Shared CWE-364
CVE-2024-6387Shared CWE-364
CVE-2023-1285Shared CWE-364
CVE-2026-34771Shared CWE-364
CVE-2026-53185Shared CWE-364

Affected Assets

Almalinux
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (including concurrency and fuzz testing) can discover signal-handler race conditions before deployment.

Engineering principles such as least privilege, complete mediation, and avoidance of shared mutable state in handlers directly reduce introduction of signal-handler race conditions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent introduction of signal-handler race conditions during coding and review.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect signal-handler race conditions before release.

prevents

Secure SDLC practices can require avoidance of unsafe signal handling patterns.

degrades

Secure architecture principles can mandate safe concurrency and signal design.

prevents

Secure coding standards directly prohibit race-prone signal handlers.

mitigates

Change management may catch unsafe signal code during reviews but does not address the weakness itself.

References