CVE-2025-40241
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-04
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.15 |
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 erofs filesystem involves improper handling of crafted invalid cases for encoded extents. Specifically, two corrupted image cases can cause system crashes: one where a special extent's plen value is non-zero but incorrectly handled, and another where an out-of-bound access occurs due to address wrapping caused by invalid physical block addresses exceeding supported limits. The fix adds sanity checks to prevent these issues.
How can this vulnerability impact me? :
This vulnerability can cause system crashes due to corrupted erofs filesystem images with crafted invalid encoded extents. Such crashes may lead to denial of service or system instability when accessing affected filesystems.