Security readout for executives and security teams
Plain-English summary
CVE-2022-50329 is a Linux kernel memory-safety bug in the BFQ block I/O scheduler. The kernel could reference a BFQ queue after it was freed. Business urgency depends on whether your Linux fleet runs affected kernel builds and uses BFQ. The provided sources include no CVSS score or confirmed exploitation.
Executive priority
Treat this as a kernel patch-management item, not a confirmed emergency. Prioritize validation on critical Linux infrastructure, storage-heavy systems, and hosts where kernel updates lag. Escalate if your Linux vendor rates the issue higher or confirms affected shipped kernels.
Technical view
The issue is a use-after-free in bfq_exit_icq_bfqq(). A prior change made bic_set_bfqq() access bic->bfqq, but bfq_exit_icq_bfqq() could free bfqq before that call. The kernel fix changes ordering so bic_set_bfqq() runs before bfq_exit_bfqq().
Likely exposure
Potentially exposed systems are Linux hosts running affected kernel commits or listed kernel releases, especially where BFQ is enabled or selectable. The source bundle lists Linux kernel commits and versions 5.15.86, 6.0.16, and 6.1.2, but does not provide distribution-specific package mappings.
Exploitation context
No active exploitation is reported in the provided sources, and the CVE is not marked as CISA KEV. The sources do not describe exploit prerequisites, attacker position, or impact beyond the kernel use-after-free condition.
Researcher notes
The evidence is limited to the CVE record and upstream stable commits. There is no CVSS, CWE, exploit confirmation, or distribution advisory detail in the bundle. Analysis should focus on mapping the BFQ fix into downstream kernel packages and verifying whether BFQ is reachable in target environments.
Mitigation direction
- Check Linux vendor advisories for patched kernel packages covering CVE-2022-50329.
- Prioritize kernel updates on systems using or allowing the BFQ scheduler.
- Track distribution backports rather than relying only on upstream version numbers.
- Confirm change-control coverage for appliances and container hosts running Linux kernels.
Validation and detection
- Inventory kernel versions and vendor package builds across Linux assets.
- Check whether BFQ is enabled, loaded, or configured as an I/O scheduler.
- Compare fleet kernels against vendor advisories and upstream stable references.
- Verify patched builds include the referenced BFQ ordering fix.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2022-50329 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/1425f1bb5df5239021fd09ebc2a5e8070e705d36CVE reference
- https://git.kernel.org/stable/c/7949b0df3dd9f4817ed4a4e989fa9ee81df6205fCVE reference
- https://git.kernel.org/stable/c/cfe5b38c37720313eff0dec5517442c7ab3c9a20CVE reference
- https://git.kernel.org/stable/c/1ed959fef5b1c6f1a7a3fbea543698c30ebd6678CVE reference
- https://git.kernel.org/stable/c/246cf66e300b76099b5dbd3fdd39e9a5dbc53f02CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
