CVE-2025-68345
Unknown Unknown - Not Provided

NULL Pointer Dereference in Linux ALSA cs35l41 Driver Causes Crash

Vulnerability report for CVE-2025-68345, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi() The acpi_get_first_physical_node() function can return NULL, in which case the get_device() function also returns NULL, but this value is then dereferenced without checking,so add a check to prevent a crash. Found by Linux Verification Center (linuxtesting.org) with SVACE.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability occurs in the Linux kernel's ALSA hda driver for the cs35l41 device. The function acpi_get_first_physical_node() can return NULL, and subsequently get_device() also returns NULL. However, the code dereferences this NULL pointer without checking, which can cause a crash. The fix adds a check to prevent dereferencing a NULL pointer.

Impact Analysis

This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference, potentially leading to a denial of service on affected systems.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68345. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart