CVE-2022-50367 Details
Description
In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfs_mdt_destroy In alloc_inode, inode_init_always() could return -ENOMEM if security_inode_alloc() fails, which causes inode->i_private uninitialized. Then nilfs_is_metadata_file_inode() returns true and nilfs_free_inode() wrongly calls nilfs_mdt_destroy(), which frees the uninitialized inode->i_private and leads to crashes(e.g., UAF/GPF). Fix this by moving security_inode_alloc just prior to this_cpu_inc(nr_inodes)
A use-after-free vulnerability has been identified in the Linux kernel's handling of NILFS metadata files. This issue arises in the 'alloc_inode' function, where the 'inode_init_always()' routine may return an out-of-memory error if 'security_inode_alloc()' fails. This failure leaves the 'inode->i_private' field uninitialized. Consequently, the 'nilfs_is_metadata_file_inode()' function incorrectly identifies the inode as valid, leading to a faulty call to 'nilfs_free_inode()', which triggers 'nilfs_mdt_destroy()'. This sequence frees the uninitialized 'i_private' data, causing system crashes due to a use-after-free and general protection fault. The vulnerability affects several versions of the Linux kernel.
The vulnerability has been addressed by modifying the 'alloc_inode' function to move the 'security_inode_alloc()' call earlier in the process, ensuring that the 'inode->i_private' field is properly initialized before the inode is used.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/1e555c3ed1fce4b278aaebe18a64a934cece57d8 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2a96b532098284ecf8e4849b8b9e5fc7a28bdee9 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2e488f13755ffbb60f307e991b27024716a33b29 | kernel.org | Patch |
| https://git.kernel.org/stable/c/64b79e632869ad3ef6c098a4731d559381da1115 | kernel.org | Patch |
| https://git.kernel.org/stable/c/70e4f70d54e0225f91814e8610477d65f33cefe4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/81de80330fa6907aec32eb54c5619059e6e36452 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c0aa76b0f17f59dd9c9d3463550a2986a1d592e4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/d1ff475d7c83289d0a7faef346ea3bbf90818bad | kernel.org | Patch |
| https://git.kernel.org/stable/c/ec2aab115eb38ac4992ea2fcc2a02fbe7af5cf48 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-416 | Use After Free | [email protected] |
| CWE-416 | Use After Free | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | < 4.9.331 >= 4.10, < 4.14.296 >= 4.15, < 4.19.262 >= 4.20, < 5.4.218 >= 5.5, < 5.10.148 >= 5.11, < 5.15.73 >= 5.16, < 5.19.15 >= 6.0, < 6.0.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 14, 2026 | CVE Modified | CISA-ADP |
| Dec 10, 2025 | Initial Analysis | [email protected] |
| Sep 17, 2025 | New CVE Received | kernel.org |