PT-2026-37069 · Linux · Linux Kernel
Joseph
·
Published
2026-05-05
·
Updated
2026-05-07
·
CVE-2026-43066
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak occurs in the ext4 file system within the
ext4 fc replay inode() function. The function calls ext4 get fc inode loc() to obtain the inode location, which creates a reference to iloc.bh that requires release via brelse(). However, certain error paths—specifically failures in ext4 handle dirty metadata(), sync dirty buffer(), ext4 mark inode used(), and ext4 iget()—jump to the exit label without releasing iloc.bh. Additionally, the ext4 fc replay inode() function fails to propagate errors correctly, returning 0 regardless of the outcome.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel