mbox series

[5.10,0/1] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb

Message ID 20220819103852.902332-1-dragos.panait@windriver.com (mailing list archive)
Headers show
Series ath9k: fix use-after-free in ath9k_hif_usb_rx_cb | expand

Message

Dragos-Marian Panait Aug. 19, 2022, 10:38 a.m. UTC
The following commit is needed to fix CVE-2022-1679:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ac4827f78c7ffe8eef074bc010e7e34bc22f533

Pavel Skripkin (1):
  ath9k: fix use-after-free in ath9k_hif_usb_rx_cb

 drivers/net/wireless/ath/ath9k/htc.h          | 10 +++++-----
 drivers/net/wireless/ath/ath9k/htc_drv_init.c |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)


base-commit: 6eae1503ddf94b4c3581092d566b17ed12d80f20

Comments

Greg Kroah-Hartman Aug. 19, 2022, 11:23 a.m. UTC | #1
On Fri, Aug 19, 2022 at 01:38:51PM +0300, Dragos-Marian Panait wrote:
> The following commit is needed to fix CVE-2022-1679:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ac4827f78c7ffe8eef074bc010e7e34bc22f533
> 
> Pavel Skripkin (1):
>   ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
> 
>  drivers/net/wireless/ath/ath9k/htc.h          | 10 +++++-----
>  drivers/net/wireless/ath/ath9k/htc_drv_init.c |  3 ++-
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> 
> base-commit: 6eae1503ddf94b4c3581092d566b17ed12d80f20
> -- 
> 2.37.1
> 

This is already queued up for 5.10.  You forgot the backports to older
kernels, which is also already queued up.

thanks,

greg k-h
Dragos-Marian Panait Aug. 19, 2022, 12:18 p.m. UTC | #2
Hi Greg,

On 19.08.2022 14:23, Greg KH wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> On Fri, Aug 19, 2022 at 01:38:51PM +0300, Dragos-Marian Panait wrote:
>> The following commit is needed to fix CVE-2022-1679:
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ac4827f78c7ffe8eef074bc010e7e34bc22f533
>>
>> Pavel Skripkin (1):
>>    ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
>>
>>   drivers/net/wireless/ath/ath9k/htc.h          | 10 +++++-----
>>   drivers/net/wireless/ath/ath9k/htc_drv_init.c |  3 ++-
>>   2 files changed, 7 insertions(+), 6 deletions(-)
>>
>>
>> base-commit: 6eae1503ddf94b4c3581092d566b17ed12d80f20
>> --
>> 2.37.1
>>
> This is already queued up for 5.10.  You forgot the backports to older
> kernels, which is also already queued up.
Are you sure of this?
I can not find any patch for older kernels in the stable mailing 
list(except for 5.15, 5.18, 5.19).

Thanks,
Dragos
>
> thanks,
>
> greg k-h
Greg Kroah-Hartman Aug. 19, 2022, 3:36 p.m. UTC | #3
On Fri, Aug 19, 2022 at 03:18:26PM +0300, Dragos-Marian Panait wrote:
> Hi Greg,
> 
> On 19.08.2022 14:23, Greg KH wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> > 
> > On Fri, Aug 19, 2022 at 01:38:51PM +0300, Dragos-Marian Panait wrote:
> > > The following commit is needed to fix CVE-2022-1679:
> > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ac4827f78c7ffe8eef074bc010e7e34bc22f533
> > > 
> > > Pavel Skripkin (1):
> > >    ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
> > > 
> > >   drivers/net/wireless/ath/ath9k/htc.h          | 10 +++++-----
> > >   drivers/net/wireless/ath/ath9k/htc_drv_init.c |  3 ++-
> > >   2 files changed, 7 insertions(+), 6 deletions(-)
> > > 
> > > 
> > > base-commit: 6eae1503ddf94b4c3581092d566b17ed12d80f20
> > > --
> > > 2.37.1
> > > 
> > This is already queued up for 5.10.  You forgot the backports to older
> > kernels, which is also already queued up.
> Are you sure of this?
> I can not find any patch for older kernels in the stable mailing list(except
> for 5.15, 5.18, 5.19).

Look in the stable-queue.git tree on git.kernel.org.

thanks,

greg k-h