CVE-2022-50873
Use-After-Free in Linux Kernel vdpa Component Causes Kernel Crash
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 in the Linux kernel's vdpa/vp_vdpa component. In the function vp_vdpa_remove(), the code incorrectly calls kfree() with the address of a pointer (a reference) instead of the pointer itself. This misuse of kfree() leads to a crash in the kernel, causing an 'Unable to handle kernel paging request' error and an internal kernel error (Oops).
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly due to improper memory deallocation. Such crashes can lead to system instability, downtime, and potential loss of data or service availability.