CVE-2024-53239·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Release resources at card release The current 6fire code tries to release the resources right after the call of usb6fire_chip_abort(). But at this moment, the card object might be still in use (as we're calling snd_card_free_when_closed()). For avoid potential UAFs, move the release of resources to the card's private_free instead of the manual call of usb6fire_chip_destroy() at the USB disconnect callback.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.12.2
- Published
- 2024-12-27
Affected versions
From: 6.12
Until: 6.12.2
Fixed in: 6.12.2
How to fix this CVE
Update your Linux kernel to version 6.12.2 or later to resolve a use-after-free vulnerability in the ALSA 6fire USB audio driver. The vulnerability occurs when the kernel attempts to release audio device resources before the sound card object has finished being used, potentially leading to memory corruption. Apply the latest kernel updates through your distribution's package manager and reboot your system to complete the remediation.
sudo dnf update kernel kernel-devel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check your current kernel version: uname -r
- Verify if 6fire USB audio devices are present: lsusb | grep -i 6fire or cat /proc/asound/cards | grep -i 6fire
- Search kernel logs for audio driver errors: sudo journalctl -b | grep -i '6fire\|usb.*audio' or dmesg | grep -i '6fire'
- Confirm the patch is applied by checking kernel build date: uname -v and comparing against Ubuntu/Debian security advisory timestamps
FAQ
What is CVE-2024-53239?
CVE-2024-53239 is a use-after-free vulnerability in the Linux kernel's ALSA 6fire USB audio driver that occurs when device resources are released before the sound card object is fully deallocated, potentially allowing memory corruption and system instability.
Is CVE-2024-53239 being actively exploited?
No, CVE-2024-53239 is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog and no public exploits are currently available.
What versions of Kernel are affected by CVE-2024-53239?
Linux kernel versions 6.12 through 6.12.2 are affected; the vulnerability is fixed in kernel 6.12.2 and later.
How do I check if my server is vulnerable to CVE-2024-53239?
Run 'uname -r' to check your kernel version. If it reports 6.12.0, 6.12.1, or 6.12.2-early builds, and you have a 6fire USB audio device connected, your system is vulnerable.
Does Defensia detect CVE-2024-53239?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2024-53239 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/0df7f4b5cc10f5adf98be0845372e9eef7bb5b09
- https://git.kernel.org/stable/c/273eec23467dfbfbd0e4c10302579ba441fb1e13
- https://git.kernel.org/stable/c/57860a80f03f9dc69a34a5c37b0941ad032a0a8c
- https://git.kernel.org/stable/c/74357d0b5cd3ef544752bc9f21cbeee4902fae6c
- https://git.kernel.org/stable/c/a0810c3d6dd2d29a9b92604d682eacd2902ce947
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-53239. Free for 1 server.
Get started free