CVE-2026-45921
MEDIUMmtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse() The function mtd_parser_tplink_safeloader_parse() allocates buf via mtd_parser_tplink_safeloader_read_table(). If the allocation for parts[idx].name fails inside the loop, the code jumps to the err_free label without freeing buf, leading to a memory leak. Fix this by freeing the temporary buffer buf in the err_free label. Compile tested only. Issue found using a prototype static analysis tool and code review.
References (5)
Core 5
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-401
Status
published
Products (17)
linux/Kernel
6.13.0 - 6.18.14linux
linux/Kernel
6.19.0 - 6.19.4linux
linux/Kernel
6.2.0 - 6.6.128linux
linux/Kernel
6.7.0 - 6.12.75linux
Linux/Linux
< 6.2
Linux/Linux
00a3588084bee6f37bb2b1d343f96900cfe049bc - 0f5e62ea5c43146eacdc6861cb1022ffae1b79bc
Linux/Linux
00a3588084bee6f37bb2b1d343f96900cfe049bc - 971e9c53aed82f17a9c6a65daa4e21cc15eba5b1
Linux/Linux
00a3588084bee6f37bb2b1d343f96900cfe049bc - 980ce2b02dd06a4fdf5fee38b2e14becf9cf7b8b
Linux/Linux
00a3588084bee6f37bb2b1d343f96900cfe049bc - e97f5fac8ce9a6b9ec724c97d86b0985e915fdca
Linux/Linux
00a3588084bee6f37bb2b1d343f96900cfe049bc - ec121ad626c319085f6d40a52cd04e99b4554926
... and 7 more
Published
May 27, 2026
Tracked Since
May 27, 2026