CVE-2022-50889
Use-After-Free Vulnerability in Linux Kernel dm_integrity Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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_integrity module, specifically in the dm_integrity_dtr() function. It also occurs when dm_resume() and dm_destroy() run concurrently. The problem involves improper handling of timers, which can lead to accessing memory that has already been freed.
How can this vulnerability impact me? :
The Use-After-Free vulnerability in the dm_integrity module can potentially lead to system instability, crashes, or exploitation by attackers to execute arbitrary code or cause denial of service. This can affect the reliability and security of systems using the affected Linux kernel.