CVE-2025-22081
In the Linux kernel, the following vulnerability has been resolved:
fs/ntfs3: Fix a couple integer overflows on 32bit systems
On 32bit systems the “off + sizeof(struct NTFS_DE)” addition can
have an integer wrapping issue. Fix it by using size_add().
More information : https://git.kernel.org/stable/c/0538f52410b619737e663167b6a2b2d0bc1a589d
