Security Advisory

CVE-2022-49166

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-02-26 01:55:25
Last updated 2026-05-11 18:54:24
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfs_read_inode_mount invokes ntfs_malloc_nofs with zero allocation size. It triggers one BUG in the __ntfs_malloc function. Fix this by adding sanity check on ni->attr_list_size.