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

5.5 · MEDIUM
Published Feb 27, 2025 linux CWE-667 EPSS 0.16% (6th pctl)

Overview

CVE-2024-58042 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

rhashtable: Fix potential deadlock by moving schedule_work outside lock

Move the hash table growth check and work scheduling outside the

rht lock to prevent a possible circular locking dependency.

The original implementation could trigger a lockdep warning due to

a potential deadlock scenario involving nested locks between

rhashtable bucket, rq lock, and dsq lock. By relocating the

growth check and work scheduling after releasing the rth lock, we break

this potential deadlock chain.

This change expands the flexibility of rhashtable by removing

restrictive locking that previously limited its use in scheduler

and workqueue contexts.

Import to say that this calls rht_grow_above_75(), which reads from

struct rhashtable without holding the lock, if this is a problem, we can

move the check to the lock, and schedule the workqueue after the lock.

Modified so that atomic_inc is also moved outside of the bucket

lock along

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.12, < 6.12.13 Affected

Frequently Asked Questions

What is CVE-2024-58042?

CVE-2024-58042 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-58042?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-58042?

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

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