In the Linux kernel, the following vulnerability has been resolved:
ipv6: fix possible UAF in ip6_finish_output2()
If skb_expand_head() returns NULL, skb has been freed
and associated dst/idev could also have been freed.
We need to hold rcu_read_lock() to make sure the dst and
associated idev are alive.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-04 20:15
Updated : 2024-09-05 17:54
NVD link : CVE-2024-44986
Mitre link : CVE-2024-44986
CVE.ORG link : CVE-2024-44986
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free