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-2021-46942

5.5 · MEDIUM
Published Feb 27, 2024 linux EPSS 0.19% (9th pctl)

Overview

CVE-2021-46942 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 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: fix shared sqpoll cancellation hangs

[ 736.982891] INFO: task iou-sqp-4294:4295 blocked for more than 122 seconds.

[ 736.982897] Call Trace:

[ 736.982901] schedule+0x68/0xe0

[ 736.982903] io_uring_cancel_sqpoll+0xdb/0x110

[ 736.982908] io_sqpoll_cancel_cb+0x24/0x30

[ 736.982911] io_run_task_work_head+0x28/0x50

[ 736.982913] io_sq_thread+0x4e3/0x720

We call io_uring_cancel_sqpoll() one by one for each ctx either in

sq_thread() itself or via task works, and it's intended to cancel all

requests of a specified context. However the function uses per-task

counters to track the number of inflight requests, so it counts more

requests than available via currect io_uring ctx and goes to sleep for

them to appear (e.g. from IRQ), that will never happen.

Cancel a bit more than before, i.e. all ctxs that share sqpoll

and continue to use shared counters. Don't forget that we should not

remove ctx from the li

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.12.0, < 5.12.3 Affected

Frequently Asked Questions

What is CVE-2021-46942?

CVE-2021-46942 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2021-46942?

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-2021-46942?

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-2021-46942?

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