VDB

CVE-2026-80951

CVE-2026-80951 PUBLISHED

Reported by Linux · Published September 11, 2026

In the Linux kernel, the following vulnerability has been resolved: i3c: master: svc: bound IBI payload to the requested max_payload_len svc_i3c_master_handle_ibi() reads the IBI payload from the RX FIFO into the IBI slot. The loop is bounded by the hardware FIFO size (SVC_I3C_FIFO_SIZE), not by the slot size. slot->data points into the IBI pool, which i3c_generic_ibi_alloc_pool() sizes at max_payload_len per slot. svc_i3c_master_request_ibi() only rejects a max_payload_len larger than SVC_I3C_FIFO_SIZE, so a driver can request a smaller one. mctp-i3c requests 1. Each readsb() then copies the controller RXCOUNT bytes (up to 31) with no check against the slot size. A device that sends more bytes than the slot holds writes past slot->data, an out-of-bounds write into the IBI pool. Bound the loop by dev->ibi->max_payload_len and clamp each read to the space left in the slot, the same way dw-i3c does. A device can still send more than the requested payload. Flush the leftover bytes from the RX FIFO so they do not leak into the next transfer.

EPSS 0.21% · 10.9th percentile

Risk Scores

EPSS Score
0.21%
10.9th percentile

Affected Products

VendorProductVersions
LinuxLinuxdd3c52846d5954acd43f0e771689302f27dadc28, dd3c52846d5954acd43f0e771689302f27dadc28, dd3c52846d5954acd43f0e771689302f27dadc28
LinuxLinux5.12, 0, 5.15.221
LinuxLinux7.3-rc1, dd3c52846d5954acd43f0e771689302f27dadc28, dd3c52846d5954acd43f0e771689302f27dadc28
linuxlinux_kernel5.12, 5.12, 5.12

Timeline

  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 12, 2026 Coalition ESS Score
  • Sep 14, 2026 CVE Updated
  • Sep 15, 2026 EPSS Score
  • Sep 18, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›