
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68350 is a divide-by-zero vulnerability in the Linux kernel's exFAT filesystem bitmap allocation function (exfat_allocate_bitmap). When the max_ra_count variable is 0 — indicating readahead is not in use — a subsequent modulo operation (i % max_ra_count) triggers a divide-by-zero error, causing a system crash. The vulnerability was published on December 24, 2025, and affects Linux kernel versions in the range 9fd688678dd8 through the patched commits. It carries an estimated CVSS severity of Medium, with an EPSS score of approximately 0.018% (Red Hat CVE, Red Hat Bugzilla).
The root cause is a missing zero-check on max_ra_count before it is used as a divisor in a modulo operation within exfat_allocate_bitmap(), classified as CWE-369 (Divide By Zero). When the Linux kernel's readahead mechanism is unavailable or disabled, max_ra_count evaluates to 0, and the expression i % max_ra_count causes an arithmetic exception leading to a kernel panic. The fix modifies the bitmap loading path to bypass readahead entirely when max_ra_count is 0, rather than attempting the modulo operation. Upstream patches are referenced at kernel stable commits 88fc3dd6e631 and d70a5804c563 (Red Hat Bugzilla).
Successful triggering of this vulnerability results in a kernel panic and system crash, constituting a denial-of-service (DoS) condition. Any system mounting or operating on an exFAT filesystem under conditions where readahead is not used is at risk of unexpected halts or instability. There is no evidence of confidentiality or integrity impact; the primary risk is availability loss (Red Hat CVE).
The Linux kernel maintainers have released patches addressing this issue in stable commits 88fc3dd6e631b3e2975f898c6c2b6bc6f7058b44 and d70a5804c563b5e34825353ba9927509df709651, with fixes included in kernel 6.18.2 and 6.19-rc1. Administrators should update to a patched kernel version as soon as possible. As a temporary workaround, avoiding the use of exFAT filesystems on affected systems can reduce exposure until a patch is applied (Red Hat Bugzilla).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."