Fixed
Created: Apr 28, 2024
Updated: May 6, 2024
Resolved Date: Apr 30, 2024
Found In Version: 10.23.30.1
Fix Version: 10.23.30.10
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:
ASoC: SOF: Add some bounds checking to firmware data
Smatch complains about "head->full_size - head->header_size" can
underflow. To some extent, we're always going to have to trust the
firmware a bit. However, it's easy enough to add a check for negatives,
and let's add a upper bounds check as well.
CREATE(Triage):(User=admin) CVE-2024-26927 (https://nvd.nist.gov/vuln/detail/CVE-2024-26927)