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-48675

5.5 · MEDIUM
Published May 3, 2024 linux CWE-667 EPSS 0.18% (7th pctl)

Overview

CVE-2022-48675 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 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:

IB/core: Fix a nested dead lock as part of ODP flow

Fix a nested dead lock as part of ODP flow by using mmput_async().

From the below call trace [1] can see that calling mmput() once we have

the umem_odp->umem_mutex locked as required by

ib_umem_odp_map_dma_and_lock() might trigger in the same task the

exit_mmap()->__mmu_notifier_release()->mlx5_ib_invalidate_range() which

may dead lock when trying to lock the same mutex.

Moving to use mmput_async() will solve the problem as the above

exit_mmap() flow will be called in other task and will be executed once

the lock will be available.

[1]

[64843.077665] task:kworker/u133:2 state:D stack: 0 pid:80906 ppid:

2 flags:0x00004000

[64843.077672] Workqueue: mlx5_ib_page_fault mlx5_ib_eqe_pf_action [mlx5_ib]

[64843.077719] Call Trace:

[64843.077722] <TASK>

[64843.077724] __schedule+0x23d/0x590

[64843.077729] schedule+0x4e/0xb0

[64843.077735] schedule_preempt_disabled

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.10, < 5.10.143 Affected

Frequently Asked Questions

What is CVE-2022-48675?

CVE-2022-48675 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-48675?

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-48675?

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-48675?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-48675 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.