Bug 2419941 (CVE-2022-50622) - CVE-2022-50622 kernel: Linux kernel (ext4): Memory leak due to improper handling of krealloc failure
Summary: CVE-2022-50622 kernel: Linux kernel (ext4): Memory leak due to improper handl...
Keywords:
Status: NEW
Alias: CVE-2022-50622
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-08 07:10 UTC by OSIDB Bzimport
Modified: 2026-01-02 17:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-08 07:10:41 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.