CyberRota
← Ana sayfaya dön

CVE-2026-45948

MEDIUM · CVSS 5.5 EPSS %0.16

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:11.157 · Çekilme zamanı: 2026-06-25T12:11:14.812825+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-45948
Severity
MEDIUM
CVSS
5.5
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

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.