CVE-2022-50622
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 potential memory leak in the Linux kernel's ext4 filesystem code. Specifically, in the function ext4_fc_record_modified_inode(), when the krealloc function returns NULL, the memory pointed to by state->fc_modified_inodes may not be freed properly because state->fc_modified_inodes is already set to NULL. This leads to a memory leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential memory leak in the Linux kernel, which could lead to increased memory usage and possibly degrade system performance or stability over time if exploited or triggered repeatedly.