CVE Catalog

CVE-2026-90395

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the USB notifier and initial VBUS detection can schedule isp->work in the isp1704_charger driver. 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.

Risk Assessment

This can lead to a use-after-free condition and system instability during driver removal.

Recommendation

Update the Linux kernel to a version containing the fix that cancels the work after unregistering the notifier and before unregistering the power supply.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS