Answer in brief
CVE-2026-90119 records a Unknown severity vulnerability in ALSA: ice1712: Fix the card leak at probe error with the auto-cleanup. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ca642da4b33d385c5a633287e1c4155f1ea09638 <c5c7c7b6cfae73c46e4544a9ef08ff89231a670d || >=ca642da4b33d385c5a633287e1c4155f1ea09638 <d8ac49391a1562dc784fc91e810e696284cb647e || >=ca642da4b33d385c5a633287e1c4155f1ea09638 <b15782627b6562f7b6d628f4699316f26340f835 || >=ca642da4b33d385c5a633287e1c4155f1ea09638 <24b399f51812d727dc25d7814c4d7e0cca38201e || >=ca642da4b33d385c5a633287e1c4155f1ea09638 <d736eba9c453fedce664fdf592c8b71ecff1932b | c5c7c7b6cfae73c46e4544a9ef08ff89231a670d, d8ac49391a1562dc784fc91e810e696284cb647e, b15782627b6562f7b6d628f4699316f26340f835, 24b399f51812d727dc25d7814c4d7e0cca38201e, d736eba9c453fedce664fdf592c8b71ecff1932b |
| Linux/Linuxgeneric | 5.15 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.