
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-38596 is a data race vulnerability discovered in the Linux kernel's AFUNIX implementation. The issue was identified in June 2024 and affects the unixreleasesock and unixstream_sendmsg functions in the kernel's Unix domain socket handling (Kernel Git).
The vulnerability stems from a data race condition in afunix where the write function unixreleasesock() atomically writes to sk->skshutdown using WRITEONCE, but the reader side in unixstream_sendmsg() does not read it atomically. This inconsistency in atomic operations leads to a race condition that can be detected by the Kernel Concurrency Sanitizer (KCSAN). The issue manifests when one task performs a write operation while another task simultaneously attempts to read the same memory location, potentially leading to inconsistent state (Kernel Git).
The vulnerability affects the reliability of Unix domain socket communications in the Linux kernel. While the direct impact is a data race condition that could lead to inconsistent socket states, it primarily affects system stability and could potentially cause unexpected behavior in applications using Unix domain sockets (NVD).
The issue has been fixed by adding proper atomic read operations in the unixstreamsendmsg function. The fix involves using READONCE when checking sk->skshutdown to ensure consistent atomic operations between the reader and writer sides. The patch has been integrated into various Linux kernel versions and is available through distribution updates (Red Hat).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."