CVE-2025-39940
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 an integer overflow issue in the Linux kernel's dm-stripe component, specifically in the stripe_io_hints function. It occurs when the chunk size is too large, potentially causing an overflow. The fix involves checking if the overflow happened and, if so, preventing the setting of certain I/O limits to avoid incorrect behavior.
How can this vulnerability impact me? :
If exploited, the integer overflow could lead to incorrect handling of I/O limits in the dm-stripe component, which might cause unexpected behavior or system instability. However, specific impacts such as data corruption or security breaches are not detailed in the provided information.