Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45948 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-401Missing Release of Memory after Effective Lifetime[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 3.15.1, < 5.10.252
>= 5.11, < 5.15.202
>= 5.16, < 6.1.165
>= 6.2, < 6.6.128
>= 6.7, < 6.12.75

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:3.15:rc8:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45948
NVD Published Date:
May 27, 2026
NVD Last Modified:
Jun 17, 2026
Source:
kernel.org
CVE-2026-45948 Details - Not Deferred