CVE-2025-68281
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 ASoC SDCA component related to parsing the mipi-sdca-control-cn-list. Specifically, the 'struct sdca_control' declares a 'values' field as an integer array, but the memory allocated for it is actually a char array. This mismatch causes a crash when the sdca_parse_function API is called. The issue is fixed by allocating the correct data size for the 'values' field.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when the sdca_parse_function API is used, potentially leading to system instability or denial of service.