CVE-2021-46973

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-46973
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-46973.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-46973
Downstream
Published
2024-02-27T19:04:07Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
Details

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..

References

Affected packages