First published: Wed Sep 04 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.15<5.15.166 | |
Linux Kernel | >=5.16<6.1.107 | |
Linux Kernel | >=6.2<6.6.48 | |
Linux Kernel | >=6.7<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
Linux Kernel | =6.11-rc4 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 | |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-44985 is classified as high due to its potential to cause a use-after-free condition in the Linux kernel.
To fix CVE-2024-44985, you should upgrade to the patched version of the Linux kernel listed in the vulnerability details.
CVE-2024-44985 affects several versions of the Linux kernel, specifically versions prior to 5.15.166, between 5.16 and 6.1.107, and several others within particular ranges.
CVE-2024-44985 may be exploitable remotely if the Linux kernel is handling IPv6 traffic under certain conditions.
The potential impact of CVE-2024-44985 includes system crashes, arbitrary code execution, and loss of data integrity due to the use-after-free vulnerability.