Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: power: supply: isp1704_charger: cancel work on remove The USB notifier and initial VBUS detection can schedule isp->work. The remove path unregisters the notifier and power supply, but does not wait for queued or running work before tearing down the power supply state. Cancel the work after unregistering the notifier. Do this before unregistering the power supply. This issue was found by a static analysis tool.
References
- https://git.kernel.org/stable/c/1ed74e3a8bbc104b744c257f8cbb2c371485ba4f
- https://git.kernel.org/stable/c/60c5b8a9ef4dbc5d69bbc1a960fe55826cb3b643
- https://git.kernel.org/stable/c/a4750d5d7d1a3bac1b23ac5817f2bfbedcc95ac7
- https://git.kernel.org/stable/c/ad4f4e6678ecd4f6de97b73d4bab7d2352d40d70
- https://git.kernel.org/stable/c/b0fa49bcb25b905b49dbb681c8a94f00d1a7f94d
- https://git.kernel.org/stable/c/c22a9a539c76179fca5c0f28ee7652c4afda750b
- https://git.kernel.org/stable/c/cb442f1823df5782002ab4c36a8775270d41a772
- https://git.kernel.org/stable/c/f312c5d17f2a7ad50df5b52935d76abbe7b89feb
FAQ
What is CVE-2026-90395?
CVE-2026-90395 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: power: supply: isp1704_charger: cancel work on remove The USB notifier and initial VBUS detection can schedule isp->work. The remo...
How severe is CVE-2026-90395?
CVSS scoring is not yet available for CVE-2026-90395. Check NVD for updates.
Is there a patch for CVE-2026-90395?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.