In the Linux kernel, the following vulnerability has been resolved:
Revert "Revert "block, bfq: honor already-setup queue merges""
A crash [1] happened to be triggered in conjunction with commit
2d52c58b9c9b ("block, bfq: honor already-setup queue merges"). The
latter was then reverted by commit ebc69e897e17 ("Revert "block, bfq:
honor already-setup queue merges""). Yet, the reverted commit was not
the one introducing the bug. In fact, it actually triggered a UAF
introduced by a different commit, and now fixed by commit d29bd41428cf
("block, bfq: reset last_bfqq_created on group change").
So, there is no point in keeping commit 2d52c58b9c9b ("block, bfq:
honor already-setup queue merges") out. This commit restores it.
[1] https://bugzilla.kernel.org/show_bug.cgi?id=214503
Security readout for executives and security teams
Plain-English summary
CVE-2021-47646 is a Linux kernel use-after-free issue in block/BFQ behavior. The CVSS vector requires local access with low privileges, but impact is rated high for confidentiality, integrity, and availability. Treat exposed multi-user Linux systems and hosts running affected kernel lines as priority patch candidates.
Executive priority
High. This is not described as remotely exploitable, but successful local exploitation could have full system impact. Patch during the next urgent kernel maintenance window, with faster action for systems where untrusted users or workloads can execute locally.
Technical view
The source describes a crash tied to BFQ queue merge handling. The triggering commit was not the root cause; it exposed a use-after-free that was fixed separately, and this CVE restores the queue-merge behavior after that fix. Evidence names CWE-416 and Linux stable commits as references.
Likely exposure
Exposure is likely on Linux systems running affected kernel versions or vendor kernels that include the vulnerable BFQ/block code. The record lists affected Linux kernel lines including 4.12, 4.19.238, 5.4.189, 5.10.110, 5.15.33, 5.16.19, 5.17.2, and 5.18.
Exploitation context
The provided CVSS vector is local, low complexity, low privilege, and no user interaction. The bundle does not show CISA KEV listing or other evidence of active exploitation, so active exploitation should not be claimed from these sources.
Researcher notes
The record is unusual because the named change restores a reverted commit after a separate UAF fix. Validate against exact stable or distribution backports rather than relying only on upstream version numbers. Evidence in the bundle is incomplete on exploitability details beyond CVSS.
Mitigation direction
Apply vendor or Linux stable kernel updates containing the referenced fixes.
Prioritize patching shared, multi-user, container-host, and workstation Linux systems.
Check distribution advisories for exact fixed package versions.
If patching is delayed, reduce local shell access to affected systems.
Track kernel provenance for appliances using vendor-supplied Linux kernels.
Validation and detection
Inventory Linux kernel versions across servers, workstations, and appliances.
Compare running kernels with vendor advisories and the CVE affected record.
Confirm updated kernels are booted, not only installed.
Review whether BFQ/block scheduler code is present in vendor kernel builds.
Document exceptions where vendor guidance is unavailable or incomplete.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
8Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.