---
id: CVE-2026-90119
title: |-
  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 ret…
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 ret…
severity: medium
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 <
    c5c7c7b6cfae73c46e4544a9ef08ff89231a670d
  - >-
    Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 <
    d8ac49391a1562dc784fc91e810e696284cb647e
  - >-
    Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 <
    b15782627b6562f7b6d628f4699316f26340f835
  - >-
    Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 <
    24b399f51812d727dc25d7814c4d7e0cca38201e
  - >-
    Linux >= ca642da4b33d385c5a633287e1c4155f1ea09638 <
    d736eba9c453fedce664fdf592c8b71ecff1932b
  - Linux 5.15
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:04.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90119'
references:
  - url: 'https://git.kernel.org/stable/c/24b399f51812d727dc25d7814c4d7e0cca38201e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b15782627b6562f7b6d628f4699316f26340f835'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c5c7c7b6cfae73c46e4544a9ef08ff89231a670d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d736eba9c453fedce664fdf592c8b71ecff1932b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d8ac49391a1562dc784fc91e810e696284cb647e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-90119.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-90119'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2536480'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-90119'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90119'
  - url: >-
      https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-90119.mbox
tags:
  - nvd
  - cve.org
  - csaf
  - vex
  - red-hat
ingestedAt: '2026-09-17T16:21:47.884Z'
epss: 0.002
epssPercentile: 0.08722
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cvssSource: vendor
cwe:
  - CWE-772
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Vendor advisories

- **Red Hat VEX** · Low · affected: Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9, Red Hat OpenShift Container Platform 4 · no fix planned: Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9, … · updated 2026-09-23 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-90119.json)
