CVE-2022-50436
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 involves the Linux kernel's ext4 filesystem where a recent code change extended the scope of a transaction in the ext4_unlink() function too far, causing it to include a call to ext4_find_entry(). Since ext4_find_entry() may need to set up the directory's encryption key, calling it within the transaction can lead to a deadlock. The fix restores the transaction scope to its original boundaries to prevent this deadlock.
How can this vulnerability impact me? :
This vulnerability can cause a deadlock in the Linux kernel's ext4 filesystem when unlinking files, potentially leading to system hangs or degraded performance due to the deadlock during directory encryption key setup within a transaction.