Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49133

5.5 · MEDIUM
Published Feb 26, 2025 linux EPSS 0.26% (18th pctl)

Overview

CVE-2022-49133 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.14, < 5.16.20 Affected

Frequently Asked Questions

What is CVE-2022-49133?

CVE-2022-49133 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49133?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-49133?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-49133?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49133 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.