Beveiligingsadvies

CVE-2024-44985

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-09-04 19:54:34
Laatst bijgewerkt 2026-08-05 11:37:27
Toegewezen door Linux
CVSS-score 9.8
Status PUBLISHED

Beschrijving

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.