HomeDefectsLIN1022-29203
Acknowledged

LIN1022-29203 : Security Advisory - linux - CVE-2026-64173

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.22.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  tracing: Do not call map->ops->elt_free() if elt_alloc() fails  In paths where tracing_map_elt_alloc() failed to allocate objects, the map->ops->elt_alloc() call was never successful. In this case, map->ops->elt_free() should not be called.