CVE-2022-50021
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's ext4 file system, specifically in the handling of block ranges in the ext4_mb_clear_bb() function. The block range to be freed is initially validated in ext4_free_blocks(), but on bigalloc file systems, the range might be adjusted after validation, leading to improper use of an invalid block range. This can cause kernel bugs or crashes, especially on corrupted file systems.
How can this vulnerability impact me? :
This vulnerability can cause kernel bugs or crashes when the ext4 file system processes certain block ranges, potentially leading to system instability or denial of service on affected Linux systems using bigalloc ext4 file systems.