CVE-2022-50665
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50665 is a logic error vulnerability in the Linux kernel's ath11k Wi-Fi driver affecting the ath11k_dp_rx_process_mon_status() function. The flaw causes a spurious debug log message — "failed to find the peer with peer_id 0" — when a station is disconnected and a scan is run, due to an incorrect initialization of peer_id after a memset call. It was published on December 9, 2025, and affects the Linux kernel. Feedly estimates the severity as Medium, with an EPSS score of 0.00017 (Feedly, VulDB).

Technical details

The root cause is an improper initialization issue (CWE-665) introduced by commit 01d2f285e3e5 ("ath11k: decode HE status tlv"), which added a memset(ppdu_info, 0, sizeof(struct hal_rx_mon_ppdu_info)) in ath11k_dp_rx_process_mon_status() but failed to subsequently initialize peer_id to HAL_INVALID_PEERID. As a result, when ath11k_hal_rx_parse_mon_status_tlv() processes an HAL_RX_MPDU_START TLV during a disconnected scan, peer_id is reset to 0 rather than the sentinel invalid value, causing the peer lookup condition if (ppdu_info->peer_id == HAL_INVALID_PEERID) to be skipped and triggering the erroneous debug log. The fix initializes peer_id to HAL_INVALID_PEERID after the memset to restore correct behavior (Feedly).

Impact

The practical impact of this vulnerability is limited to incorrect debug logging behavior in the ath11k Wi-Fi driver when a wireless station is disconnected and scanning. There is no evidence of confidentiality, integrity, or availability impact beyond potential diagnostic confusion; the flaw does not expose sensitive data, allow privilege escalation, or enable remote code execution. Systems with ATH11K_DBG_DATA debug mask enabled may generate misleading log entries, but normal operation is otherwise unaffected (Feedly).

Exploitability

There is no known public exploit code, active in-the-wild exploitation, or threat actor attribution associated with CVE-2022-50665. The EPSS score is 0.00017 (approximately 0.017%), indicating a very low probability of exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Detection coverage exists via Nessus plugin 277969 (Tenable, Feedly).

Mitigation and workarounds

The fix is available in the Linux kernel stable tree via commits a5b03df19041, a20ed60bb357, and c0bb97a90b13, which initialize ppdu_info->peer_id to HAL_INVALID_PEERID after the memset call. Users should apply the relevant kernel update for their distribution; SUSE has issued advisories (SUSE-2026:0263-1 and SUSE-2026:0317-1) incorporating this fix. No configuration-based workaround is required, as the issue only produces spurious debug output and does not represent an exploitable security risk (Linux Security SUSE Advisory, Linux Security SUSE Advisory 2).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management