CVE-2025-38697
BaseFortify
Publication date: 2025-09-04
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
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 in the Linux kernel's JFS filesystem code, specifically in the dbAllocAG function. When calculating the tree index, there is no check to ensure the index is within valid bounds relative to the size of the stree. This lack of an upper bound check can occur if the filesystem metadata is corrupted, potentially leading to unexpected behavior or errors.
How can this vulnerability impact me? :
If the filesystem metadata is corrupted, this vulnerability could cause the system to behave unexpectedly when accessing or allocating filesystem structures, possibly leading to crashes, data corruption, or denial of service conditions.