2024-08-22 18:33:16 +00:00
### [CVE-2024-6409](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6409)






2024-08-23 18:19:28 +00:00

2024-08-22 18:33:16 +00:00





### 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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/EGI-Federation/SVG-advisories
2024-08-25 17:33:10 +00:00
- https://github.com/bigb0x/OpenSSH-Scanner
- https://github.com/ryanalieh/openSSH-scanner
2024-08-22 18:33:16 +00:00