All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: davem@davemloft.net, kuba@kernel.org, edumazet@google.com,
	pabeni@redhat.com, jiri@resnulli.us, xiyou.wangcong@gmail.com,
	netdev@vger.kernel.org, sec@valis.email,
	paolo.valente@unimore.it
Subject: Re: [PATCH net 1/1] net: sched: sch_qfq: Fix UAF in qfq_dequeue()
Date: Tue, 05 Sep 2023 07:22:26 +0000	[thread overview]
Message-ID: <169389854651.13349.10095337484077645366.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230901162237.11525-1-jhs@mojatatu.com>

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri,  1 Sep 2023 12:22:37 -0400 you wrote:
> From: valis <sec@valis.email>
> 
> When the plug qdisc is used as a class of the qfq qdisc it could trigger a
> UAF. This issue can be reproduced with following commands:
> 
>   tc qdisc add dev lo root handle 1: qfq
>   tc class add dev lo parent 1: classid 1:1 qfq weight 1 maxpkt 512
>   tc qdisc add dev lo parent 1:1 handle 2: plug
>   tc filter add dev lo parent 1: basic classid 1:1
>   ping -c1 127.0.0.1
> 
> [...]

Here is the summary with links:
  - [net,1/1] net: sched: sch_qfq: Fix UAF in qfq_dequeue()
    https://git.kernel.org/netdev/net/c/8fc134fee27f

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



      parent reply	other threads:[~2023-09-05  7:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 16:22 [PATCH net 1/1] net: sched: sch_qfq: Fix UAF in qfq_dequeue() Jamal Hadi Salim
2023-09-01 18:09 ` Pedro Tammela
2023-09-01 21:35   ` Jamal Hadi Salim
2023-09-05  7:22 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169389854651.13349.10095337484077645366.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=paolo.valente@unimore.it \
    --cc=sec@valis.email \
    --cc=xiyou.wangcong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.