lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 29 Mar 2021 20:50:09 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Lv Yunlong <lyl2019@...l.ustc.edu.cn>
Cc:     christopher.lee@...i.com, davem@...emloft.net, kuba@...nel.org,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ethernet: myri10ge: Fix a use after free in myri10ge_sw_tso

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon, 29 Mar 2021 05:36:48 -0700 you wrote:
> In myri10ge_sw_tso, the skb_list_walk_safe macro will set
> (curr) = (segs) and (next) = (curr)->next. If status!=0 is true,
> the memory pointed by curr and segs will be free by dev_kfree_skb_any(curr).
> But later, the segs is used by segs = segs->next and causes a uaf.
> 
> As (next) = (curr)->next, my patch replaces seg->next to next.
> 
> [...]

Here is the summary with links:
  - ethernet: myri10ge: Fix a use after free in myri10ge_sw_tso
    https://git.kernel.org/netdev/net/c/63415767a244

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ