CVE Catalog

CVE-2025-22080

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

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

Summary

In the NTFS3 filesystem in the Linux kernel, the hdr_first_de() function does not properly validate the 'de_off' and 'used' values from disk. On 32-bit systems, this can lead to integer overflow bypassing checks.

Risk Assessment

Organizations using 32-bit systems with NTFS3 may be at risk of data corruption or filesystem crashes due to improper validation.

Recommendation

Apply the Linux kernel patch that adds proper range checking for 'de_off' and 'used' 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: Prevent integer overflow in hdr_first_de() The "de_off" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they're both greater than UINT_MAX - 16 then the check does work as intended because of an integer overflow.

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