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

5.5 · MEDIUM
Published May 3, 2024 linux CWE-401 EPSS 0.19% (9th pctl)

Overview

CVE-2022-48690 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:

ice: Fix DMA mappings leak

Fix leak, when user changes ring parameters.

During reallocation of RX buffers, new DMA mappings are created for

those buffers. New buffers with different RX ring count should

substitute older ones, but those buffers were freed in ice_vsi_cfg_rxq

and reallocated again with ice_alloc_rx_buf. kfree on rx_buf caused

leak of already mapped DMA.

Reallocate ZC with xdp_buf struct, when BPF program loads. Reallocate

back to rx_buf, when BPF program unloads.

If BPF program is loaded/unloaded and XSK pools are created, reallocate

RX queues accordingly in XDP_SETUP_XSK_POOL handler.

Steps for reproduction:

while :

do

for ((i=0; i<=8160; i=i+32))

do

ethtool -G enp130s0f0 rx $i tx $i

sleep 0.5

ethtool -g enp130s0f0

done

done

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.16.1, < 5.19.9 Affected

Frequently Asked Questions

What is CVE-2022-48690?

CVE-2022-48690 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-48690?

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

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

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