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

5.5 · MEDIUM
Published Jul 29, 2024 linux CWE-476 EPSS 0.29% (21th pctl)

Overview

CVE-2024-41054 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

scsi: ufs: core: Fix ufshcd_clear_cmd racing issue

When ufshcd_clear_cmd is racing with the completion ISR, the completed tag

of the request's mq_hctx pointer will be set to NULL by the ISR. And

ufshcd_clear_cmd's call to ufshcd_mcq_req_to_hwq will get NULL pointer KE.

Return success when the request is completed by ISR because sq does not

need cleanup.

The racing flow is:

Thread A

ufshcd_err_handler step 1

ufshcd_try_to_abort_task

ufshcd_cmd_inflight(true) step 3

ufshcd_clear_cmd

...

ufshcd_mcq_req_to_hwq

blk_mq_unique_tag

rq->mq_hctx->queue_num step 5

Thread B

ufs_mtk_mcq_intr(cq complete ISR) step 2

scsi_done

...

__blk_mq_free_request

rq->mq_hctx = NULL; step 4

Below is KE back trace:

ufshcd_try_to_abort_task: cmd pending in the device. tag = 6

Unable to handle kernel NULL pointer dereference at virtual address 0000000000000194

pc : [0xffffffd589679bf8] blk_mq_unique_

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.5, < 6.6.41 Affected

Frequently Asked Questions

What is CVE-2024-41054?

CVE-2024-41054 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-41054?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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