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

5.5 · MEDIUM
Published Oct 1, 2025 linux EPSS 0.14% (4th pctl)

Overview

CVE-2023-53509 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 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:

qed: allow sleep in qed_mcp_trace_dump()

By default, qed_mcp_cmd_and_union() delays 10us at a time in a loop

that can run 500K times, so calls to qed_mcp_nvm_rd_cmd()

may block the current thread for over 5s.

We observed thread scheduling delays over 700ms in production,

with stacktraces pointing to this code as the culprit.

qed_mcp_trace_dump() is called from ethtool, so sleeping is permitted.

It already can sleep in qed_mcp_halt(), which calls qed_mcp_cmd().

Add a "can sleep" parameter to qed_find_nvram_image() and

qed_nvram_read() so they can sleep during qed_mcp_trace_dump().

qed_mcp_trace_get_meta_info() and qed_mcp_trace_read_meta(),

called only by qed_mcp_trace_dump(), allow these functions to sleep.

I can't tell if the other caller (qed_grc_dump_mcp_hw_dump()) can sleep,

so keep b_can_sleep set to false when it calls these functions.

An example stacktrace from a custom warning we added to the kernel

showing

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 >= 4.9, < 6.0.19 Affected

Frequently Asked Questions

What is CVE-2023-53509?

CVE-2023-53509 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53509?

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

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

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