In the Linux kernel, the following vulnerability has been resolved:
net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
The skb is delivered to napi_gro_receive() which may free it, after
calling this, dereferencing skb may trigger use-after-free.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 20:15
Updated : 2024-10-24 19:24
NVD link : CVE-2022-48960
Mitre link : CVE-2022-48960
CVE.ORG link : CVE-2022-48960
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free