CVE-2025-68804
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Use-After-Free (UAF) issue in the Linux kernel's cros_ec_ishtp driver. After the driver is unbound, a kernel thread named cros_ec_console_log_work continues to access the device, which has already been freed, leading to a UAF condition and potential system crash. The root cause is that the driver does not unregister the EC device properly during its removal, failing to shut down sub-devices synchronously.
How can this vulnerability impact me? :
The vulnerability can cause system instability or crashes due to the Use-After-Free condition when the driver accesses freed memory. This can lead to denial of service or potentially other unpredictable behavior in systems using the affected Linux kernel driver.