LIN1022-20529 : Security Advisory - linux - CVE-2022-50872
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.8
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
Description
In the Linux kernel, the following vulnerability has been resolved:
ARM: OMAP2+: Fix memory leak in realtime_counter_init()
The "sys_clk" resource is malloced by clk_get(),
it is not released when the function return.