CVE-2025-68350
Unknown Unknown - Not Provided
Divide-by-Zero Vulnerability in Linux exFAT Causes System Crash

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a divide-by-zero error in the Linux kernel's exfat file system code. Specifically, the variable max_ra_count can be zero in the function exfat_allocate_bitmap(), which leads to a divide-by-zero operation (i % max_ra_count). This causes the system to crash. The issue occurs because when max_ra_count is zero, it indicates that readahead is not used, and the code did not handle this case properly.


How can this vulnerability impact me? :

This vulnerability can cause a system crash due to a divide-by-zero error in the exfat file system code. A crash can lead to denial of service, potentially causing data loss or system unavailability until the system is restarted or fixed.


What immediate steps should I take to mitigate this vulnerability?

Apply the patch that fixes the divide-by-zero error in exfat_allocate_bitmap by updating the Linux kernel to a version that includes the fix for this vulnerability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart