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

9.8 · CRITICAL
Published Nov 5, 2024 linux CWE-416 EPSS 0.50% (41th pctl)

Overview

CVE-2024-50106 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 5, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

nfsd: fix race between laundromat and free_stateid

There is a race between laundromat handling of revoked delegations

and a client sending free_stateid operation. Laundromat thread

finds that delegation has expired and needs to be revoked so it

marks the delegation stid revoked and it puts it on a reaper list

but then it unlock the state lock and the actual delegation revocation

happens without the lock. Once the stid is marked revoked a racing

free_stateid processing thread does the following (1) it calls

list_del_init() which removes it from the reaper list and (2) frees

the delegation stid structure. The laundromat thread ends up not

calling the revoke_delegation() function for this particular delegation

but that means it will no release the lock lease that exists on

the file.

Now, a new open for this file comes in and ends up finding that

lease list isn't empty and calls nfsd_breaker_owns_lease() which ends

up t

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 >= 3.17, < 6.11.6 Affected

Frequently Asked Questions

What is CVE-2024-50106?

CVE-2024-50106 is a critical-severity vulnerability affecting linux linux_kernel. It was published on November 5, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2024-50106?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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