← Back to CVE List

CVE-2022-49237

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-18T19:28Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt