[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210609142212.3096691-1-maximmi@nvidia.com>
Date: Wed, 9 Jun 2021 17:22:09 +0300
From: Maxim Mikityanskiy <maximmi@...dia.com>
To: Mat Martineau <mathew.j.martineau@...ux.intel.com>,
Matthieu Baerts <matthieu.baerts@...sares.net>,
Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Pablo Neira Ayuso <pablo@...filter.org>,
Jozsef Kadlecsik <kadlec@...filter.org>,
Florian Westphal <fw@...len.de>,
Toke Høiland-Jørgensen <toke@...e.dk>,
"Jamal Hadi Salim" <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
Patrick McHardy <kaber@...sh.net>,
Jesper Dangaard Brouer <brouer@...hat.com>,
Paolo Abeni <pabeni@...hat.com>,
Christoph Paasch <cpaasch@...le.com>,
Peter Krystad <peter.krystad@...ux.intel.com>
CC: Young Xiao <92siuyang@...il.com>, <netdev@...r.kernel.org>,
"Maxim Mikityanskiy" <maximmi@...dia.com>
Subject: [PATCH net 0/3] Fix out of bounds when parsing TCP options
This series fixes out-of-bounds access in various places in the kernel
where parsing of TCP options takes place. Fortunately, many more
occurrences don't have this bug.
Maxim Mikityanskiy (3):
netfilter: synproxy: Fix out of bounds when parsing TCP options
mptcp: Fix out of bounds when parsing TCP options
sch_cake: Fix out of bounds when parsing TCP options
net/mptcp/options.c | 2 ++
net/netfilter/nf_synproxy_core.c | 2 ++
net/sched/sch_cake.c | 4 ++++
3 files changed, 8 insertions(+)
--
2.25.1
Powered by blists - more mailing lists