Bug 2422779 (CVE-2025-68281) - CVE-2025-68281 kernel: Linux kernel: Denial of Service in ASoC SDCA due to incorrect memory allocation
Summary: CVE-2025-68281 kernel: Linux kernel: Denial of Service in ASoC SDCA due to in...
Keywords:
Status: NEW
Alias: CVE-2025-68281
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 15:04 UTC by OSIDB Bzimport
Modified: 2026-03-12 12:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 15:04:19 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-list

"struct sdca_control" declares "values" field as integer array.
But the memory allocated to it is of char array. This causes
crash for sdca_parse_function API. This patch addresses the
issue by allocating correct data size.


Note You need to log in before you can comment on or make changes to this bug.