CVE-2026-98092
Received Received - Intake

Memory Leak in Linux Kernel ASoC AMD YC Driver

Vulnerability report for CVE-2026-98092, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a memory leak vulnerability in the Linux kernel's ASoC AMD YC driver. The function acp6x_pdm_dma_close() fails to free the runtime->private_data buffer that was allocated in acp6x_pdm_dma_open(). This causes memory to be leaked each time the DMA close function is called.

Detection Guidance

This vulnerability is specific to the Linux kernel's ASoC AMD YC driver and involves a memory leak in the acp6x_pdm_dma_close function. Detection requires checking kernel logs for memory leak warnings or analyzing kernel memory usage patterns. No direct network detection commands are applicable.

Impact Analysis

The impact is limited to systems using the affected AMD ASoC YC driver with PDM DMA functionality. Memory leaks can lead to gradual system performance degradation or eventual resource exhaustion if the vulnerable function is called repeatedly.

Mitigation Strategies

Update your Linux kernel to the latest patched version that includes the fix for CVE-2026-98092. This resolves the memory leak in the acp6x_pdm_dma_close function by properly freeing the runtime->private_data buffer.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-98092. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart