You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve-2026-46046
About this tag
CVE-2026-46046 is a Linux kernel ext4 vulnerability caused by a missing brelse() call in ext4_xattr_inode_dec_ref_all(), which can leak a buffer-head reference after an extended-attribute hardening change. Published by NVD on May 27, 2026 from kernel.org, this bug affects the ext4 filesystem, the default for many servers, cloud images, and embedded devices. While not a dramatic exploit, it highlights how filesystem security depends on careful resource accounting. Discussions on WindowsForum.com cover the technical details of the fix and why this CVE matters for Linux systems, even though the site primarily focuses on Windows topics.
CVE-2026-46046, published by NVD on May 27, 2026 from kernel.org, is a Linux kernel ext4 vulnerability in which a missing brelse() call in ext4_xattr_inode_dec_ref_all() can leak a buffer-head reference after an earlier extended-attribute hardening change. The bug is small enough to fit in a...