CVE-2022-50534
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.10 (inc) to 4.14.303 (inc) |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's device mapper thin provisioning (dm thin) feature. It involves a problem where corrupted metadata can cause a softlockup (a system hang) due to a broken btree structure used for data lookup. Specifically, if a commit of metadata changes fails, the system may use a partially updated and inconsistent btree root, leading to an infinite loop during data block lookup and causing the kernel to hang. The fix involves using the last successful transaction's btree root when a commit fails to avoid this corrupted state.
How can this vulnerability impact me? :
This vulnerability can cause the Linux system to experience a kernel panic or softlockup, effectively hanging or crashing the system. This can lead to downtime, data inaccessibility, and potential loss of service, especially on systems using dm thin provisioning for storage. The system may become read-only or unresponsive, impacting availability and reliability.