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

ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put()

In the pcm512x chipset driver, pcm512x_overclock_xxx_put() is defined as
a general mixer kcontrol instead of a DAPM kcontrol, so struct
snd_soc_dapm_context must not be accessed via
snd_soc_dapm_kcontrol_to_dapm().

This causes a NULL pointer dereference, so it must be modified to use
snd_soc_component_to_dapm().
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a null pointer dereference in the pcm512x audio codec driver caused by treating a mixer kcontrol as a DAPM kcontrol. When pcm512x_overclock_xxx_put is invoked, the driver incorrectly accesses a null context, leading to a kernel fault. This fault can crash the system, resulting in a denial of service, but it does not provide a path for arbitrary code execution.

Affected Systems

The flaw resides in the Linux kernel’s Advanced Linux Sound Architecture (ASoC) component. Any distribution or kernel build that includes the unpatched pcm512x driver is potentially vulnerable. Because the vendor list lists Linux:Linux twice, the issue applies to all Linux kernel versions that ship the non‑patched pcm512x driver and do not yet incorporate the fix, though no specific kernel versions are enumerated in the advisory.

Risk and Exploitability

The CVSS score of 5.5 reflects a moderate severity, and the EPSS score of less than 1% indicates a very low likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Exploitation would occur when a user triggers the overclock control path in the audio subsystem; no evidence suggests remote exploitation or privilege escalation. The detected fault is confined to the kernel audio driver and would require local access to the affected hardware to trigger a crash.

Generated by OpenCVE AI on July 30, 2026 at 20:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a revision that includes the pcm512x_overclock_xxx_put patch
  • Rebuild or reinstall the ASoC driver module to ensure the corrected code is loaded
  • If patching is not immediately possible, disable or remove the pcm512x audio codec module from the system to prevent the crash path

Generated by OpenCVE AI on July 30, 2026 at 20:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 21 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put() In the pcm512x chipset driver, pcm512x_overclock_xxx_put() is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct snd_soc_dapm_context must not be accessed via snd_soc_dapm_kcontrol_to_dapm(). This causes a NULL pointer dereference, so it must be modified to use snd_soc_component_to_dapm().
Title ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put()
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-07-19T15:40:10.079Z

Reserved: 2026-07-19T07:54:57.034Z

Link: CVE-2026-64107

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64107 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:45:17Z

Weaknesses