CVE-2025-39696
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's ALSA hda tas2781 driver was caused by an incorrect reference to tasdevice_priv during calibration data management unification. The reference was wrongly set to h->hda_priv instead of h->priv, leading to memory corruption and eventual crashes. The issue was difficult to detect because tasdevice_priv is a void pointer, so the compiler could not identify the incorrect reference.
How can this vulnerability impact me? :
This vulnerability can cause memory corruption and crashes in the Linux kernel's ALSA hda tas2781 driver, potentially leading to system instability or denial of service.