In the Linux kernel, the following vulnerability has been resolved:
net: hsr: Fix potential use-after-free
The skb is delivered to netif_rx() 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 18:31
NVD link : CVE-2022-49015
Mitre link : CVE-2022-49015
CVE.ORG link : CVE-2022-49015
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free