CVE-2026-90404

Unknown

Last modified

CVE-2026-90404 is a vulnerability of currently unknown severity. 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.

Description

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= d90fa2c64d59f5f151beeef5dbc599784b3391ca, < 56989e2a9c292ff7689603feed41d030301ca636; >= d90fa2c64d59f5f151beeef5dbc599784b3391ca, < a5d3128b06ccfc398c2e456fddebadce52310bd8; >= d90fa2c64d59f5f151beeef5dbc599784b3391ca, < e2cbe14361d7cb0b5abd66d87f3afa0e16efde9f; >= d90fa2c64d59f5f151beeef5dbc599784b3391ca, < 05c1081ae4503e45b934b390350f942db3208892; >= d90fa2c64d59f5f151beeef5dbc599784b3391ca, < e5954d3031fb55dd31aa59bae477d63c68e941c0
LinuxLinux6.3

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-90404?
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.
How severe is CVE-2026-90404?
Severity scoring for CVE-2026-90404 is pending analysis.
How do I fix CVE-2026-90404?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-90404?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST