CVE-2026-43457
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.
More information : https://git.kernel.org/stable/c/0fb2adbdd5c03e8c9ebcdc48afd414b2724c85eb
