In the Linux kernel, the following vulnerability has been resolved:
exfat: fix divide-by-zero in exfatallocatebitmap
The variable maxracount can be 0 in exfatallocatebitmap(), which causes a divide-by-zero error in the subsequent modulo operation (i % maxracount), leading to a system crash. When maxracount is 0, it means that readahead is not used. This patch load the bitmap without readahead.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68350.json",
"cna_assigner": "Linux"
}