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

7.8 · HIGH
Published Aug 21, 2024 linux CWE-416 EPSS 0.23% (14th pctl)

Overview

CVE-2022-48867 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

dmaengine: idxd: Prevent use after free on completion memory

On driver unload any pending descriptors are flushed at the

time the interrupt is freed:

idxd_dmaengine_drv_remove() ->

drv_disable_wq() ->

idxd_wq_free_irq() ->

idxd_flush_pending_descs().

If there are any descriptors present that need to be flushed this

flow triggers a "not present" page fault as below:

BUG: unable to handle page fault for address: ff391c97c70c9040

#PF: supervisor read access in kernel mode

#PF: error_code(0x0000) - not-present page

The address that triggers the fault is the address of the

descriptor that was freed moments earlier via:

drv_disable_wq()->idxd_wq_free_resources()

Fix the use after free by freeing the descriptors after any possible

usage. This is done after idxd_wq_reset() to ensure that the memory

remains accessible during possible completion writes by the device.

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.19, < 6.1.8 Affected

Frequently Asked Questions

What is CVE-2022-48867?

CVE-2022-48867 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-48867?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-48867?

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

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