In the Linux kernel, the following vulnerability has been resolved:
net: qcom/emac: fix UAF in emac_remove
adpt is netdev private data and it cannot be
used after free_netdev() call. Using adpt after free_netdev()
can cause UAF bug. Fix it by moving free_netdev() at the end of the
function.
References
Configurations
Configuration 1 (hide)
|
History
26 Dec 2024, 19:50
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-416 | |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.14:rc1:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/11e9d163d631198bb3eb41a677a61b499516c0f7 - Patch | |
References | () https://git.kernel.org/stable/c/2b70ca92847c619d6264c7372ef74fcbfd1e048c - Patch | |
References | () https://git.kernel.org/stable/c/4d04a42b926e682140776e54188f4a44f1f01a81 - Patch | |
References | () https://git.kernel.org/stable/c/8a225a6e07a57a1538d53637cb3d82bd3e477839 - Patch | |
References | () https://git.kernel.org/stable/c/ad297cd2db8953e2202970e9504cab247b6c7cb4 - Patch | |
References | () https://git.kernel.org/stable/c/b1e091331920f8fbfc747dcbd16263fcd71abb2d - Patch | |
References | () https://git.kernel.org/stable/c/b560521eca03d0a2db6093a5a632cbdd0a0cf833 - Patch |
Information
Published : 2024-05-21 15:15
Updated : 2024-12-26 19:50
NVD link : CVE-2021-47311
Mitre link : CVE-2021-47311
CVE.ORG link : CVE-2021-47311
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free