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.
References
Configurations
Configuration 1 (hide)
|
History
14 Jul 2026, 13:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
07 May 2026, 18:55
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/184b3a500d60ea48d1b176103cff1706c456edf3 - Patch | |
| References | () https://git.kernel.org/stable/c/78da43320d9d6ed788147fb085184e4fc801f057 - Patch | |
| References | () https://git.kernel.org/stable/c/82f86111f0704ab2ded11a2033bc6cf0be3e09ea - Patch | |
| References | () https://git.kernel.org/stable/c/8351d18989c8642fc53e2e12d94e42314a39b078 - Patch | |
| References | () https://git.kernel.org/stable/c/8a71911fc7eeea930153322bc1efc065db8cd97e - Patch | |
| References | () https://git.kernel.org/stable/c/a7e1bf392acf11dc4209820fef75758f6e42bd65 - Patch | |
| References | () https://git.kernel.org/stable/c/c0fd0fe745f5e8c568d898cd1513d0083e46204a - Patch | |
| References | () https://git.kernel.org/stable/c/d45230081f19c280096241353c26b0de457de795 - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* |
|
| CWE | NVD-CWE-noinfo |
01 May 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-01 15:16
Updated : 2026-07-14 13:18
NVD link : CVE-2026-31737
Mitre link : CVE-2026-31737
CVE.ORG link : CVE-2026-31737
JSON object : View
Products Affected
linux
- linux_kernel
CWE
