CVE-2022-50871
Unknown Unknown - Not Provided

Out-of-Bounds Access in Linux ath11k QMI Handler Causes Infinite Loop

Vulnerability report for CVE-2022-50871, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Linux kernel's wifi component, specifically the ath11k driver. The issue is that the qmi_msg_handler data structure was not properly null-terminated as required by the QMI module. If a handler for a specific message ID is missing in the handlers array, the code can enter an infinite loop while searching for the handler, which can lead to out-of-bounds memory access in the qmi_invoke_handler() function. The fix involved updating the initialization of the qmi_msg_handler data structure to ensure proper null termination.

Impact Analysis

This vulnerability can cause an infinite loop and out-of-bounds memory access in the Linux kernel's wifi driver. Such behavior can lead to system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service by exploiting the memory corruption.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50871. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart