[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025102207-CVE-2022-50565-ddc2@gregkh>
Date: Wed, 22 Oct 2025 15:24:13 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2022-50565: wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()
urbs does not be freed in exception paths in __lf_x_usb_enable_rx().
That will trigger memory leak. To fix it, add kfree() for urbs within
"error" label. Compile tested only.
The Linux kernel CVE team has assigned CVE-2022-50565 to this issue.
Affected and fixed versions
===========================
	Issue introduced in 5.19 with commit 68d57a07bfe5bb29b80cd8b8fa24c9d1ea104124 and fixed in 6.0.16 with commit 286464463a05cb4bad80b134e24f8ffaab20bee4
	Issue introduced in 5.19 with commit 68d57a07bfe5bb29b80cd8b8fa24c9d1ea104124 and fixed in 6.1.2 with commit fce7e46273649d9cdcd98d89551975a65f206a14
	Issue introduced in 5.19 with commit 68d57a07bfe5bb29b80cd8b8fa24c9d1ea104124 and fixed in 6.2 with commit 895b3b06efc285c1245242e9638b9ae251dc13ec
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions.  The official CVE entry at
	https://cve.org/CVERecord/?id=CVE-2022-50565
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
	drivers/net/wireless/purelifi/plfxlc/usb.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes.  Individual
changes are never tested alone, but rather are part of a larger kernel
release.  Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all.  If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
	https://git.kernel.org/stable/c/286464463a05cb4bad80b134e24f8ffaab20bee4
	https://git.kernel.org/stable/c/fce7e46273649d9cdcd98d89551975a65f206a14
	https://git.kernel.org/stable/c/895b3b06efc285c1245242e9638b9ae251dc13ec
Powered by blists - more mailing lists
 
