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