CVE-2025-40150
BaseFortify
Publication date: 2025-11-12
Last updated on: 2026-03-25
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 F2FS filesystem involves a race condition between the fallocate operation on a pinning file and block allocation during garbage collection. Specifically, the garbage collector may migrate a segment that was just allocated by a log, causing an inconsistency between the in-memory segment type and the on-disk segment type. This inconsistency leads to the filesystem shutting down to prevent corruption. The fix involves checking if the current section is empty before garbage collection and adding sanity checks to avoid migrating segments used by the log.
How can this vulnerability impact me? :
This vulnerability can cause the filesystem to shut down unexpectedly due to detected inconsistencies in segment types, potentially leading to data unavailability or loss during the shutdown. It may disrupt normal system operations relying on the F2FS filesystem until the issue is resolved.