Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-35969

8.8 · HIGH
Published May 20, 2024 linux CWE-770 EPSS 0.37% (30th pctl)

Overview

CVE-2024-35969 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr

Although ipv6_get_ifaddr walks inet6_addr_lst under the RCU lock, it

still means hlist_for_each_entry_rcu can return an item that got removed

from the list. The memory itself of such item is not freed thanks to RCU

but nothing guarantees the actual content of the memory is sane.

In particular, the reference count can be zero. This can happen if

ipv6_del_addr is called in parallel. ipv6_del_addr removes the entry

from inet6_addr_lst (hlist_del_init_rcu(&ifp->addr_lst)) and drops all

references (__in6_ifa_put(ifp) + in6_ifa_put(ifp)). With bad enough

timing, this can happen:

1. In ipv6_get_ifaddr, hlist_for_each_entry_rcu returns an entry.

2. Then, the whole ipv6_del_addr is executed for the given entry. The

reference count drops to zero and kfree_rcu is scheduled.

3. ipv6_get_ifaddr continues and tries to increments the reference count

(in6_i

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.35, < 4.19.313 Affected

Frequently Asked Questions

What is CVE-2024-35969?

CVE-2024-35969 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2024-35969?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-35969?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-35969?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-35969 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.