CVE Catalog

CVE-2025-21699

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

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

Summary

In the GFS2 filesystem in the Linux kernel, the address space of an inode is not truncated when flipping the GFS2_DIF_JDATA flag. This can lead to mixing pages using buffer heads and iomap_folio_state, which is not allowed.

Risk Assessment

This vulnerability can lead to data corruption in the GFS2 filesystem, potentially causing data loss or system crash.

Recommendation

Apply the Linux kernel patch that truncates the inode's address space when flipping the GFS2_DIF_JDATA flag.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag Truncate an inode's address space when flipping the GFS2_DIF_JDATA flag: depending on that flag, the pages in the address space will either use buffer heads or iomap_folio_state structs, and we cannot mix the two.

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