CVE-2026-46046
BaseFortify
Publication date: 2026-05-27
Last updated on: 2026-05-27
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Linux kernel's ext4 filesystem code. Specifically, a function called ext4_xattr_inode_dec_ref_all() fails to release a resource properly because it does not call brelse() to release a buffer head (iloc.bh) obtained from ext4_get_inode_loc(). This leads to a reference count leak when the block_csum feature is disabled.
How can this vulnerability impact me? :
The vulnerability causes a reference count leak in the ext4 filesystem code, which can lead to resource exhaustion over time. This may degrade system performance or stability, potentially causing crashes or other unexpected behavior due to unreleased resources accumulating.