NONE · 0

CVE-2026-90119

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 a...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-90119?

CVE-2026-90119 is a documented vulnerability. 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 a...

How severe is CVE-2026-90119?

CVSS scoring is not yet available for CVE-2026-90119. Check NVD for updates.

Is there a patch for CVE-2026-90119?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.