[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168146641747.17210.6250104828316736381.git-patchwork-notify@kernel.org>
Date: Fri, 14 Apr 2023 10:00:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Gwangun Jung <exsociety@...il.com>
Cc: pabeni@...hat.com, jhs@...atatu.com, netdev@...r.kernel.org
Subject: Re: [PATCH net v3] net: sched: sch_qfq: prevent slab-out-of-bounds in
qfq_activate_agg
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Thu, 13 Apr 2023 19:35:54 +0900 you wrote:
> If the TCA_QFQ_LMAX value is not offered through nlattr, lmax is determined by the MTU value of the network device.
> The MTU of the loopback device can be set up to 2^31-1.
> As a result, it is possible to have an lmax value that exceeds QFQ_MIN_LMAX.
>
> Due to the invalid lmax value, an index is generated that exceeds the QFQ_MAX_INDEX(=24) value, causing out-of-bounds read/write errors.
>
> The following reports a oob access:
>
> [...]
Here is the summary with links:
- [net,v3] net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg
https://git.kernel.org/netdev/net/c/3037933448f6
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