| Summary | 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 |
|---|---|
| Publication Date | May 1, 2026, 11:16 p.m. |
| Registration Date | May 2, 2026, 4:06 a.m. |
| Last Update | May 2, 2026, 12:24 a.m. |