Description
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().
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A defect in the Linux kernel’s ext4 filesystem code causes the function ext4_xattr_inode_dec_ref_all() to acquire a buffer head through ext4_get_inode_loc() but never release it with brelse(), creating a reference‑count leak. Over time the unreleased buffer heads accumulate, depleting kernel memory and potentially leading to a denial‑of‑service or system instability. The primary impact is thus resource exhaustion at the kernel level.

Affected Systems

All systems running a Linux kernel that predates the commit c8e008b60492 are susceptible. The commit was added to the ext4 subsystem to ignore extended attributes past the end and inadvertently introduced the leak when block checksumming is disabled. Any Linux distribution or custom kernel that has not applied the fix is exposed until the kernel is updated.

Risk and Exploitability

No EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog, indicating that no widespread exploits have been observed. The CVSS score of 5.5 reflects moderate severity. The likely attack vector is local: an attacker must perform filesystem operations that invoke ext4_xattr_inode_dec_ref_all(), which typically occurs during normal file or extended attribute manipulation. Based on the description, it is inferred that the attacker needs sufficient privileges to repeatedly access the affected filesystem to trigger the leak; however, the lack of public exploits and the local nature of the attack lower the immediate exploitation likelihood. Nevertheless, the potential for a denial‑of‑service warrants prompt remediation.

Generated by OpenCVE AI on May 28, 2026 at 04:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes commit c8e008b60492 or a later patch to address the reference‑count leak.
  • Reboot the system to load the updated kernel and terminate any lingering leaks from the vulnerable code path.
  • Optionally, monitor system logs and memory usage for signs of abnormal kernel memory consumption to verify that the issue has been resolved.

Generated by OpenCVE AI on May 28, 2026 at 04:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391
CWE-399

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 27 May 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-391
CWE-399

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description 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().
Title ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:57:02.610Z

Reserved: 2026-05-13T15:03:33.094Z

Link: CVE-2026-46046

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:24.083

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-46046

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46046 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T04:45:07Z

Weaknesses