CVE-2022-50712
Locking Vulnerability in Linux Kernel devlink Causes System Crash
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper locking in the devlink component when flushing snapshots. Specifically, the devlink_region_snapshot_del() function is supposed to hold a region's snapshot_lock while deleting snapshots, but it does not, which can cause a kernel crash (splat) when netdevsim reloads and destroys regions with pending snapshots.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly during operations involving devlink snapshots, such as reloading netdevsim devices. This can lead to system instability, downtime, and potential loss of data or service availability.