VYPR
Unrated severityNVD Advisory· Published Dec 8, 2025· Updated Apr 15, 2026

CVE-2022-50629

CVE-2022-50629

Description

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

wifi: rsi: Fix memory leak in rsi_coex_attach()

The coex_cb needs to be freed when rsi_create_kthread() failed in rsi_coex_attach().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

In the Linux kernel, a memory leak in rsi_coex_attach() occurs when rsi_create_kthread() fails, as coex_cb is not freed.

Vulnerability

Description

CVE-2022-50629 is a memory leak vulnerability in the Linux kernel's Redpine Signals wifi driver. In the function rsi_coex_attach(), a control block (coex_cb) is allocated, but if rsi_create_kthread() fails, this memory is not freed, leading to a memory leak [1].

Attack

Vector and Prerequisites

The vulnerability can be triggered locally by an attacker with the ability to load the rsi driver and cause thread creation failure, for example by exhausting system resources. No special privileges are required beyond the ability to interact with the wifi device or trigger driver initialization.

Impact

An attacker can cause a gradual depletion of kernel memory, leading to system instability or denial of service (DoS). The leak occurs each time the driver initialization fails, potentially causing the system to run out of memory over repeated attempts.

Mitigation

Patches have been applied to the Linux kernel stable branches as seen in commits [1], [2], and [3]. Users should update their kernel to include these fixes. No workaround is available other than applying the patch or avoiding the vulnerable driver.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Linux/Kernelinferred2 versions
    (expand)+ 1 more
    • (no CPE)
    • (no CPE)

Patches

7

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.