CVE-2022-50286
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 5.4.229 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.163 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.87 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.0.18 (exc) |
| linux | linux_kernel | From 6.1 (inc) to 6.1.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's ext4 filesystem when both the bigalloc and inline options are used. When files with inline data are converted to extents, delayed allocations can cause invalid extent status cache content, incorrect reserved cluster counts, kernel memory leaks, and potential kernel panics. The issue arises because the code incorrectly searches for an extent tree that doesn't exist for inline files, leading to caching of invalid data.
How can this vulnerability impact me? :
The vulnerability can lead to kernel memory leaks and potential kernel panics, which may cause system instability or crashes. It can also result in incorrect filesystem metadata, such as invalid extent status cache content and incorrect reserved cluster counts, potentially affecting data integrity.