NONE · 0

CVE-2025-68804

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_wo...

Vulnerability 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 doesn't unregister the EC device in .remove() which should shutdown sub-devices synchronously. Fix it.

References

FAQ

What is CVE-2025-68804?

CVE-2025-68804 is a documented vulnerability. 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_wo...

How severe is CVE-2025-68804?

CVSS scoring is not yet available for CVE-2025-68804. Check NVD for updates.

Is there a patch for CVE-2025-68804?

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