CVE-2025-38536
HIGH EPSS 3.2%
Published Aug 16, 202510mo ago · Modified Jun 17, 20261w ago
7.8 CVSS 3.1
Published Aug 16, 2025 10mo ago
Last Modified Jun 17, 2026 1w ago
Description
In the Linux kernel, the following vulnerability has been resolved: net: airoha: fix potential use-after-free in airoha_npu_get() np->name was being used after calling of_node_put(np), which releases the node and can lead to a use-after-free bug. Previously, of_node_put(np) was called unconditionally after of_find_device_by_node(np), which could result in a use-after-free if pdev is NULL. This patch moves of_node_put(np) after the error check to ensure the node is only released after both the error and success cases are handled appropriately, preventing potential resource issues.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
3.2% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-416 Use After Free Memory Safety
Affected Products 7
References 2
- git.kernel.org https://git.kernel.org/stable/c/3cd582e7d0787506990ef0180405eb6224fa90a6
- git.kernel.org https://git.kernel.org/stable/c/df6bf96b41e547e350667bc4c143be53646d070d
Remediation
- git.kernel.org https://git.kernel.org/stable/c/3cd582e7d0787506990ef0180405eb6224fa90a6
- git.kernel.org https://git.kernel.org/stable/c/df6bf96b41e547e350667bc4c143be53646d070d