AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-50367

HIGH · CVSS 7.8 EPSS 0.21%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-09-17 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2022-50367
Severity
HIGH
CVSS
7.8
EPSS
0.21%
Linux

Original NVD 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)

Related CVEs

Other vulnerabilities affecting the same vendor(s)