CVE Catalog

CVE-2025-22081

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

In the NTFS3 filesystem in the Linux kernel on 32-bit systems, an integer overflow occurs when adding 'off + sizeof(struct NTFS_DE)'. This can lead to incorrect behavior.

Risk Assessment

Organizations using 32-bit systems with NTFS3 may experience data corruption or filesystem crashes.

Recommendation

Apply the Linux kernel patch that uses size_add() for safe addition to prevent integer overflow.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS