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

7.8 · HIGH
Published Dec 9, 2025 EPSS 0.18% (7th pctl)

Overview

CVE-2023-53823 is a high-severity vulnerability. It was published on December 9, 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:

block/rq_qos: protect rq_qos apis with a new lock

commit 50e34d78815e ("block: disable the elevator int del_gendisk")

move rq_qos_exit() from disk_release() to del_gendisk(), this will

introduce some problems:

1) If rq_qos_add() is triggered by enabling iocost/iolatency through

cgroupfs, then it can concurrent with del_gendisk(), it's not safe to

write 'q->rq_qos' concurrently.

2) Activate cgroup policy that is relied on rq_qos will call

rq_qos_add() and blkcg_activate_policy(), and if rq_qos_exit() is

called in the middle, null-ptr-dereference will be triggered in

blkcg_activate_policy().

3) blkg_conf_open_bdev() can call blkdev_get_no_open() first to find the

disk, then if rq_qos_exit() from del_gendisk() is done before

rq_qos_add(), then memory will be leaked.

This patch add a new disk level mutex 'rq_qos_mutex':

1) The lock will protect rq_qos_exit() directly.

2) For wbt that doesn't re

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2023-53823?

CVE-2023-53823 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53823?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-53823?

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