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

4.7 · MEDIUM
Published Jul 16, 2024 linux CWE-362 EPSS 0.17% (7th pctl)

Overview

CVE-2022-48784 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

cfg80211: fix race in netlink owner interface destruction

My previous fix here to fix the deadlock left a race where

the exact same deadlock (see the original commit referenced

below) can still happen if cfg80211_destroy_ifaces() already

runs while nl80211_netlink_notify() is still marking some

interfaces as nl_owner_dead.

The race happens because we have two loops here - first we

dev_close() all the netdevs, and then we destroy them. If we

also have two netdevs (first one need only be a wdev though)

then we can find one during the first iteration, close it,

and go to the second iteration -- but then find two, and try

to destroy also the one we didn't close yet.

Fix this by only iterating once.

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.12.1, < 5.15.25 Affected

Frequently Asked Questions

What is CVE-2022-48784?

CVE-2022-48784 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2022-48784?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-48784?

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

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