In the Linux kernel, the following vulnerability has been resolved:
net: hisilicon: Fix potential use-after-free in hisi_femac_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:27
NVD link : CVE-2022-48962
Mitre link : CVE-2022-48962
CVE.ORG link : CVE-2022-48962
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free