CVE-2024-44986 | 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.
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.
- 🔗 git.kernel.org/stable/c/e891b36de161fcd96f12ff83667473e5…
- 🔗 git.kernel.org/stable/c/3574d28caf9a09756ae87ad1ea096c6f…
- 🔗 git.kernel.org/stable/c/6ab6bf731354a6fdbaa617d1ec194960…
- 🔗 git.kernel.org/stable/c/56efc253196751ece1fc535a5b582be1…
- 🔗 git.kernel.org/stable/c/da273b377ae0d9bd255281ed3c2adb22…
- 🔗 lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-31 | 2026-09-19 |
|---|---|---|
| ≥90 % | 0 | 538 |
| ≥50 % | 0 | 1603 |
| ≥10 % | 0 | 17 |
| <10 % | 300 | 56400 |
CVE-2024-44986 | 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.
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