
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-23196 is a race condition vulnerability discovered in the Linux kernel's sound/hda device driver, specifically in the snd_hdac_regmap_sync() function. The vulnerability was first reported on February 1, 2024, by researchers from Beihang University's School of Cyberspace Security. The issue affects Linux kernel versions up to 5.5.19 and from version 6.0 up to 6.4.16 (NVD).
The vulnerability stems from a race condition in the snd_hdac_regmap_sync() function where the codec->regmap pointer check for non-null status is performed outside the mutex lock critical section. This creates an atomic violation scenario where the pointer could be nullified by other threads through functions like snd_hdac_regmap_exit after the check but before dereferencing, leading to a null pointer dereference. The vulnerability has been assigned a CVSS v3.1 base score of 4.7 (Medium) with the vector string CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
When exploited, this vulnerability can result in a null pointer dereference, potentially leading to a kernel panic and system hang. Since the affected module is compiled into the kernel, this can effectively cause a denial of service condition (OpenAnolis Bug).
A fix has been developed and accepted into the Linux kernel. The patch expands the critical section in snd_hdac_regmap_sync() function to include the pointer non-null check, preventing codec->regmap from being nullified between the check and its usage. The fix is available in the Linux kernel commit 1f4a08fed450db87fbb5ff5105354158bdbe1a22 (OpenAnolis Bug).
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."