Security Advisory

CVE-2025-68281

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-16 14:48:37
Last updated 2026-05-11 21:50:07
Assigner Linux
State PUBLISHED

Description

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.