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

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

Overview

CVE-2024-53177 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: prevent use-after-free due to open_cached_dir error paths

If open_cached_dir() encounters an error parsing the lease from the

server, the error handling may race with receiving a lease break,

resulting in open_cached_dir() freeing the cfid while the queued work is

pending.

Update open_cached_dir() to drop refs rather than directly freeing the

cfid.

Have cached_dir_lease_break(), cfids_laundromat_worker(), and

invalidate_all_cached_dirs() clear has_lease immediately while still

holding cfids->cfid_list_lock, and then use this to also simplify the

reference counting in cfids_laundromat_worker() and

invalidate_all_cached_dirs().

Fixes this KASAN splat (which manually injects an error and lease break

in open_cached_dir()):

==================================================================

BUG: KASAN: slab-use-after-free in smb2_cached_lease_break+0x27/0xb0

Read of size 8 at addr ffff88811cc24c10 by task kworker/

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 >= 0, < 6.6.64 Affected

Frequently Asked Questions

What is CVE-2024-53177?

CVE-2024-53177 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-53177?

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

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

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