CVE-2024-39499: vmci: prevent speculation leaks by sanitizing event in event_deliver()
In the Linux kernel, the following vulnerability has been resolved:
vmci: prevent speculation leaks by sanitizing event in eventdeliver()
Coverity spotted that eventmsg is controlled by user-space, eventmsg->eventdata.event is passed to eventdeliver() and used as an index without sanitization.
This change ensures that the event index is sanitized to mitigate any possibility of speculative information leaks.
This bug was discovered and resolved using Coverity Static Analysis Security Testing (SAST) by Synopsys, Inc.
Only compile tested, no access to HW.
Other sources
Linux Kernel is vulnerable to a denial of service, caused by speculation leaks by sanitizing event in eventdeliver() of vmcievent.c . A local authenticated attacker could exploit this vulnerability to cause a denial of service.
— IBM
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-39499?
CVE-2024-39499 has a high severity rating due to potential speculation leaks in the Linux kernel.
How do I fix CVE-2024-39499?
To fix CVE-2024-39499, update your kernel to the specified versions such as 4.19.317 or 5.4.279 as outlined by Red Hat.
Which versions of the Linux kernel are affected by CVE-2024-39499?
CVE-2024-39499 affects multiple Linux kernel versions including those prior to 4.19.317 and 5.15.162.
Is CVE-2024-39499 specific to any Linux distribution?
Yes, CVE-2024-39499 has been reported primarily in Red Hat and Debian distributions of the Linux kernel.
What kind of vulnerability is CVE-2024-39499?
CVE-2024-39499 is a vulnerability related to user-space controlled event message handling in the Linux kernel.