Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered The power_supply frame-work is not really designed for there to be long living in kernel references to power_supply devices. Specifically unregistering a power_supply while some other code has a reference to it triggers a WARN in power_supply_unregister(): WARN_ON(atomic_dec_return(&psy->use_cnt)); Folllowed by the power_supply still getting removed and the backing data freed anyway, leaving the tusb1210 charger-detect code with a dangling reference, resulting in a crash the next time tusb1210_get_online() is called. Fix this by only holding the reference in tusb1210_get_online() freeing it at the end of the function. Note this still leaves a theoretical race window, but it avoids the issue when manually rmmod-ing the charger chip driver during development.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 6.1.90 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/25b3498485ac281e5851700e33b97f12c9533fd8Patch
- https://git.kernel.org/stable/c/73224a5d2180066c7fe05b4656647601ba08d588Patch
- https://git.kernel.org/stable/c/9827caa5105fb16d1fae2e75c8d0e4662014b3caPatch
- https://git.kernel.org/stable/c/bf6e4ee5c43690e4c5a8a057bbcd4ff986bed052Patch
- https://git.kernel.org/stable/c/25b3498485ac281e5851700e33b97f12c9533fd8Patch
- https://git.kernel.org/stable/c/73224a5d2180066c7fe05b4656647601ba08d588Patch
- https://git.kernel.org/stable/c/9827caa5105fb16d1fae2e75c8d0e4662014b3caPatch
- https://git.kernel.org/stable/c/bf6e4ee5c43690e4c5a8a057bbcd4ff986bed052Patch
FAQ
What is CVE-2024-35986?
CVE-2024-35986 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered The power_supply frame-work is not really designed for...
How severe is CVE-2024-35986?
CVE-2024-35986 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-35986?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.