NONE · 0

CVE-2026-90394

In the Linux kernel, the following vulnerability has been resolved: power: supply: sc2731_charger: cancel work on remove The USB notifier and initial charger detection can schedule info->work. The r...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: power: supply: sc2731_charger: cancel work on remove The USB notifier and initial charger detection can schedule info->work. The remove path unregisters the notifier, but does not cancel queued or running work before the devm-allocated driver data is released. Set the platform drvdata used by remove, then cancel the work after unregistering the notifier. This issue was found by a static analysis tool.

References

FAQ

What is CVE-2026-90394?

CVE-2026-90394 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: power: supply: sc2731_charger: cancel work on remove The USB notifier and initial charger detection can schedule info->work. The r...

How severe is CVE-2026-90394?

CVSS scoring is not yet available for CVE-2026-90394. Check NVD for updates.

Is there a patch for CVE-2026-90394?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.