Lucene search

K
redhatcveRedhat.comRH:CVE-2024-38388
HistoryJun 21, 2024 - 2:27 p.m.

CVE-2024-38388

2024-06-2114:27:28
redhat.com
access.redhat.com
2
linux kernel
alsa
vulnerability

7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup Use the control private_free callback to free the associated data block. This ensures that the memory won’t leak, whatever way the control gets destroyed. The original implementation didn’t actually remove the ALSA controls in hda_cs_dsp_control_remove(). It only freed the internal tracking structure. This meant it was possible to remove/unload the amp driver while leaving its ALSA controls still present in the soundcard. Obviously attempting to access them could cause segfaults or at least dereferencing stale pointers.

7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%