In the Linux kernel, the following vulnerability has been resolved:
iomap: Fix possible overflow condition in iomapwritedelalloc_scan
folionextindex() returns an unsigned long value which left shifted by PAGESHIFT could possibly cause an overflow on 32-bit system. Instead use foliopos(folio) + folio_size(folio), which does this correctly.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/54xxx/CVE-2023-54285.json",
"cna_assigner": "Linux"
}