HomeDefectsLIN1024-21225
Fixed

LIN1024-21225 : Security Advisory - linux - CVE-2026-43480

Created: May 14, 2026    Updated: May 19, 2026
Resolved Date: May 18, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition  The acp3x_5682_init() function did not check the return value of clk_get(), which could lead to dereferencing error pointers in rt5682_clk_enable().  Fix this by: 1. Changing clk_get() to the device-managed devm_clk_get(). 2. Adding proper IS_ERR() checks for both clock acquisitions.