Review reviewHigh

CVE-2021-47123

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix ltout double free on completion race Always remove linked timeout on io_link_timeout_fn() from the master request link list, otherwise we may get use-after-free when first io_link_timeout_fn() puts linked timeout in the fail path, and then will be found and put on master's free.

CVSS
7.8
EPSS
0.22%
12.5% percentile
CISA KEV
Not listed
Published
2024.03.16
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.22%
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix ltout double free on completion race Always remove linked timeout on io_link_timeout_fn() from the master request link list, otherwise we may get use-after-free when first io_link_timeout_fn() puts linked timeout in the fail path, and then will be found and put on master's free.

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 90cd7e424969d29aff653333b4dcb4e2e199d791 < 1f64f5e903b9d1d157875721e02adadc9d6f0a5d, >= 90cd7e424969d29aff653333b4dcb4e2e199d791 < 447c19f3b5074409c794b350b10306e1da1ef4ba, >= 5.11, >= 5.11 < 5.12.10, 5.13
Fixed versions
5.12.10

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-415, CWE-416