CVE-2025-38692
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-24
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) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-835 | The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's exFAT file system driver can cause infinite loops during certain file system operations if the file system is corrupted. Specifically, if the cluster chain (a linked list of storage units) contains a loop and certain conditions about directory entries are met (such as no UNUSED entries or exhausted unused directory entries), functions like exfat_count_dir_entries(), exfat_create_upcase_table(), exfat_load_bitmap(), exfat_find_dir_entry(), and exfat_check_dir_empty() may loop infinitely. This can cause the system to hang or become unresponsive during file system access. The vulnerability was fixed by adding checks to detect and break these infinite loops.
How can this vulnerability impact me? :
This vulnerability can cause the Linux system to hang or become unresponsive when accessing or manipulating exFAT file systems that are corrupted in a specific way. This could lead to denial of service conditions where legitimate file system operations cannot complete, potentially disrupting normal system or application functionality.