NONE · 0

CVE-2022-50622

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_i...

Vulnerability 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.

References

FAQ

What is CVE-2022-50622?

CVE-2022-50622 is a documented vulnerability. 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_i...

How severe is CVE-2022-50622?

CVSS scoring is not yet available for CVE-2022-50622. Check NVD for updates.

Is there a patch for CVE-2022-50622?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.