Description
In the Linux kernel, the following vulnerability has been resolved:

ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref

The error branch for ext4_xattr_inode_update_ref forget to release the
refcount for iloc.bh. Find this when review code.
Published: 2026-02-14
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Resource Exhaustion
Action: Patch Kernel
AI Analysis

Impact

This vulnerability originates from a missing reference count decrement in the ext4_xattr_inode_update_ref routine, which can cause reference count leaks for the inode locality buffer (iloc.bh). The leak can accumulate unaddressed resources, potentially leading to memory exhaustion or degraded filesystem performance. The weakness is a classic memory management defect (CWE-401).

Affected Systems

Affected systems are Linux kernels that contain the vulnerable code prior to the fix. The CPE data indicates that the 6.19 release candidates (rc1 through rc5) are impacted, and any kernel variants derived from the generic Linux:Linux product that include those release candidates are also vulnerable. Systems still running these kernels without the applied patch are at risk.

Risk and Exploitability

The CVSS score is 5.5, indicating moderate risk, while the EPSS score is below 1%, implying a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The impact requires execution of ext4 extended attribute operations, which generally requires root or privileged access. Therefore the likely attack vector is local privileged use, and while a remote vector is not indicated, an attacker with sufficient access could trigger the leak repeatedly, leading to resource exhaustion over time.

Generated by OpenCVE AI on April 18, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that contains the fix, such as Linux kernel 6.19 rc6 or later, or the latest stable 6.19.x.
  • If upgrading is not immediately possible, avoid performing extended attribute operations on files in affected filesystems until the kernel is patched.
  • As a supplementary measure, monitor system memory usage and kernel logs for signs of iloc.bh leaks; consider applying mitigations such as system reboot or temporary disabling of ext4 extended attributes if the leak causes instability.

Generated by OpenCVE AI on April 18, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8162-1 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8180-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8180-2 Linux kernel (FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8186-1 Linux kernel (Real-time) vulnerabilities
Ubuntu USN Ubuntu USN USN-8187-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8188-1 Linux kernel (HWE) vulnerabilities
History

Tue, 17 Mar 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CPEs cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*

Mon, 16 Feb 2026 12:15:00 +0000

Type Values Removed Values Added
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


Sat, 14 Feb 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref The error branch for ext4_xattr_inode_update_ref forget to release the refcount for iloc.bh. Find this when review code.
Title ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
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-02-14T15:36:10.207Z

Reserved: 2026-01-13T15:37:45.974Z

Link: CVE-2026-23145

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-02-14T16:15:54.597

Modified: 2026-03-17T21:13:17.667

Link: CVE-2026-23145

cve-icon Redhat

Severity : Low

Publid Date: 2026-02-14T00:00:00Z

Links: CVE-2026-23145 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T12:30:45Z

Weaknesses