HomeDefectsLIN1021-7336
Fixed

LIN1021-7336 : Security Advisory - linux - CVE-2023-52459

Created: Feb 24, 2024    Updated: Oct 13, 2025
Resolved Date: Oct 13, 2025
Found In Version: 10.21.20.1
Fix Version: 10.21.20.21
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:

media: v4l: async: Fix duplicated list deletion

The list deletion call dropped here is already called from the
helper function in the line before. Having a second list_del()
call results in either a warning (with CONFIG_DEBUG_LIST=y):

list_del corruption, c46c8198->next is LIST_POISON1 (00000100)

If CONFIG_DEBUG_LIST is disabled the operation results in a
kernel error due to NULL pointer dereference.

CREATE(Triage):(User=admin) CVE-2023-52459 (https://nvd.nist.gov/vuln/detail/CVE-2023-52459)

CVEs