First published: Fri Jan 31 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: filemap: avoid truncating 64-bit offset to 32 bits On 32-bit kernels, folio_seek_hole_data() was inadvertently truncating a 64-bit value to 32 bits, leading to a possible infinite loop when writing to an xfs filesystem.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.12<5.15.177 | |
Linux Kernel | >=5.16<6.1.127 | |
Linux Kernel | >=6.2<6.6.74 | |
Linux Kernel | >=6.7<6.12.11 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 | |
Linux Kernel | =6.13-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21665 has a high severity rating due to the potential for an infinite loop condition.
To fix CVE-2025-21665, you should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
CVE-2025-21665 affects specific versions of the Linux kernel including those between 5.12 to 5.15.177, 5.16 to 6.1.127, 6.2 to 6.6.74, and 6.7 to 6.12.11.
The primary impact of CVE-2025-21665 is a potential infinite loop when writing to an XFS filesystem, which could lead to system unresponsiveness.
Yes, CVE-2025-21665 is specifically relevant to 32-bit kernels due to the truncation of 64-bit offsets.