CVE-2026-31737
net: ftgmac100: fix ring allocation unwind on open failure
CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th
In the Linux kernel, the following vulnerability has been resolved: net: ftgmac100: fix ring allocation unwind on open failure ftgmac100_alloc_rings() allocates rx_skbs, tx_skbs, rxdes, txdes, and rx_scratch in stages. On intermediate failures it returned -ENOMEM directly, leaking resources allocated earlier in the function. Rework the failure path to use staged local unwind labels and free allocated resources in reverse order before returning -ENOMEM. This matches common netdev allocation cleanup style.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | May 1, 2026 |
Stay Ahead of the Next One
Get instant alerts for linux linux
Be the first to know when new unknown vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Linux / Linux
d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < 184b3a500d60ea48d1b176103cff1706c456edf3 d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < 78da43320d9d6ed788147fb085184e4fc801f057 d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < a7e1bf392acf11dc4209820fef75758f6e42bd65 d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < 8a71911fc7eeea930153322bc1efc065db8cd97e d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < d45230081f19c280096241353c26b0de457de795 d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < 8351d18989c8642fc53e2e12d94e42314a39b078 d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < 82f86111f0704ab2ded11a2033bc6cf0be3e09ea d72e01a0430f8a1ae7adb3cbf0b2e73fcd99252e < c0fd0fe745f5e8c568d898cd1513d0083e46204a
Linux / Linux
4.12
References
git.kernel.org: https://git.kernel.org/stable/c/184b3a500d60ea48d1b176103cff1706c456edf3 git.kernel.org: https://git.kernel.org/stable/c/78da43320d9d6ed788147fb085184e4fc801f057 git.kernel.org: https://git.kernel.org/stable/c/a7e1bf392acf11dc4209820fef75758f6e42bd65 git.kernel.org: https://git.kernel.org/stable/c/8a71911fc7eeea930153322bc1efc065db8cd97e git.kernel.org: https://git.kernel.org/stable/c/d45230081f19c280096241353c26b0de457de795 git.kernel.org: https://git.kernel.org/stable/c/8351d18989c8642fc53e2e12d94e42314a39b078 git.kernel.org: https://git.kernel.org/stable/c/82f86111f0704ab2ded11a2033bc6cf0be3e09ea git.kernel.org: https://git.kernel.org/stable/c/c0fd0fe745f5e8c568d898cd1513d0083e46204a