| 概要 | In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate rec->used in journal-replay file record check check_file_record() validates rec->total against the record size but DeleteAttribute: memmove(attr, ..., used - asize - roff) When rec->used is smaller than the offset of a validated attribute, or This requires a corrupted filesystem, which isn't a threat model the Fix this up by bounding rec->used correctly. This is much like commit b2bc7c44ed17 ("fs/ntfs3: Fix slab-out-of-bounds |
|---|---|
| 公表日 | 2026年5月1日23:16 |
| 登録日 | 2026年5月2日4:06 |
| 最終更新日 | 2026年5月2日0:24 |