CVE-2022-50622
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50622, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-08

Last updated on: 2025-12-08

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4_fc_record_modified_inode() As krealloc may return NULL, in this case 'state->fc_modified_inodes' may not be freed by krealloc, but 'state->fc_modified_inodes' already set NULL. Then will lead to 'state->fc_modified_inodes' memory leak.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-08
Last Modified
2025-12-08
Generated
2026-07-07
AI Q&A
2025-12-08
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50622. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart