Lucene search

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

CVE-2024-44986 ipv6: fix possible UAF in ip6_finish_output2()

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

AI Score

7

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial