Bug 2502523 (CVE-2026-64107) - CVE-2026-64107 kernel: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512x_overclock_xxx_put()
Summary: CVE-2026-64107 kernel: ASoC: codecs: pcm512x: fix null-ptr dereference in pcm...
Keywords:
Status: NEW
Alias: CVE-2026-64107
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-19 17:04 UTC by OSIDB Bzimport
Modified: 2026-07-20 12:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 17:04:08 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.