In the Linux kernel, the following vulnerability has been resolved:
ipv6: prevent possible UAF in ip6_xmit()
If skb_expand_head() returns NULL, skb has been freed
and the associated dst/idev could also have been freed.
We must use rcu_read_lock() to prevent a possible UAF.
References
Configurations
Configuration 1 (hide)
|
History
09 Jan 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-09-04 20:15
Updated : 2025-01-09 16:15
NVD link : CVE-2024-44985
Mitre link : CVE-2024-44985
CVE.ORG link : CVE-2024-44985
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free