Description
In the Linux kernel, the following vulnerability has been resolved:

ALSA: es18xx: check control allocation before private data setup

snd_es18xx_mixer() creates controls with snd_ctl_new1() and then stores
bookkeeping pointers or sets private_free before calling snd_ctl_add().
snd_ctl_new1() can return NULL on allocation failure, so those writes
can dereference a NULL control pointer.

Check the returned control pointers before using them and return -ENOMEM
on allocation failure.
Published: 2026-09-24
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service (kernel crash)
Action: Apply Patch
AI Analysis

Impact

A flaw in the ALSA es18xx driver causes a NULL pointer dereference during control allocation. When snd_ctl_new1() fails, subsequent writes occur on a NULL control pointer, which can crash the kernel. The vulnerability stems from the missing null‑check before using the returned control pointer.

Affected Systems

Linux kernel builds that include the ALSA es18xx audio codec driver. No specific version range is listed in the data; any kernel containing the pre‑fix code is potentially vulnerable.

Risk and Exploitability

The CVSS score is not provided and EPSS is unavailable; however, the defect can cause a kernel panic. The vulnerability is not listed in the CISA KEV catalog, indicating no known active exploitation. Attacks would require local access to load or manipulate the es18xx driver, and the impact is a system crash. The lack of published exploits and the local privilege requirement suggest a moderate to high severity if the kernel is unpatched.

Generated by OpenCVE AI on September 25, 2026 at 04:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the ALSA es18xx NULL‑check fix.
  • If an immediate kernel update is unavailable, blacklist or otherwise disable the es18xx driver module so it cannot be loaded.
  • Monitor system logs for kernel panics or related errors involving ALSA es18xx and restrict privileged users from loading the driver.

Generated by OpenCVE AI on September 25, 2026 at 04:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ALSA: es18xx: check control allocation before private data setup snd_es18xx_mixer() creates controls with snd_ctl_new1() and then stores bookkeeping pointers or sets private_free before calling snd_ctl_add(). snd_ctl_new1() can return NULL on allocation failure, so those writes can dereference a NULL control pointer. Check the returned control pointers before using them and return -ENOMEM on allocation failure.
Title ALSA: es18xx: check control allocation before private data setup
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-24T16:03:27.939Z

Reserved: 2026-09-24T14:53:16.868Z

Link: CVE-2026-97418

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:19.613

Modified: 2026-09-24T17:17:19.613

Link: CVE-2026-97418

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T04:15:13Z

Weaknesses