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

5.5 · MEDIUM
Published Aug 21, 2024 linux CWE-476 EPSS 0.24% (15th pctl)

Overview

CVE-2022-48875 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 21, 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:

wifi: mac80211: sdata can be NULL during AMPDU start

ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a

deauthentication is ongoing.

Here a trace triggering the race with the hostapd test

multi_ap_fronthaul_on_ap:

(gdb) list *drv_ampdu_action+0x46

0x8b16 is in drv_ampdu_action (net/mac80211/driver-ops.c:396).

391 int ret = -EOPNOTSUPP;

392

393 might_sleep();

394

395 sdata = get_bss_sdata(sdata);

396 if (!check_sdata_in_driver(sdata))

397 return -EIO;

398

399 trace_drv_ampdu_action(local, sdata, params);

400

wlan0: moving STA 02:00:00:00:03:00 to state 3

wlan0: associated

wlan0: deauthenticating from 02:00:00:00:03:00 by local choice (Reason: 3=DEAUTH_LEAVING)

wlan3.sta1: Open BA session requested for 02:00:00:00:00:00 tid 0

wlan3.sta1: dropped frame to 02:00:00:00:00:00 (unauthorized port)

wlan0: moving STA 02:00:00:0

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 >= 0, < 5.10.165 Affected

Frequently Asked Questions

What is CVE-2022-48875?

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

How severe is CVE-2022-48875?

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

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

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