Alpaquita LinuxStreamSecurity Advisory
Search Cve

CVE-2024-6409

Published: July 9, 2024Last modified: June 17, 2025

Description

A signal handler race condition vulnerability was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). This issue leaves it vulnerable to a signal handler race condition on the cleanup_exit() function, which introduces the same vulnerability as CVE-2024-6387 in the unprivileged child of the SSHD server.

Severity score breakdown

ParameterValue
Base score7
Attack VectorNETWORK
Attack complexityHIGH
Privileges requiredNONE
User interactionNONE
ScopeUNCHANGED
ConfidentialityLOW
Integrity impactLOW
Availability impactHIGH
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSopensshNot affected (9.1_p1-r3)
StreamopensshNot affected (9.3_p1-r7)

References

ON THIS PAGE