← Back to CVE List

CVE-2024-50272

Published: 2024-11-19T02:16Z
Last Modified: 2024-11-27T15:54Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: filemap: Fix bounds checking in filemap_read() If the caller supplies an iocb->ki_pos value that is close to the filesystem upper limit, and an iterator with a count that causes us to overflow that limit, then filemap_read() enters an infinite loop. This behaviour was discovered when testing xfstests generic/525 with the "localio" optimisation for loopback NFS mounts. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt