CVE-2025-38710
BaseFortify
Publication date: 2025-09-04
Last updated on: 2026-04-11
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) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's gfs2 filesystem involves improper validation of the i_depth value for exhash directories. A fuzzer test caused corruption resulting in an invalid depth of 0, which leads to an undefined shift operation in the code. The minimum valid depth is calculated based on the filesystem parameters, and 0 is invalid. The vulnerability is addressed by adding checks to ensure depth values are within valid ranges, preventing undefined behavior during directory operations.
How can this vulnerability impact me? :
This vulnerability can cause undefined behavior in the Linux kernel when handling gfs2 exhash directories, potentially leading to filesystem corruption or crashes. Such instability could affect system reliability and data integrity on systems using the gfs2 filesystem.