CVE-2022-49237: ath11k: add missing of_node_put() to avoid leak
In the Linux kernel, the following vulnerability has been resolved:
ath11k: add missing of_node_put() to avoid leak
The node pointer is returned by of_find_node_by_type()
or of_parse_phandle() with refcount incremented. Calling
of_node_put() to aovid the refcount leak.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49237 is a Linux kernel issue in the ath11k wireless driver where a device-tree reference is not released, causing a reference-count leak. The published impact is availability only. It requires local access with low privileges, so urgency is lower than remote code execution but relevant for Linux endpoints, appliances, or embedded systems using affected kernels.
Executive priority
Treat as a routine but real availability-risk kernel update. Prioritize affected Linux fleets where wireless drivers are active, especially managed endpoints and embedded devices. No public active exploitation is indicated in the provided sources.
Technical view
The kernel fix adds missing of_node_put() calls after of_find_node_by_type() or of_parse_phandle(), preventing a device-node refcount leak in ath11k. The CVSS 3.1 vector is AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H with score 5.5. Public sources identify Linux kernel versions around 5.17 and stable fixes via referenced kernel commits.
Likely exposure
Exposure is most likely on Linux systems running affected 5.17-era kernels with ath11k driver code present or used. Distribution backports may change actual status, so kernel package provenance matters more than upstream version alone.
Exploitation context
The CVSS vector indicates local, low-privilege exploitation with no user interaction and availability impact. The source bundle does not show CISA KEV listing or other evidence of active exploitation.
Researcher notes
Evidence is limited to the CVE record and kernel stable commits. The issue is a reference-count leak, not a confidentiality or integrity flaw per CVSS. Validate using vendor kernel mappings because stable distributions may backport the fix without changing major kernel version.
Mitigation direction
Update to a vendor-supported kernel containing the referenced upstream stable fixes.
Check Linux distribution advisories for backported fixes and exact package versions.
Prioritize systems where ath11k is built, loaded, or used with Qualcomm Wi-Fi hardware.
Validation and detection
Inventory Linux kernel versions and distribution kernel package revisions.
Check whether ath11k is present, built, or loaded on relevant systems.
Confirm vendor advisories map installed packages to the referenced fixed commits.
Review availability monitoring for unexplained kernel or driver instability.
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.
cve · low confidence lookup
CVE-2022-49237 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
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.