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

8.8 · HIGH
Published Dec 30, 2025 EPSS 0.31% (24th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, 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: ath10k: add peer map clean up for peer delete in ath10k_sta_state()

When peer delete failed in a disconnect operation, use-after-free

detected by KFENCE in below log. It is because for each vdev_id and

address, it has only one struct ath10k_peer, it is allocated in

ath10k_peer_map_event(). When connected to an AP, it has more than

one HTT_T2H_MSG_TYPE_PEER_MAP reported from firmware, then the

array peer_map of struct ath10k will be set muti-elements to the

same ath10k_peer in ath10k_peer_map_event(). When peer delete failed

in ath10k_sta_state(), the ath10k_peer will be free for the 1st peer

id in array peer_map of struct ath10k, and then use-after-free happened

for the 2nd peer id because they map to the same ath10k_peer.

And clean up all peers in array peer_map for the ath10k_peer, then

user-after-free disappeared

peer map event log:

[ 306.911021] wlan0: authenticate with b0:2a:43:e6:75:0e

[ 306.957187] a

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

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

How severe is CVE-2022-50880?

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

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

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