AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-64589

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-08-06 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically in the I2C core, where a failure during adapter registration can lead to a NULL-pointer dereference due to an uninitialized completion struct. This could potentially cause system crashes or instability. Linux system administrators and developers managing kernel-level operations should prioritize addressing this issue to ensure system reliability and prevent unexpected failures.

CVE
CVE-2026-64589
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the offending commit this would instead have resulted in a minor memory leak of the adapter name.