n 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.
Configuration 1 (hide)
|
18 Nov 2025, 18:17
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| CWE | CWE-416 | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/3cd582e7d0787506990ef0180405eb6224fa90a6 - Patch | |
| References | () https://git.kernel.org/stable/c/df6bf96b41e547e350667bc4c143be53646d070d - Patch |
18 Aug 2025, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-08-16 12:15
Updated : 2025-11-18 18:17
NVD link : CVE-2025-38536
Mitre link : CVE-2025-38536
CVE.ORG link : CVE-2025-38536
JSON object : View
Use After Free