← Back to CVE List
CVE-2026-90119NVD
Vulnerability Summary
In the Linux kernel, the following vulnerability has been resolved:
ALSA: ice1712: Fix the card leak at probe error with the auto-cleanup
snd_ice1712_probe() performs multiple initialization steps after
snd_card_new(), but directly returns on failures from later steps
without releasing the ALSA card, causing resource leaks when
probing fails.
Use snd_devm_card_new() together with scope-based cleanup
via __free(snd_card_unref), and clear the card pointer after
successful registration to keep it alive.
ALSA: ice1712: Fix the card leak at probe error with the auto-cleanup
snd_ice1712_probe() performs multiple initialization steps after
snd_card_new(), but directly returns on failures from later steps
without releasing the ALSA card, causing resource leaks when
probing fails.
Use snd_devm_card_new() together with scope-based cleanup
via __free(snd_card_unref), and clear the card pointer after
successful registration to keep it alive.
Affected & Patched Versions
- Linux Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 and < c5c7c7b6cfae73c46e4544a9ef08ff89231a670d
- Linux Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 and < d8ac49391a1562dc784fc91e810e696284cb647e
- Linux Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 and < b15782627b6562f7b6d628f4699316f26340f835
- Linux Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 and < 24b399f51812d727dc25d7814c4d7e0cca38201e
- Linux Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 and < d736eba9c453fedce664fdf592c8b71ecff1932b
- Linux Linux >= 5.15
- Linux Linux c5c7c7b6cfae73c46e4544a9ef08ff89231a670d
- Linux Linux d8ac49391a1562dc784fc91e810e696284cb647e
- Linux Linux b15782627b6562f7b6d628f4699316f26340f835
- Linux Linux 24b399f51812d727dc25d7814c4d7e0cca38201e
- Linux Linux d736eba9c453fedce664fdf592c8b71ecff1932b
External References
- https://git.kernel.org/stable/c/c5c7c7b6cfae73c46e4544a9ef08ff89231a670d
- https://git.kernel.org/stable/c/d8ac49391a1562dc784fc91e810e696284cb647e
- https://git.kernel.org/stable/c/b15782627b6562f7b6d628f4699316f26340f835
- https://git.kernel.org/stable/c/24b399f51812d727dc25d7814c4d7e0cca38201e
- https://git.kernel.org/stable/c/d736eba9c453fedce664fdf592c8b71ecff1932b