CVE-2026-31736
MEDIUMnet: ethernet: mtk_ppe: avoid NULL deref when gmac0 is disabled
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_ppe: avoid NULL deref when gmac0 is disabled If the gmac0 is disabled, the precheck for a valid ingress device will cause a NULL pointer deref and crash the system. This happens because eth->netdev[0] will be NULL but the code will directly try to access netdev_ops. Instead of just checking for the first net_device, it must be checked if any of the mtk_eth net_devices is matching the netdev_ops of the ingress device.
References (4)
Core 4
Core References
Scores
CVSS v3
5.5
EPSS
0.0012
EPSS Percentile
2.3%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-476
Status
published
Products (15)
linux/Kernel
6.11.0 - 6.12.81linux
linux/Kernel
6.13.0 - 6.18.22linux
linux/Kernel
6.19.0 - 6.19.12linux
Linux/Linux
< 6.11
Linux/Linux
6.11
Linux/Linux
6.12.81 - 6.12.*
Linux/Linux
6.18.22 - 6.18.*
Linux/Linux
6.19.12 - 6.19.*
Linux/Linux
7.0
Linux/Linux
73cfd947dbdb25ef9863ac49c4596a7d53ad4025 - 0b832aad33e6f160fda310f0306a6483d85e9d6e
... and 5 more
Published
May 01, 2026
Tracked Since
May 01, 2026