In the Linux kernel, the following vulnerability has been resolved:
ext4: fix memory leak in ext4_ext_shift_extents()
In ext4_ext_shift_extents(), if the extent is NULL in the while loop, the
function returns immediately without releasing the path obtained via
ext4_find_extent(), leading to a memory leak.
Fix this by jumping to the out label to ensure the path is properly
released.
References
Configurations
Configuration 1 (hide)
|
History
16 Jun 2026, 02:35
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.15:rc8:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/12615ab4bfb69678e5d961b28bb70040299e51b1 - Patch | |
| References | () https://git.kernel.org/stable/c/1bce219ee5512cf179ba40cf114945a14a16e21f - Patch | |
| References | () https://git.kernel.org/stable/c/2f4b1052246ca646bb17bfe0f53df2fdf9729b58 - Patch | |
| References | () https://git.kernel.org/stable/c/4a79fde8db7eba7f1128d971ceba4e3c9ac84aec - Patch | |
| References | () https://git.kernel.org/stable/c/7e807cb8603b7664fa630a696cd891d9a03c248d - Patch | |
| References | () https://git.kernel.org/stable/c/afc5e61e1a07b2b833bd72cbee36ecce9cd901e2 - Patch | |
| References | () https://git.kernel.org/stable/c/bd7b52557e4a3ccd7595fdb3a585f1257de57935 - Patch | |
| References | () https://git.kernel.org/stable/c/ca81109d4a8f192dc1cbad4a1ee25246363c2833 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-16 02:35
NVD link : CVE-2026-45948
Mitre link : CVE-2026-45948
CVE.ORG link : CVE-2026-45948
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
