CVE-2022-50869

Linux Kernel 5.15-5.15.86, 5.16-6.0.16, 6.1-6.1.2 - Slab-Out-of-Bounds Write in NTFS3 Log Page Handling

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in r_page When PAGE_SIZE is 64K, if read_log_page is called by log_read_rst for the first time, the size of *buffer would be equal to DefaultLogPageSize(4K).But for *buffer operations like memcpy, if the memory area size(n) which being assigned to buffer is larger than 4K (log->page_size(64K) or bytes(64K-page_off)), it will cause an out of boundary error. Call trace: [...] kasan_report+0x44/0x130 check_memory_region+0xf8/0x1a0 memcpy+0xc8/0x100 ntfs_read_run_nb+0x20c/0x460 read_log_page+0xd0/0x1f4 log_read_rst+0x110/0x75c log_replay+0x1e8/0x4aa0 ntfs_loadlog_and_replay+0x290/0x2d0 ntfs_fill_super+0x508/0xec0 get_tree_bdev+0x1fc/0x34c [...] Fix this by setting variable r_page to NULL in log_read_rst.

Scores

EPSS 0.0018
EPSS Percentile 7.2%

Details

Status published
Products (13)
linux/Kernel 5.15.0 - 5.15.87linux
linux/Kernel 5.16.0 - 6.0.17linux
linux/Kernel 6.1.0 - 6.1.3linux
Linux/Linux < 5.15
Linux/Linux 5.15
Linux/Linux 5.15.87 - 5.15.*
Linux/Linux 6.0.17 - 6.0.*
Linux/Linux 6.1.3 - 6.1.*
Linux/Linux 6.2
Linux/Linux b46acd6a6a627d876898e1c84d3f84902264b445 - 6d076293e5bffdf897ea5f975669206e09beed6a
... and 3 more
Published Dec 30, 2025
Tracked Since Feb 18, 2026