All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6.1 0/3] Fix CVE-2026-23272
@ 2026-06-19  9:28 Shivani Agarwal
  2026-06-19  9:28 ` [PATCH v6.1 1/3] netfilter: nf_tables: always increment set element count Shivani Agarwal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shivani Agarwal @ 2026-06-19  9:28 UTC (permalink / raw)
  To: stable, gregkh
  Cc: pablo, fw, phil, davem, edumazet, kuba, pabeni, horms,
	netfilter-devel, coreteam, netdev, linux-kernel, ajay.kaher,
	alexey.makhalov, vamsi-krishna.brahmajosyula, yin.ding,
	tapas.kundu, Shivani Agarwal

To fix CVE-2026-23272, commit def602e498a4 is required; however,
it depends on commit d4b7f29eb85c and 8d738c1869f6. Therefore,
both patches have been backported to v6.1.

Florian Westphal (1):
  netfilter: nf_tables: always increment set element count

Pablo Neira Ayuso (2):
  netfilter: nf_tables: fix set size with rbtree backend
  netfilter: nf_tables: unconditionally bump set->nelems before
    insertion

 include/net/netfilter/nf_tables.h |  6 +++
 net/netfilter/nf_tables_api.c     | 72 ++++++++++++++++++++++++++-----
 net/netfilter/nft_set_rbtree.c    | 43 ++++++++++++++++++
 3 files changed, 110 insertions(+), 11 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-20 11:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-19  9:28 [PATCH v6.1 0/3] Fix CVE-2026-23272 Shivani Agarwal
2026-06-19  9:28 ` [PATCH v6.1 1/3] netfilter: nf_tables: always increment set element count Shivani Agarwal
2026-06-19  9:28 ` [PATCH v6.1 2/3] netfilter: nf_tables: fix set size with rbtree backend Shivani Agarwal
2026-06-19  9:28 ` [PATCH v6.1 3/3] netfilter: nf_tables: unconditionally bump set->nelems before insertion Shivani Agarwal
2026-06-20 11:54 ` [PATCH v6.1 0/3] Fix CVE-2026-23272 Sasha Levin

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.