CVE-2026-46046
Analyzed
Analyzed - Analysis Complete
ext4 Filesystem Refcount Leak in Linux Kernel
Publication date: 2026-05-27
Last updated on: 2026-06-16
Assigner: kernel.org
Description
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().
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.13.12 (inc) to 6.14 (exc) |
| linux | linux_kernel | From 5.4.293 (inc) to 5.5 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.4 (exc) |
| linux | linux_kernel | From 5.10.237 (inc) to 5.10.258 (exc) |
| linux | linux_kernel | From 5.15.181 (inc) to 5.15.209 (exc) |
| linux | linux_kernel | From 6.1.135 (inc) to 6.1.175 (exc) |
| linux | linux_kernel | From 6.12.24 (inc) to 6.12.86 (exc) |
| linux | linux_kernel | From 6.14.3 (inc) to 6.18.27 (exc) |
| linux | linux_kernel | From 6.6.88 (inc) to 6.6.140 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |