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

7.8 · HIGH
Published Mar 27, 2025 linux CWE-787 EPSS 0.24% (15th pctl)

Overview

CVE-2023-52980 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 27, 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: ublk: extending queue_size to fix overflow

When validating drafted SPDK ublk target, in a case that

assigning large queue depth to multiqueue ublk device,

ublk target would run into a weird incorrect state. During

rounds of review and debug, An overflow bug was found

in ublk driver.

In ublk_cmd.h, UBLK_MAX_QUEUE_DEPTH is 4096 which means

each ublk queue depth can be set as large as 4096. But

when setting qd for a ublk device,

sizeof(struct ublk_queue) + depth * sizeof(struct ublk_io)

will be larger than 65535 if qd is larger than 2728.

Then queue_size is overflowed, and ublk_get_queue()

references a wrong pointer position. The wrong content of

ublk_queue elements will lead to out-of-bounds memory

access.

Extend queue_size in ublk_device as "unsigned int".

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.0, < 6.1.11 Affected

Frequently Asked Questions

What is CVE-2023-52980?

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

How severe is CVE-2023-52980?

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

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

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