In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed of_node in probe omap2430_probe() stores pdev->dev.of_node in a local np variable. This …
高危 CVSS 8.4
摘要
In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed of_node in probe omap2430_probe() stores pdev->dev.of_node in a local np variable. This is a borrowed pointer and the probe function does not take a reference to it. The success and error paths nevertheless call of_node_put(np). This drops a reference that is owned by the platform device, and can leave pdev->dev.of_node with an unbalanced reference count. Do not put the borrowed plat…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/0950ac52426b0ab32d3b8cf4afe1711668b19cb8
- https://git.kernel.org/stable/c/58d1c81c0b54a0b9aa6d6af077b09aa2f1bd2193
- https://git.kernel.org/stable/c/6c525c851e5912b9753622d796f2bc55c4913b04
- https://git.kernel.org/stable/c/c947360ae63eee1c9eacc030dd6f5a53f717addf
- https://git.kernel.org/stable/c/eed56f105a7f70cbcfceb4df6deb6870fc58214d
时间线
- nvd_ingest NVD