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

6.4 · MEDIUM
Published May 17, 2024 linux CWE-401 EPSS 0.73% (52th pctl)

Overview

CVE-2024-35853 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 17, 2024 and has a CVSS 3.1 base score of 6.4 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 6.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

mlxsw: spectrum_acl_tcam: Fix memory leak during rehash

The rehash delayed work migrates filters from one region to another.

This is done by iterating over all chunks (all the filters with the same

priority) in the region and in each chunk iterating over all the

filters.

If the migration fails, the code tries to migrate the filters back to

the old region. However, the rollback itself can also fail in which case

another migration will be erroneously performed. Besides the fact that

this ping pong is not a very good idea, it also creates a problem.

Each virtual chunk references two chunks: The currently used one

('vchunk->chunk') and a backup ('vchunk->chunk2'). During migration the

first holds the chunk we want to migrate filters to and the second holds

the chunk we are migrating filters from.

The code currently assumes - but does not verify - that the backup chunk

does not exist (NULL) if the currently used chunk

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 >= 5.1, < 5.4.275 Affected

Frequently Asked Questions

What is CVE-2024-35853?

CVE-2024-35853 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 17, 2024 and has a CVSS 3.1 base score of 6.4 (MEDIUM).

How severe is CVE-2024-35853?

This vulnerability has a CVSS 3.1 base score of 6.4, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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

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