Security Advisory

CVE-2026-43457

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-08 14:22:20
Last updated 2026-05-11 22:24:57
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mctp: i2c: fix skb memory leak in receive path When 'midev->allow_rx' is false, the newly allocated skb isn't consumed by netif_rx(), it needs to free the skb directly.