CVE-2025-68205
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a bug in the Linux kernel's ALSA HDMI codec driver for the nvhdmi-mcp device. Due to a copy-paste error during code restructuring, the functions build_controls and build_pcms were swapped for this driver. Both functions have the same form, so the compiler did not detect the mistake. This caused a NULL pointer dereference because the PCM instance was not initialized when build_controls was called.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference in the Linux kernel when probing the nvhdmi-mcp HDMI codec driver. This may lead to system instability or crashes during device initialization, potentially affecting system reliability.