Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

msrc логотип

CVE-2026-64480

Опубликовано: 26 июл. 2026
Источник: msrc
CVSS3: 5.5
EPSS Низкий

Описание

ALSA: ice1712: check snd_ctl_new1() return value

EPSS

Процентиль: 8%
0.00181
Низкий

5.5 Medium

CVSS3

Связанные уязвимости

ubuntu
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. The ice1712 driver calls snd_ctl_new1() without checking the return value before dereferencing the pointer in multiple places (ice1712.c, ice1724.c, aureon.c), which can lead to NULL pointer dereferences. Add NULL checks after snd_ctl_new1() calls and return -ENOMEM if any fails.

CVSS3: 5.5
redhat
7 дней назад

A flaw was found in the Linux kernel's Advanced Linux Sound Architecture (ALSA) ice1712 driver. This vulnerability occurs because the `snd_ctl_new1()` function, which allocates memory, can return a null value upon failure, but the driver does not properly check for this. An attacker could potentially trigger a memory allocation failure, leading to a null pointer dereference and causing the system to crash, resulting in a Denial of Service (DoS).

nvd
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. The ice1712 driver calls snd_ctl_new1() without checking the return value before dereferencing the pointer in multiple places (ice1712.c, ice1724.c, aureon.c), which can lead to NULL pointer dereferences. Add NULL checks after snd_ctl_new1() calls and return -ENOMEM if any fails.

debian
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: A ...

github
7 дней назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check snd_ctl_new1() return value snd_ctl_new1() can return NULL when memory allocation fails. The ice1712 driver calls snd_ctl_new1() without checking the return value before dereferencing the pointer in multiple places (ice1712.c, ice1724.c, aureon.c), which can lead to NULL pointer dereferences. Add NULL checks after snd_ctl_new1() calls and return -ENOMEM if any fails.

EPSS

Процентиль: 8%
0.00181
Низкий

5.5 Medium

CVSS3