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

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

Overview

CVE-2023-53461 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:

io_uring: wait interruptibly for request completions on exit

WHen the ring exits, cleanup is done and the final cancelation and

waiting on completions is done by io_ring_exit_work. That function is

invoked by kworker, which doesn't take any signals. Because of that, it

doesn't really matter if we wait for completions in TASK_INTERRUPTIBLE

or TASK_UNINTERRUPTIBLE state. However, it does matter to the hung task

detection checker!

Normally we expect cancelations and completions to happen rather

quickly. Some test cases, however, will exit the ring and park the

owning task stopped (eg via SIGSTOP). If the owning task needs to run

task_work to complete requests, then io_ring_exit_work won't make any

progress until the task is runnable again. Hence io_ring_exit_work can

trigger the hung task detection, which is particularly problematic if

panic-on-hung-task is enabled.

As the ring exit doesn't take signals to begin with,

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.1, < 5.10.188 Affected

Frequently Asked Questions

What is CVE-2023-53461?

CVE-2023-53461 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-53461?

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

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

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