CVE-2025-40333
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
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 is an infinite loop issue in the Linux kernel's f2fs filesystem code, specifically in the __insert_extent_tree() function. When incorrect extent information is encountered and the system looks up an extent_node in the red-black tree, it can cause the kernel to enter an infinite loop if the CONFIG_F2FS_CHECK_FS option is disabled. The fix involves returning NULL and printing kernel messages to avoid the infinite loop.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to hang or become unresponsive due to an infinite loop when handling corrupted extent information in the f2fs filesystem. This can lead to system instability or denial of service conditions.