3 matches found
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 + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...
CVE-2025-22081 fs/ntfs3: Fix a couple integer overflows on 32bit systems
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 + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...
CVE-2025-22081
CVE-2025-22081 (Linux kernel) is addressed via ntfs3 fixes. The reserved 32‑bit overflow issues in ntfs3 include an integer wrapping risk in hdr_first_de() and related overflows from adding off + sizeof(struct NTFS_DE). The description notes that the fixes use size_add() to prevent wrapping on 32...