CVE-2026-10678: NULL-pointer / out-of-bounds write in Zephyr MCTP I2C+GPIO target binding driven by an unauthenticated I2C controller

Published Jul 21, 2026
·
Updated

The MCTP-over-I2C+GPIO target binding in Zephyr (subsys/pmci/mctp/mctpi2cgpiotarget.c) processes pseudo-register writes from an I2C bus master byte-by-byte in mctpi2cgpiotargetwritereceived() without validating the order or the receive buffer. In the affected versions the MCTPI2CGPIORXMSGADDR (data) handler dereferences and writes through b->rxpkt without checking that the receive buffer was allocated: a controller that selects the data register and writes a byte without first sending the length register (which is what allocates the buffer) causes a write of an attacker-chosen byte through a NULL/unallocated mctppktbuf pointer (i.e. into a small attacker-advanceable offset above address 0), producing memory corruption or a hard fault.

The same handler also performs a write-then-check bounds test, allowing a one-byte heap overflow at data[255] when more than 255 data bytes are sent.

Because the I2C target callback is invoked with raw bytes supplied by whatever device is the bus master and the binding performs no authentication, a malicious or malfunctioning controller on the bus can trigger these without any prior protocol state, leading to memory corruption and/or denial of service on the target device.

The vulnerable code was introduced when the I2C+GPIO target binding was added and shipped in Zephyr v4.3.0 and v4.4.0. The fix defers allocation to the first data byte with a NULL check, treats a missing length as a zero-sized packet rejected by libmctp, and moves the bounds check before the store.

Affected Software

2 affected components
Zephyr Project Zephyr>=4.3.0<=4.4.0
zephyrproject zephyr>=4.3.0<=4.4.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Zephyr MCTP I2C+GPIO target binding (subsys/pmci/mctp/mctp_i2c_gpio_target.c) to a version that resolves this vulnerability.

    Fixed in v4.3.0
  2. Upgrade

    Upgrade Zephyr MCTP I2C+GPIO target binding (subsys/pmci/mctp/mctp_i2c_gpio_target.c) to a version that resolves this vulnerability.

    Fixed in v4.4.0

Event History

Jul 21, 2026
CVE Published
via MITRE·09:30 PM
Data Sourced
via MITRE·09:30 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:17 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-10678?

CVE-2026-10678 has a severity rating of 8.1, categorized as high.

2

What are the impacts of CVE-2026-10678?

CVE-2026-10678 can lead to a null-pointer dereference and out-of-bounds write, potentially causing a denial of service.

3

How do I fix CVE-2026-10678?

To mitigate CVE-2026-10678, update to the latest version of Zephyr where the vulnerability is addressed.

4

Which software is affected by CVE-2026-10678?

CVE-2026-10678 affects the Zephyr Project, particularly the MCTP-over-I2C+GPIO target binding.

5

Who is at risk from CVE-2026-10678?

Devices utilizing the Zephyr Project's I2C controller are at risk from CVE-2026-10678.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203