Florian Westphal
61ae320a29
netfilter: nft_set_rbtree: fix null deref on element insertion
...
There is no guarantee that rb_prev() will not return NULL in nft_rbtree_gc_elem():
general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 [#1 ] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000018-0x000000000000001f]
nft_add_set_elem+0x14b0/0x2990
nf_tables_newsetelem+0x528/0xb30
Furthermore, there is a possible use-after-free while iterating,
'node' can be free'd so we need to cache the next value to use.
Fixes: c9e6978e27 ("netfilter: nft_set_rbtree: Switch to node list walk for overlap detection")
Signed-off-by: Florian Westphal <fw@strlen.de >
2023-05-17 14:18:28 +02:00
..
2023-01-25 22:39:56 -08:00
2023-04-22 01:39:41 +02:00
2023-05-10 08:50:39 +02:00
2023-04-21 11:34:14 -07:00
2023-04-21 11:34:14 -07:00
2023-04-21 11:34:50 -07:00
2023-04-26 10:17:46 +02:00
2023-04-26 10:17:46 +02:00
2023-02-22 00:28:47 +01:00
2022-09-20 23:50:03 +02:00
2023-02-10 16:23:03 -08:00
2022-09-07 15:55:23 +02:00
2023-05-17 14:15:57 +02:00
2023-03-08 14:25:41 +01:00
2022-11-30 23:01:20 +01:00
2023-02-02 14:49:55 -08:00
2023-02-17 13:04:56 +01:00
2023-02-01 12:18:51 +01:00
2023-01-18 13:05:24 +01:00
2022-09-07 15:06:26 +02:00
2023-05-10 08:50:39 +02:00
2023-02-03 09:31:24 +00:00
2023-02-03 09:31:24 +00:00
2022-12-08 22:11:00 +01:00
2023-02-03 09:31:24 +00:00
2023-02-01 20:54:27 -08:00
2022-09-07 16:46:03 +02:00
2022-09-07 16:46:04 +02:00
2023-02-02 00:25:14 +01:00
2023-03-08 14:25:44 +01:00
2022-09-07 16:46:04 +02:00
2022-11-18 02:15:15 +01:00
2022-09-07 16:46:04 +02:00
2022-12-12 10:14:03 +00:00
2023-03-22 21:48:59 +01:00
2022-09-07 16:46:04 +02:00
2023-05-17 14:16:02 +02:00
2023-04-22 01:39:41 +02:00
2023-04-22 01:39:41 +02:00
2023-04-21 11:34:14 -07:00
2023-03-30 22:20:09 +02:00
2022-09-07 15:55:28 +02:00
2023-03-30 22:20:09 +02:00
2023-04-22 01:39:40 +02:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2023-05-10 08:50:18 +02:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:53:17 +01:00
2023-05-03 13:49:08 +02:00
2023-01-18 13:05:25 +01:00
2022-11-15 10:46:34 +01:00
2023-05-03 08:24:32 +02:00
2022-11-17 21:43:34 -08:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:53:17 +01:00
2023-03-01 17:23:23 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2023-05-03 08:24:32 +02:00
2023-03-22 21:48:59 +01:00
2022-11-15 10:46:34 +01:00
2023-03-08 12:25:59 +01:00
2022-11-15 10:46:34 +01:00
2023-05-03 08:24:32 +02:00
2022-11-15 10:46:34 +01:00
2023-01-11 19:18:04 +01:00
2022-11-15 10:46:34 +01:00
2023-03-01 17:23:23 +01:00
2022-11-15 10:46:34 +01:00
2023-03-22 21:48:59 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-28 13:17:11 +01:00
2023-05-17 14:18:28 +02:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2022-11-15 10:46:34 +01:00
2023-03-08 14:25:40 +01:00
2022-09-07 16:46:03 +02:00
2022-11-18 15:21:00 +01:00
2023-03-17 15:16:33 +01:00
2022-12-25 13:38:09 -08:00
2023-02-22 21:25:23 -08:00
2022-09-07 16:46:03 +02:00
2023-03-22 21:48:59 +01:00
2022-11-17 21:43:34 -08:00
2022-10-11 17:42:58 -06:00
2023-03-22 21:48:59 +01:00