Description
In the Linux kernel, the following vulnerability has been resolved:

mctp i2c: initialise event handler read bytes

Set a 0xff value for i2c reads of an mctp-i2c device. Otherwise reads
will return "val" from the i2c bus driver. For i2c-aspeed and
i2c-npcm7xx that is a stack uninitialised u8.

Tested with "i2ctransfer -y 1 r10@0x34" where 0x34 is a mctp-i2c
instance, now it returns all 0xff.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the Linux kernel’s MCTP I2C driver. When reading from an MCTP‑I2C device, the driver mistakenly returned the raw value from the I2C bus driver rather than initializing it to 0xff. For the i2c‑aspeed and i2c‑npcm7xx drivers, that value is an uninitialized stack byte. An attacker that can read from the I2C bus could therefore receive arbitrary data from kernel memory, potentially leaking sensitive information. The patch changes the path to return 0xff for these reads, eliminating the uninitialized data exposure.

Affected Systems

All Linux kernel builds that include the MCTP I2C driver prior to the applied patch. The vulnerability does not affect non‑MCTP I2C drivers. No specific kernel version range is listed, so any kernel distribution that contains the affected code before the fix is at risk.

Risk and Exploitability

The CVE does not have a published CVSS or EPSS score and is not listed in the CISA KEV catalog. The flaw is a read of uninitialized stack data, which is generally considered a low‑to‑medium impact vulnerability. Exploitation would require the attacker to communicate with the I2C bus that hosts an MCTP device, which typically implies local or physical access to the machine. Accordingly, the risk level is considered moderate, and the probability of widespread exploitation is expected to be low.

Generated by OpenCVE AI on May 27, 2026 at 16:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the MCTP I2C driver fix.
  • If a kernel update cannot be applied immediately, disable or remove any non‑essential MCTP I2C devices or prevent them from being accessed by untrusted users.
  • Configure I2C device permissions to restrict read access to privileged processes only, ensuring that only trusted applications can read from the MCTP bus.

Generated by OpenCVE AI on May 27, 2026 at 16:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mctp i2c: initialise event handler read bytes Set a 0xff value for i2c reads of an mctp-i2c device. Otherwise reads will return "val" from the i2c bus driver. For i2c-aspeed and i2c-npcm7xx that is a stack uninitialised u8. Tested with "i2ctransfer -y 1 r10@0x34" where 0x34 is a mctp-i2c instance, now it returns all 0xff.
Title mctp i2c: initialise event handler read bytes
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:15:45.082Z

Reserved: 2026-05-13T15:03:33.080Z

Link: CVE-2026-45865

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:16:58.787

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45865

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T16:45:37Z

Weaknesses