In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: pcm512x: fix null-ptr dereference in pcm512xoverclockxxx_put()
In the pcm512x chipset driver, pcm512xoverclockxxxput() is defined as a general mixer kcontrol instead of a DAPM kcontrol, so struct sndsocdapmcontext must not be accessed via sndsocdapmkcontrolto_dapm().
This causes a NULL pointer dereference, so it must be modified to use sndsoccomponenttodapm().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64107.json",
"cna_assigner": "Linux"
}