CyberRota
← Ana sayfaya dön

CVE-2026-46046

MEDIUM · CVSS 5.5 EPSS %0.12

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

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46046
Severity
MEDIUM
CVSS
5.5
EPSS
%0.12
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() The commit c8e008b60492 ("ext4: ignore xattrs past end") introduced a refcount leak in when block_csum is false. ext4_xattr_inode_dec_ref_all() calls ext4_get_inode_loc() to get iloc.bh, but never releases it with brelse().