Wind River Support Network

HomeDefectsLIN1021-7442
Not to be fixed

LIN1021-7442 : Security Advisory - linux - CVE-2021-46966

Created: Feb 27, 2024    Updated: Mar 1, 2024
Resolved Date: Feb 29, 2024
Found In Version: 10.21.20.1
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel

Description

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

ACPI: custom_method: fix potential use-after-free issue

In cm_write(), buf is always freed when reaching the end of the
function.  If the requested count is less than table.length, the
allocated buffer will be freed but subsequent calls to cm_write() will
still try to access it.

Remove the unconditional kfree(buf) at the end of the function and
set the buf to NULL in the -EINVAL error path to match the rest of
function.

CREATE(Triage):(User=admin) CVE-2021-46966 (https://nvd.nist.gov/vuln/detail/CVE-2021-46966)
Live chat
Online