HomeDefectsLIN1021-7449
Fixed

LIN1021-7449 : Security Advisory - linux - CVE-2021-46973

Created: Feb 27, 2024    Updated: Nov 19, 2024
Resolved Date: Nov 17, 2024
Found In Version: 10.21.20.1
Fix Version: 10.21.20.24
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel

Description

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

net: qrtr: Avoid potential use after free in MHI send

It is possible that the MHI ul_callback will be invoked immediately
following the queueing of the skb for transmission, leading to the
callback decrementing the refcount of the associated sk and freeing the
skb.

As such the dereference of skb and the increment of the sk refcount must
happen before the skb is queued, to avoid the skb to be used after free
and potentially the sk to drop its last refcount..

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

CVEs