CVE-2022-50496
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 a Use-After-Free (UAF) issue in the Linux kernel's dm_cache component. It occurs when dm_resume() and dm_destroy() functions run concurrently, leading to a situation where memory is accessed after it has been freed. The fix involves cancelling a timer again in the destroy() function to prevent this problem.
How can this vulnerability impact me? :
The vulnerability could potentially lead to system instability or crashes due to accessing freed memory. It might also be exploitable to cause unintended behavior or escalate privileges, depending on the context in which dm_cache is used.