CVE-2022-49413: bfq: Update cgroup information before merging bio
In the Linux kernel, the following vulnerability has been resolved:
bfq: Update cgroup information before merging bio
When the process is migrated to a different cgroup (or in case of
writeback just starts submitting bios associated with a different
cgroup) bfq_merge_bio() can operate with stale cgroup information in
bic. Thus the bio can be merged to a request from a different cgroup or
it can result in merging of bfqqs for different cgroups or bfqqs of
already dead cgroups and causing possible use-after-free issues. Fix the
problem by updating cgroup information in bfq_merge_bio().
Security readout for executives and security teams
Plain-English summary
CVE-2022-49413 is a Linux kernel flaw in BFQ I/O scheduling and cgroup handling. A local user or workload could potentially trigger use-after-free memory corruption when I/O is merged with stale cgroup information. Business risk is highest on shared Linux systems, container hosts, and platforms running affected kernels.
Executive priority
Treat as high priority for Linux fleets with shared users, containers, or multi-tenant workloads. It is not remotely exploitable based on the provided evidence, but kernel memory corruption can lead to severe host compromise if a local attacker succeeds.
Technical view
The flaw is in bfq_merge_bio(). When a process moves cgroups, or writeback submits bios for another cgroup, BFQ could use stale bic cgroup data. That can merge bios or bfqqs across different or dead cgroups, creating possible CWE-416 use-after-free. CVSS 3.1 is 7.8, local attack vector, low complexity, low privileges.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions or unfixed downstream backports. Risk is more relevant where BFQ, cgroups, writeback, containers, or shared local workloads are present. The source bundle does not prove all distributions or configurations are affected.
Exploitation context
The source bundle marks KEV as false and provides no evidence of active exploitation. The vulnerability requires local privileges, not network access. It is still serious because successful memory corruption in kernel code can affect confidentiality, integrity, and availability.
Researcher notes
Focus review on BFQ request merging, bic cgroup refresh behavior, and lifetime handling for bfqqs from migrated or dead cgroups. Evidence supports a fixed kernel logic bug, but the bundle does not include exploit proof, distribution impact detail, or runtime configuration requirements.
Mitigation direction
Update affected Linux kernels to vendor-fixed builds containing the referenced stable fixes.
Check distribution advisories because vendor kernels may backport fixes without changing upstream version numbers.
Prioritize shared hosts, container platforms, CI runners, and systems with untrusted local workloads.
If immediate patching is unavailable, follow vendor guidance and reduce untrusted local workload exposure.
Validation and detection
Inventory Linux kernel versions and compare them with affected ranges and vendor advisories.
Confirm whether deployed kernels include the relevant BFQ stable fix commits or backports.
Identify hosts using BFQ, cgroups, containers, or heavy writeback workloads for prioritization.
Verify patch status through distribution package metadata, changelogs, or kernel source provenance.
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
7Source 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.