NONE · 0

CVE-2025-68345

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...

Vulnerability 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.

References

FAQ

What is CVE-2025-68345?

CVE-2025-68345 is a documented vulnerability. 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...

How severe is CVE-2025-68345?

CVSS scoring is not yet available for CVE-2025-68345. Check NVD for updates.

Is there a patch for CVE-2025-68345?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.