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-35911

7.8 · HIGH
Published May 19, 2024 linux CWE-787 EPSS 0.22% (13th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

ice: fix memory corruption bug with suspend and rebuild

The ice driver would previously panic after suspend. This is caused

from the driver *only* calling the ice_vsi_free_q_vectors() function by

itself, when it is suspending. Since commit b3e7b3a6ee92 ("ice: prevent

NULL pointer deref during reload") the driver has zeroed out

num_q_vectors, and only restored it in ice_vsi_cfg_def().

This further causes the ice_rebuild() function to allocate a zero length

buffer, after which num_q_vectors is updated, and then the new value of

num_q_vectors is used to index into the zero length buffer, which

corrupts memory.

The fix entails making sure all the code referencing num_q_vectors only

does so after it has been reset via ice_vsi_cfg_def().

I didn't perform a full bisect, but I was able to test against 6.1.77

kernel and that ice driver works fine for suspend/resume with no panic,

so sometime since then, this problem was in

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 >= 6.4.7, < 6.5 Affected

Frequently Asked Questions

What is CVE-2024-35911?

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

How severe is CVE-2024-35911?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-35911?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-35911 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.