LIN1022-20523 : Security Advisory - linux - CVE-2022-50866
Created: Dec 31, 2025
Updated: Jan 6, 2026
Resolved Date: Dec 31, 2025
Found In Version: 10.22.33.2
Fix Version: 10.22.33.5
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
Description
In the Linux kernel, the following vulnerability has been resolved:
ASoC: pxa: fix null-pointer dereference in filter()
kasprintf() would return NULL pointer when kmalloc() fail to allocate.
Need to check the return pointer before calling strcmp().