Security readout for executives and security teams
Plain-English summary
CVE-2022-49753 is a Linux kernel bug in DMA channel reference counting. Under local use, the kernel can miscount DMA clients, fail to free channel resources correctly, and hit a use-after-free warning. It is high severity because the CVSS record rates confidentiality, integrity, and availability impact as high.
Executive priority
Prioritize normal emergency patch governance for shared Linux servers and multi-user environments. There is high potential impact if exploited locally, but the provided sources do not show active exploitation or remote attackability.
Technical view
The dmaengine dma_chan_get() path increments client_count twice for public channels: once in balance_ref_count() and again before return. The bad count can prevent expected resource release, produce incorrect /sys/class/dma/*/in_use values, and trigger kref underflow/use-after-free warnings during repeated async_tx module load and unload.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions or downstream vendor kernels containing this dmaengine reference-counting flaw. The source identifies Linux as affected and provides stable kernel fix commits, but does not name specific distributions or appliances.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction. The bundle does not show CISA KEV listing or any cited evidence of active exploitation. Treat exploitation status as unconfirmed, not active-in-the-wild.
Researcher notes
Focus on affected kernel lineage, downstream backports, and dmaengine public channel reference accounting. The provided reproducer evidence is a warning during repeated async_tx module load and unload, but operational impact beyond the CVSS assessment is not fully evidenced in the bundle.
Mitigation direction
Apply a vendor kernel update containing the referenced stable dmaengine fix.
If using custom kernels, incorporate the matching upstream stable commit for your branch.
Check Linux distribution advisories for packaged kernel availability and reboot requirements.
Prioritize hosts where untrusted local users can access workloads on affected kernels.
Validation and detection
Inventory kernel versions across Linux servers and compare with vendor-fixed releases.
Check whether vendor advisories map your kernel package to CVE-2022-49753.
For custom kernels, verify the dmaengine fix commit is present in source history.
Review kernel logs for refcount underflow or use-after-free warnings involving dmaengine or async_tx.
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.