Security Advisory

CVE-2025-22081

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-04-16 14:12:30
Last updated 2026-07-30 05:48:20
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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().