CVE-2024-38596
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2024-38596 is a data race vulnerability discovered in the Linux kernel's AF_UNIX implementation. The issue was identified in June 2024 and affects the unix_release_sock and unix_stream_sendmsg functions in the kernel's Unix domain socket handling (Kernel Git).

Technical details

The vulnerability stems from a data race condition in af_unix where the write function unix_release_sock() atomically writes to sk->sk_shutdown using WRITE_ONCE, but the reader side in unix_stream_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).

Impact

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).

Exploitability

The vulnerability requires local access to the system and involves specific timing conditions to trigger the race condition. It was discovered through the Kernel Concurrency Sanitizer (KCSAN) which detected the race condition during normal system operations (Kernel Git).

Mitigation and workarounds

The issue has been fixed by adding proper atomic read operations in the unix_stream_sendmsg function. The fix involves using READ_ONCE when checking sk->sk_shutdown 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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management