CVE Catalog

CVE-2026-90404

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, cros_ec_debugfs_probe() registers notifier_panic with the EC panic notifier chain, but the remove path does not unregister it. A later panic notification can call back into the removed instance and queue work that accesses released data.

Risk Assessment

This can lead to a use-after-free condition, causing instability or potential privilege escalation on systems with a Chrome EC controller.

Recommendation

Update the Linux kernel to a version containing the fix that unregisters the panic notifier before tearing down debugfs and console log state.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_debugfs: Unregister panic notifier cros_ec_debugfs_probe() registers notifier_panic with the EC panic notifier chain. The remove path tears down debugfs and the console log, but leaves the notifier registered. A later panic notification can call back into the removed instance and queue work that accesses released data. Unregister the panic notifier before tearing down the debugfs and console log state. This issue was found by a static analysis tool.

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