CVE-2022-50193
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-19
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) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's erofs file system when it is mounted a second time. Specifically, the decompression thread may hang due to improper synchronization between tasks handling LZMA decompression nodes. Task A loads nodes and pushes them into a shared structure, while Task B waits for nodes to decompress. If Task B is sleeping when Task A pushes nodes, Task B may never be woken up, causing the decompression thread to hang.
How can this vulnerability impact me? :
The vulnerability can cause the decompression thread in the erofs file system to hang, potentially leading to system instability or degraded performance when mounting the erofs file system multiple times. This could affect system operations relying on erofs, causing delays or failures in accessing compressed data.