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

5.5 · MEDIUM
Published Jun 21, 2024 linux CWE-476 EPSS 0.27% (19th pctl)

Overview

CVE-2024-36478 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 21, 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:

null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'

Writing 'power' and 'submit_queues' concurrently will trigger kernel

panic:

Test script:

modprobe null_blk nr_devices=0

mkdir -p /sys/kernel/config/nullb/nullb0

while true; do echo 1 > submit_queues; echo 4 > submit_queues; done &

while true; do echo 1 > power; echo 0 > power; done

Test result:

BUG: kernel NULL pointer dereference, address: 0000000000000148

Oops: 0000 [#1] PREEMPT SMP

RIP: 0010:__lock_acquire+0x41d/0x28f0

Call Trace:

<TASK>

lock_acquire+0x121/0x450

down_write+0x5f/0x1d0

simple_recursive_removal+0x12f/0x5c0

blk_mq_debugfs_unregister_hctxs+0x7c/0x100

blk_mq_update_nr_hw_queues+0x4a3/0x720

nullb_update_nr_hw_queues+0x71/0xf0 [null_blk]

nullb_device_submit_queues_store+0x79/0xf0 [null_blk]

configfs_write_iter+0x119/0x1e0

vfs_write+0x326/0x730

ksys_write+0x74/0x150

This is because del_gendisk() can concurrent

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 >= 5.5, < 6.9.4 Affected

Frequently Asked Questions

What is CVE-2024-36478?

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

How severe is CVE-2024-36478?

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

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

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