HomeDefectsLIN1019-11139
Fixed

LIN1019-11139 : Security Advisory - linux - CVE-2021-46973

Created: Feb 27, 2024    Updated: Sep 27, 2024
Resolved Date: Sep 27, 2024
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
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)