CVE-2023-53275NULL Pointer Dereference in Linux

Severity
5.5MEDIUMNVD
EPSS
0.0%
top 97.47%
CISA KEV
Not in KEV
Exploit
No known exploits
Timeline
PublishedSep 16

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() The variable codec->regmap is often protected by the lock codec->regmap_lock when is accessed. However, it is accessed without holding the lock when is accessed in snd_hdac_regmap_sync(): if (codec->regmap) In my opinion, this may be a harmful race, because if codec->regmap is set to NULL right after the condition is checked, a null

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.8 | Impact: 3.6

Affected Packages4 packages

NVDlinux/linux_kernel5.55.10.192+4
Debianlinux/linux_kernel< 5.10.197-1+3
CVEListV5linux/linux69d5dc286d05441ca2f854ae8df11201f6f9b706109f0aaa0b8838a88af9125b79579023539300a7+6
debiandebian/linux< linux 6.1.52-1 (bookworm)

Patches

🔴Vulnerability Details

2
GHSA
GHSA-m34j-mgrv-w6rc: In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_r2025-09-16
OSV
CVE-2023-53275: In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_re2025-09-16

📋Vendor Advisories

2
Red Hat
kernel: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync()2025-09-16
Debian
CVE-2023-53275: linux - In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: ...2023
CVE-2023-53275 — NULL Pointer Dereference in Linux | cvebase