AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-68804

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-01-13 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux, Chrome.

CVE
CVE-2025-68804
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux Chrome

Original NVD 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.