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

7.5 · HIGH
Published Dec 27, 2024 linux CWE-476 EPSS 0.48% (39th pctl)

Overview

CVE-2024-53185 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: client: fix NULL ptr deref in crypto_aead_setkey()

Neither SMB3.0 or SMB3.02 supports encryption negotiate context, so

when SMB2_GLOBAL_CAP_ENCRYPTION flag is set in the negotiate response,

the client uses AES-128-CCM as the default cipher. See MS-SMB2

3.3.5.4.

Commit b0abcd65ec54 ("smb: client: fix UAF in async decryption") added

a @server->cipher_type check to conditionally call

smb3_crypto_aead_allocate(), but that check would always be false as

@server->cipher_type is unset for SMB3.02.

Fix the following KASAN splat by setting @server->cipher_type for

SMB3.02 as well.

mount.cifs //srv/share /mnt -o vers=3.02,seal,...

BUG: KASAN: null-ptr-deref in crypto_aead_setkey+0x2c/0x130

Read of size 8 at addr 0000000000000020 by task mount.cifs/1095

CPU: 1 UID: 0 PID: 1095 Comm: mount.cifs Not tainted 6.12.0 #1

Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-3.fc41

04/01/2014

Call Trace:

<TASK>

d

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

Frequently Asked Questions

What is CVE-2024-53185?

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

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

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

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