CVE Catalog

CVE-2026-98092

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the ASoC amd yc driver's acp6x_pdm_dma_close() does not free the runtime->private_data buffer allocated in acp6x_pdm_dma_open(). The missing kfree causes a memory leak.

Risk Assessment

The memory leak may lead to gradual memory resource exhaustion and eventually system instability or failure when the DMA stream is repeatedly opened and closed.

Recommendation

Update the Linux kernel to a version containing the fix that adds the missing kfree in acp6x_pdm_dma_close().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: yc: fix memory leak in acp6x_pdm_dma_close() acp6x_pdm_dma_close() does not free the runtime->private_data buffer allocated in acp6x_pdm_dma_open(). Add the missing kfree.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS