CVE-2022-50485
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-25
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 in the Linux kernel's ext4 filesystem involves the ext4_iget() function potentially returning a bad inode, especially when iget is called on the boot loader inode. A bad inode may not be properly initialized, which can bypass certain checks and cause the system to panic or crash. To fix this, a new flag EXT4_IGET_BAD was introduced so that bad inodes are only returned when this flag is explicitly used; otherwise, an error code is returned if the inode is bad.
How can this vulnerability impact me? :
This vulnerability can cause system instability or crashes (panic) when the ext4_iget() function returns a bad inode unexpectedly. This can disrupt normal system operations, potentially leading to downtime or data access issues.