CVE-2026-31581
Published: Apr 24, 2026
Modified: Jun 1, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: fix use-after-free on disconnect In usb6fire_chip_abort(), the chip struct is allocated as the card's private data (via snd_card_new with sizeof(struct sfire_chip)). When snd_card_free_when_closed() is called and no file handles are open, the card and embedded chip are freed synchronously. The subsequent chip->card = NULL write then hits freed slab memory. Call trace: usb6fire_chip_abort sound/usb/6fire/chip.c:59 [inline] usb6fire_chip_disconnect+0x348/0x358 sound/usb/6fire/chip.c:182 usb_unbind_interface+0x1a8/0x88c drivers/usb/core/driver.c:458 ... hub_event+0x1a04/0x4518 drivers/usb/core/hub.c:5953 Fix by moving the card lifecycle out of usb6fire_chip_abort() and into usb6fire_chip_disconnect(). The card pointer is saved in a local before any teardown, snd_card_disconnect() is called first to prevent new opens, URBs are aborted while chip is still valid, and snd_card_free_when_closed() is called last so chip is never accessed after the card may be freed.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected f2d06d4e129e2508e356136f99bb20a332ff1a00 - < e719232f4552e29de8027a83918ea94434be87afaffected b889a7d68d7e76b8795b754a75c91a2d561d5e8c - < e247a0e01d15ed420f77ec5e2335721bf430a5b3affected ea8cc56db659cf0ae57073e32a4735ead7bd7ee3 - < ba88461f7653636c48321ca993006a74724c2f41affected b754e831a94f82f2593af806741392903f359168 - < e88354b381e2006de63d6b052ed7005c9a47d00eaffected 57860a80f03f9dc69a34a5c37b0941ad032a0a8c - < af75b486f7e883e3422ece23c8d727e6815144a0+15 more versions |
Linux | Linux | affected 6.13unaffected 0 - < 6.13unaffected 5.10.258 - <= 5.10.*unaffected 5.15.209 - <= 5.15.*unaffected 6.1.175 - <= 6.1.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now