CVE-2025-39916
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| 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 DAMON_RECLAIM feature. Specifically, when creating a new scheme of DAMON_RECLAIM, the calculation of 'min_age_region' uses 'aggr_interval' as a divisor, which can be zero, leading to a division-by-zero error. The fix involves returning an error code (-EINVAL) when this situation occurs to prevent the error.
How can this vulnerability impact me? :
The divide-by-zero error could cause the affected part of the Linux kernel to malfunction or crash, potentially leading to system instability or denial of service. This could impact system reliability and availability.