CVE-2025-40293
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's iommufd component involves an integer overflow during a division operation used for dirty tracking. Specifically, if the variable pgshift is 63, the calculation BITS_PER_TYPE(*bitmap->bitmap) * pgsize overflows to 0, causing a divide-by-zero error. The fix involves reorganizing the calculation to divide by shift instead, preventing the overflow and the divide-by-zero condition.
How can this vulnerability impact me? :
The vulnerability can cause a divide-by-zero error in the Linux kernel, which may lead to system instability, crashes, or potential denial of service. This could affect the reliability and availability of systems running vulnerable kernel versions.