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

7.5 · HIGH
Published Dec 27, 2024 linux CWE-401 EPSS 0.54% (43th pctl)

Overview

CVE-2024-53178 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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: Don't leak cfid when reconnect races with open_cached_dir

open_cached_dir() may either race with the tcon reconnection even before

compound_send_recv() or directly trigger a reconnection via

SMB2_open_init() or SMB_query_info_init().

The reconnection process invokes invalidate_all_cached_dirs() via

cifs_mark_open_files_invalid(), which removes all cfids from the

cfids->entries list but doesn't drop a ref if has_lease isn't true. This

results in the currently-being-constructed cfid not being on the list,

but still having a refcount of 2. It leaks if returned from

open_cached_dir().

Fix this by setting cfid->has_lease when the ref is actually taken; the

cfid will not be used by other threads until it has a valid time.

Addresses these kmemleaks:

unreferenced object 0xffff8881090c4000 (size 1024):

comm "bash", pid 1860, jiffies 4295126592

hex dump (first 32 bytes):

00 01 00 00 00 00 ad de 22 01 00 00 00

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

CVE-2024-53178 is a high-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-53178?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-53178?

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

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