← Back to CVE List

CVE-2025-22081

Published: 2025-04-16T15:16:02.310
Last Modified: 2025-04-16T15:16:02.310
Source: MITRE CVE List
License: MITRE-CVE-TOS
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(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt