Linux Kernel Ext4 Refcount Leak Vulnerability in Xattr Inode Update

Vulnerability

A vulnerability in the Linux kernel's Ext4 file system has been addressed, specifically related to a reference count leak in the 'ext4_xattr_inode_update_ref' function. The issue arose because the error handling path of this function failed to properly release the buffer head reference, leading to a resource leak. This oversight was discovered during a code review. The vulnerability could potentially cause a reference count underflow, which may disrupt the integrity of the file system's attribute handling.

Impact

The vulnerability could lead to a reference count leak, causing a resource management issue that might be exploited to manipulate the file system's behavior or integrity.

Reproduction

The vulnerability can be reproduced by invoking the 'ext4_xattr_inode_update_ref' function with a scenario that triggers the error handling path. This will result in the 'iloc.bh' reference not being released, creating a leak.

Remediation

Users can apply the latest patches available in the Linux kernel stable tree to address this vulnerability.

Added: Feb 14, 2026, 4:29 PM
Updated: Feb 14, 2026, 4:29 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
3.9
remediation
7.7
relevance
2.8
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.