Security readout for executives and security teams
Plain-English summary
CVE-2022-50774 is a Linux kernel issue in the Intel QAT crypto driver’s DMA buffer handling. The described impact is a DMA-API warning during crypto self-tests when input and output buffers overlap. Business urgency appears limited to systems using QAT, but severity is not published in the source data.
Executive priority
Treat as targeted kernel hygiene for QAT-enabled Linux systems, not an enterprise-wide emergency based on current sources. Patch through normal kernel maintenance unless your environment depends heavily on Intel QAT acceleration.
Technical view
The QAT crypto code mapped both input and output scatter lists with DMA_BIDIRECTIONAL, creating unsupported overlapping write mappings. The fix maps in-place operations once as bidirectional, otherwise input as DMA_TO_DEVICE and output as DMA_FROM_DEVICE, with matching unmap changes in qat_alg_free_bufl().
Likely exposure
Exposure is most relevant to Linux systems using Intel QAT crypto acceleration and affected kernel code paths. Systems without QAT hardware or the intel_qat driver are less likely to be exposed based on the provided description.
Exploitation context
The provided sources do not show active exploitation, KEV listing, public exploit details, or a CVSS score. The observed behavior is a kernel DMA debugging warning during crypto self-testing, so real-world security impact is unclear from available evidence.
Researcher notes
The record lacks CVSS, CWE, and explicit impact beyond DMA-API debug warnings. Affected version data appears broad and commit-based. Focus analysis on QAT AEAD in-place buffer handling and stable backport coverage rather than assuming exploitability.
Mitigation direction
- Apply Linux kernel updates containing the referenced stable QAT DMA direction fixes.
- Check your Linux distribution’s advisory for backported fixes and supported kernel packages.
- Prioritize systems using Intel QAT crypto acceleration.
- If updates are unavailable, consult vendor guidance for temporary risk reduction.
Validation and detection
- Inventory hosts with Intel QAT hardware or the intel_qat kernel driver loaded.
- Compare installed kernel packages against vendor advisories and referenced stable commits.
- Review kernel logs for DMA-API overlapping mapping warnings involving intel_qat.
- Confirm patched kernels pass relevant crypto self-tests without the reported warning.
Public sources used
- CVE Program
- CVE List V5
- Linux stable commit 426d5bc089e7731e36b514d1beca19e777a2d653
- Linux stable commit 1f1ab76e251521bd2fa5244473efcf663792745d
- Linux stable commit 429348d4f675e9eb418d0829064c4d7d06bd66a3
- Linux stable commit c4c9d9edf4848aed89516b23b88950b194beff6a
- Linux stable commit cf5bb835b7c8a5fee7f26455099cca7feb57f5e9
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-50774 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/426d5bc089e7731e36b514d1beca19e777a2d653CVE reference
- https://git.kernel.org/stable/c/1f1ab76e251521bd2fa5244473efcf663792745dCVE reference
- https://git.kernel.org/stable/c/429348d4f675e9eb418d0829064c4d7d06bd66a3CVE reference
- https://git.kernel.org/stable/c/c4c9d9edf4848aed89516b23b88950b194beff6aCVE reference
- https://git.kernel.org/stable/c/cf5bb835b7c8a5fee7f26455099cca7feb57f5e9CVE 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.
