CVE-2022-49133

MEDIUM EPSS 15.6%
Published Feb 26, 20251y ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Feb 26, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfd_process_notifier_release flush svm_range_restore_work which calls svm_range_list_lock_and_flush_work to flush deferred_list work, but if deferred_list work mmput release the last user, it will call exit_mmap -> notifier_release, it is deadlock with below backtrace. Move flush svm_range_restore_work to kfd_process_wq_release to avoid deadlock. Then svm_range_restore_work take task->mm ref to avoid mm is gone while validating and mapping ranges to GPU. Workqueue: events svm_range_deferred_list_work [amdgpu] Call Trace: wait_for_completion+0x94/0x100 __flush_work+0x12a/0x1e0 __cancel_work_timer+0x10e/0x190 cancel_delayed_work_sync+0x13/0x20 kfd_process_notifier_release+0x98/0x2a0 [amdgpu] __mmu_notifier_release+0x74/0x1f0 exit_mmap+0x170/0x200 mmput+0x5d/0x130 svm_range_deferred_list_work+0x104/0x230 [amdgpu] process_one_work+0x220/0x3c0

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
15.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Affected Products 2

VendorProductVersionRange
linuxlinux_kernel*≥5.14  –  <5.16.20
linuxlinux_kernel*≥5.17  –  <5.17.3

References 3

  • git.kernel.org https://git.kernel.org/stable/c/6225bb3a88d22594aacea2485dc28ca12d596721
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/858822905f4bf44100d63c5e22e263109976f7cb
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/a6be83086e91891081e0589e4b4645bf4643e897
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/6225bb3a88d22594aacea2485dc28ca12d596721
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/858822905f4bf44100d63c5e22e263109976f7cb
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/a6be83086e91891081e0589e4b4645bf4643e897
    Patch