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-2023-53531

7.8 · HIGH
Published Oct 1, 2025 linux CWE-476 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53531 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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 poll request timeout handling

When doing io_uring benchmark on /dev/nullb0, it's easy to crash the

kernel if poll requests timeout triggered, as reported by David. [1]

BUG: kernel NULL pointer dereference, address: 0000000000000008

Workqueue: kblockd blk_mq_timeout_work

RIP: 0010:null_timeout_rq+0x4e/0x91

Call Trace:

? null_timeout_rq+0x4e/0x91

blk_mq_handle_expired+0x31/0x4b

bt_iter+0x68/0x84

? bt_tags_iter+0x81/0x81

__sbitmap_for_each_set.constprop.0+0xb0/0xf2

? __blk_mq_complete_request_remote+0xf/0xf

bt_for_each+0x46/0x64

? __blk_mq_complete_request_remote+0xf/0xf

? percpu_ref_get_many+0xc/0x2a

blk_mq_queue_tag_busy_iter+0x14d/0x18e

blk_mq_timeout_work+0x95/0x127

process_one_work+0x185/0x263

worker_thread+0x1b5/0x227

This is indeed a race problem between null_timeout_rq() and null_poll().

null_poll() null_timeout_rq()

spin_lock(&nq->poll_lock)

list_splice_init(&nq->poll_list,

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.16, < 6.1.54 Affected

Frequently Asked Questions

What is CVE-2023-53531?

CVE-2023-53531 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53531?

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

How do I fix or remediate CVE-2023-53531?

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-2023-53531?

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