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

9.8 · CRITICAL
Published Dec 27, 2024 linux EPSS 0.55% (44th pctl)

Overview

CVE-2024-53176 is a critical-severity vulnerability affecting linux linux_kernel. It was published on December 27, 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:

smb: During unmount, ensure all cached dir instances drop their dentry

The unmount process (cifs_kill_sb() calling close_all_cached_dirs()) can

race with various cached directory operations, which ultimately results

in dentries not being dropped and these kernel BUGs:

BUG: Dentry ffff88814f37e358{i=1000000000080,n=/} still in use (2) [unmount of cifs cifs]

VFS: Busy inodes after unmount of cifs (cifs)

------------[ cut here ]------------

kernel BUG at fs/super.c:661!

This happens when a cfid is in the process of being cleaned up when, and

has been removed from the cfids->entries list, including:

- Receiving a lease break from the server

- Server reconnection triggers invalidate_all_cached_dirs(), which

removes all the cfids from the list

- The laundromat thread decides to expire an old cfid.

To solve these problems, dropping the dentry is done in queued work done

in a newly-added cfid_put_wq workqueue, and clo

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.1, < 6.6.64 Affected

Frequently Asked Questions

What is CVE-2024-53176?

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

How severe is CVE-2024-53176?

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

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

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