Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-44985
HistorySep 04, 2024 - 7:54 p.m.

CVE-2024-44985 ipv6: prevent possible UAF in ip6_xmit()

2024-09-0419:54:34
Linux
github.com
1
linux kernel
vulnerability
ipv6
uaf
ip6_xmit
skb_expand_head
dst
idev
rcu_read_lock

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial