Bug 2429120 (CVE-2025-68804) - CVE-2025-68804 kernel: platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
Summary: CVE-2025-68804 kernel: platform/chrome: cros_ec_ishtp: Fix UAF after unbindin...
Keywords:
Status: NEW
Alias: CVE-2025-68804
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-13 16:08 UTC by OSIDB Bzimport
Modified: 2026-01-15 10:17 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-13 16:08:10 UTC
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 doesn't unregister the EC device in .remove() which should
shutdown sub-devices synchronously.  Fix it.


Note You need to log in before you can comment on or make changes to this bug.