Bug 2424893 (CVE-2025-68350) - CVE-2025-68350 kernel: exfat: fix divide-by-zero in exfat_allocate_bitmap
Summary: CVE-2025-68350 kernel: exfat: fix divide-by-zero in exfat_allocate_bitmap
Keywords:
Status: NEW
Alias: CVE-2025-68350
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 11:04 UTC by OSIDB Bzimport
Modified: 2025-12-24 12:20 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 11:04:15 UTC
In the Linux kernel, the following vulnerability has been resolved:

exfat: fix divide-by-zero in exfat_allocate_bitmap

The variable max_ra_count can be 0 in exfat_allocate_bitmap(),
which causes a divide-by-zero error in the subsequent modulo operation
(i % max_ra_count), leading to a system crash.
When max_ra_count is 0, it means that readahead is not used. This patch
load the bitmap without readahead.


Note You need to log in before you can comment on or make changes to this bug.