CVE-2025-38701
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153-1 |
| linux | linux_kernel | 5.10.244-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's ext4 file system where a BUG_ON is triggered if an inode has the INLINE_DATA_FL flag set but is missing the system.data extended attribute. This situation can be caused by a maliciously fuzzed file system image. Instead of causing a kernel BUG (crash), the fix changes the behavior to report the file system as corrupted, preventing a kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (BUG) when handling specially crafted ext4 file systems with inconsistent inline data flags and attributes. This could lead to denial of service or system instability if an attacker provides a maliciously fuzzed file system image.