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

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

Overview

CVE-2024-41053 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_abort_one racing issue

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

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

success when request is completed by ISR because ufshcd_abort_one does not

need to do anything.

The racing flow is:

Thread A

ufshcd_err_handler step 1

...

ufshcd_abort_one

ufshcd_try_to_abort_task

ufshcd_cmd_inflight(true) step 3

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 at tag 41 not pending in the device.

ufshcd_try_to_abort_task: cmd at tag=41 is cleared.

Aborting tag 41 / CDB 0x28 succeeded

Unable to handle kernel NULL pointer dereference at virtual address 0000000000000194

pc : [0xffff

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

Frequently Asked Questions

What is CVE-2024-41053?

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

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

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

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