CVE-2022-50435
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
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) |
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 filesystem when an inode is created and written to using direct IO (DIO). The EXT4_STATE_MAY_INLINE_DATA flag is not cleared after a direct IO write, which leads to confusion when the inode is later truncated and written using normal write operations. This causes the inode to have both normal block and inline data allocated simultaneously, resulting in a kernel crash (BUG) due to inconsistent inode state handling.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when certain file write operations are performed on ext4 filesystems. Such crashes can lead to system instability, potential data loss, and service interruptions on affected systems.