CVE-2026-68371
N/A
Summary
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 platform device node from omap2430_probe(). References taken for the child MUSB device are handled by the device core, and the ctrl-module phandle reference is still released separately.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | ffbe2feac59b37c8dc536727552b4f375e1b9aec < eed56f105a7f70cbcfceb4df6deb6870fc58214d | affected |
| Linux | Linux | ffbe2feac59b37c8dc536727552b4f375e1b9aec < 58d1c81c0b54a0b9aa6d6af077b09aa2f1bd2193 | affected |
| Linux | Linux | ffbe2feac59b37c8dc536727552b4f375e1b9aec < 0950ac52426b0ab32d3b8cf4afe1711668b19cb8 | affected |
| Linux | Linux | ffbe2feac59b37c8dc536727552b4f375e1b9aec < 6c525c851e5912b9753622d796f2bc55c4913b04 | affected |
| Linux | Linux | ffbe2feac59b37c8dc536727552b4f375e1b9aec < c947360ae63eee1c9eacc030dd6f5a53f717addf | affected |
| Linux | Linux | fed43efc00ba6ac8c6b95828cd5acfa3d45eca4d | affected |
| Linux | Linux | 22b60658a90260e3fbd57824e3afe5682c6afcf5 | affected |
| Linux | Linux | 6.0.16 < 6.1 | affected |
| Linux | Linux | 6.1.2 < 6.2 | affected |
| Linux | Linux | 6.2 | affected |
| Linux | Linux | 0 < 6.2 | unaffected |
| Linux | Linux | 6.6.151 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.101 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.42 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.6 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc5 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/eed56f105a7f70cbcfceb4df6deb6870fc58214d
- https://git.kernel.org/stable/c/58d1c81c0b54a0b9aa6d6af077b09aa2f1bd2193
- https://git.kernel.org/stable/c/0950ac52426b0ab32d3b8cf4afe1711668b19cb8
- https://git.kernel.org/stable/c/6c525c851e5912b9753622d796f2bc55c4913b04
- https://git.kernel.org/stable/c/c947360ae63eee1c9eacc030dd6f5a53f717addf
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.