Security Advisory

CVE-2025-68804

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-01-13 15:29:12
Last updated 2026-05-11 21:53:39
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver After unbinding the driver, another kthread `cros_ec_console_log_work` is still accessing the device, resulting an UAF and crash. The driver doesnt unregister the EC device in .remove() which should shutdown sub-devices synchronously. Fix it.