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

7.1 · HIGH
Published Dec 9, 2025 EPSS 0.32% (24th pctl)

Overview

CVE-2022-50665 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnected

It has a fail log which is ath11k_dbg in ath11k_dp_rx_process_mon_status(),

as below, it will not print when debug_mask is not set ATH11K_DBG_DATA.

ath11k_dbg(ab, ATH11K_DBG_DATA,

"failed to find the peer with peer_id %d\n",

ppdu_info.peer_id);

When run scan with station disconnected, the peer_id is 0 for case

HAL_RX_MPDU_START in ath11k_hal_rx_parse_mon_status_tlv() which called

from ath11k_dp_rx_process_mon_status(), and the peer_id of ppdu_info is

reset to 0 in the while loop, so it does not match condition of the

check "if (ppdu_info->peer_id == HAL_INVALID_PEERID" in the loop, and

then the log "failed to find the peer with peer_id 0" print after the

check in the loop, it is below call stack when debug_mask is set

ATH11K_DBG_DATA.

The reason is this commit 01d2f285e3e5 ("ath11k: decode HE status tlv")

add "memset(ppdu_info, 0,

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2022-50665?

CVE-2022-50665 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2022-50665?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-50665?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-50665?

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