You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 40275
About this tag
CVE-2025-40275 is a NULL-pointer dereference vulnerability in the Linux kernel's ALSA USB audio driver, specifically in the snd_usb_mixer_controls_badd function. It can be triggered by a crafted USB audio descriptor during UAC3 device parsing, potentially causing a system crash (oops). The upstream fix adds a simple NULL check to prevent this issue. This tag covers discussions about the vulnerability, its impact on Linux systems, and the patch released to address it. Topics include kernel security, USB audio device handling, and the role of fuzzing tools like syzkaller in discovering such flaws.
The Linux kernel has closed a small but important robustness hole in the ALSA usb‑audio stack: CVE‑2025‑40275 is a NULL‑pointer dereference in snd_usb_mixer_controls_badd that can be triggered by a crafted USB audio descriptor, and the upstream fix adds a simple NULL check to prevent an oops...