LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50871: wifi: ath11k: Fix qmi_msg_handler data structure initialization

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix qmi_msg_handler data structure initialization qmi_msg_handler is required to be null terminated by QMI module. There might be a case where a handler for a msg id is not present in the handlers array which can lead to infinite loop while searching the handler and therefore out of bound access in qmi_invoke_handler(). Hence update the initialization in qmi_msg_handler data structure. Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.5.0.1-01100-QCAHKSWPL_SILICONZ-1

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-50871 is a Linux kernel Wi-Fi driver flaw in ath11k. A missing null terminator in a message-handler table can cause an endless search and out-of-bounds access. Business urgency is highest for Linux devices using Qualcomm ath11k Wi-Fi hardware, especially embedded or network appliances.

Executive priority

Moderate priority. Patch during the next planned kernel or firmware maintenance cycle, sooner for exposed wireless infrastructure, embedded devices, or appliances using ath11k. There is no sourced evidence of active exploitation, but kernel memory-safety issues can affect reliability and security posture.

Technical view

The issue is in ath11k QMI message-handler initialization. The Linux QMI module expects qmi_msg_handler arrays to be null-terminated. If a message ID lacks a handler, qmi_invoke_handler() may continue past the array, causing an infinite loop and out-of-bounds access. Upstream stable commits update the handler structure initialization.

Likely exposure

Exposure appears limited to Linux kernels with the ath11k Wi-Fi driver for supported Qualcomm WLAN hardware. The record lists Linux versions including 5.6 through 6.2-era releases as affected, with stable kernel commits referenced as fixes. Systems not using ath11k are less likely to be exposed.

Exploitation context

No active exploitation is indicated in the provided sources, and the CVE is not listed as KEV. The sources do not provide exploitability details, impact scoring, or attacker prerequisites. Treat this as a kernel stability and memory-safety issue requiring normal vulnerability management priority.

Researcher notes

The public record lacks CVSS, CWE, and exploitability analysis. The fix addresses missing null termination in qmi_msg_handler data structures. The CVE description specifically notes possible infinite loop and out-of-bounds access in qmi_invoke_handler(), tested on IPQ8074 hardware.

Mitigation direction

  • Update affected Linux kernels to versions containing the referenced stable fixes.
  • Prioritize devices using Qualcomm ath11k Wi-Fi hardware or firmware stacks.
  • Check Linux distribution or device vendor advisories for packaged fixed kernels.
  • If ath11k is unnecessary, evaluate vendor-supported options to disable or remove it.

Validation and detection

  • Inventory Linux systems using the ath11k driver.
  • Compare kernel package versions against vendor advisories and referenced stable commits.
  • Confirm deployed kernels include the qmi_msg_handler initialization fix.
  • Review embedded and appliance firmware baselines for ath11k usage.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2022-50871 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxd5c65159f2895379e11ca13f62feabe93278985d, d5c65159f2895379e11ca13f62feabe93278985d, d5c65159f2895379e11ca13f62feabe93278985dunaffected
LinuxLinux5.6, 0, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.