Eric Dumazet
03fe739e27
bpf: Make sure mac_header was set before using it
...
commit 0326195f523a549e0a9d7fd44c70b26fd7265090 upstream.
Classic BPF has a way to load bytes starting from the mac header.
Some skbs do not have a mac header, and skb_mac_header()
in this case is returning a pointer that 65535 bytes after
skb->head.
Existing range check in bpf_internal_load_pointer_neg_helper()
was properly kicking and no illegal access was happening.
New sanity check in skb_mac_header() is firing, so we need
to avoid it.
WARNING: CPU: 1 PID: 28990 at include/linux/skbuff.h:2785 skb_mac_header include/linux/skbuff.h:2785 [inline]
WARNING: CPU: 1 PID: 28990 at include/linux/skbuff.h:2785 bpf_internal_load_pointer_neg_helper+0x1b1/0x1c0 kernel/bpf/core.c:74
Modules linked in:
CPU: 1 PID: 28990 Comm: syz-executor.0 Not tainted 5.19.0-rc4-syzkaller-00865-g4874fb9484be #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/29/2022
RIP: 0010:skb_mac_header include/linux/skbuff.h:2785 [inline]
RIP: 0010:bpf_internal_load_pointer_neg_helper+0x1b1/0x1c0 kernel/bpf/core.c:74
Code: ff ff 45 31 f6 e9 5a ff ff ff e8 aa 27 40 00 e9 3b ff ff ff e8 90 27 40 00 e9 df fe ff ff e8 86 27 40 00 eb 9e e8 2f 2c f3 ff <0f> 0b eb b1 e8 96 27 40 00 e9 79 fe ff ff 90 41 57 41 56 41 55 41
RSP: 0018:ffffc9000309f668 EFLAGS: 00010216
RAX: 0000000000000118 RBX: ffffffffffeff00c RCX: ffffc9000e417000
RDX: 0000000000040000 RSI: ffffffff81873f21 RDI: 0000000000000003
RBP: ffff8880842878c0 R08: 0000000000000003 R09: 000000000000ffff
R10: 000000000000ffff R11: 0000000000000001 R12: 0000000000000004
R13: ffff88803ac56c00 R14: 000000000000ffff R15: dffffc0000000000
FS: 00007f5c88a16700(0000) GS:ffff8880b9b00000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fdaa9f6c058 CR3: 000000003a82c000 CR4: 00000000003506e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
<TASK>
____bpf_skb_load_helper_32 net/core/filter.c:276 [inline]
bpf_skb_load_helper_32+0x191/0x220 net/core/filter.c:264
Fixes: f9aefd6b2aa3 ("net: warn if mac header was not set")
Reported-by: syzbot <syzkaller@googlegroups.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220707123900.945305-1-edumazet@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-07-29 17:10:34 +02:00
..
2022-07-29 17:10:34 +02:00
2022-07-21 21:09:26 +02:00
2018-06-15 07:15:28 +09:00
2021-03-04 09:39:31 +01:00
2022-07-02 16:27:40 +02:00
2022-07-29 17:10:31 +02:00
2020-09-17 13:45:31 +02:00
2022-06-25 11:49:01 +02:00
2019-10-07 18:57:10 +02:00
2021-11-26 11:36:04 +01:00
2022-04-15 14:14:43 +02:00
2022-04-15 14:14:45 +02:00
2021-09-26 13:39:46 +02:00
2022-04-15 14:14:44 +02:00
2022-06-25 11:49:10 +02:00
2022-07-21 21:09:25 +02:00
2019-05-31 06:46:05 -07:00
2022-02-23 11:58:38 +01:00
2019-12-13 08:51:11 +01:00
2020-10-01 13:14:33 +02:00
2022-02-08 18:23:13 +01:00
2020-06-22 09:05:13 +02:00
2020-06-22 09:05:13 +02:00
2019-12-01 09:17:17 +01:00
2018-11-13 11:08:47 -08:00
2020-01-23 08:21:29 +01:00
2020-06-22 09:04:58 +02:00
2020-06-22 09:05:28 +02:00
2022-06-25 11:49:07 +02:00
2018-08-22 10:52:47 -07:00
2020-01-09 10:19:00 +01:00
2021-01-30 13:32:11 +01:00
2020-11-24 13:27:23 +01:00
2021-09-22 11:48:09 +02:00
2018-08-06 12:35:20 +02:00
2021-07-11 12:49:30 +02:00
2019-04-20 09:16:02 +02:00
2019-05-31 06:46:19 -07:00
2021-03-04 09:39:30 +01:00
2020-07-16 08:17:26 +02:00
2018-08-02 08:06:54 +09:00
2019-02-12 19:47:20 +01:00
2021-02-03 23:23:23 +01:00
2022-07-02 16:27:39 +02:00
2018-07-16 12:31:57 -07:00
2020-04-17 10:48:52 +02:00
2021-12-08 08:50:12 +01:00
2021-07-11 12:49:31 +02:00
2021-02-10 09:21:06 +01:00
2020-01-29 16:43:27 +01:00
2018-07-02 11:36:17 +02:00
2018-07-02 11:36:17 +02:00
2022-02-23 11:58:38 +01:00
2020-03-25 08:06:13 +01:00
2021-08-08 08:54:30 +02:00
2019-12-01 09:17:10 +01:00
2021-09-22 11:48:09 +02:00
2019-01-13 09:51:06 +01:00
2021-09-26 13:39:48 +02:00
2022-06-14 16:59:14 +02:00
2020-11-18 19:18:52 +01:00
2020-08-26 10:30:59 +02:00
2019-09-16 08:22:20 +02:00
2018-07-10 22:18:52 +02:00
2022-02-16 12:51:47 +01:00
2022-07-21 21:09:32 +02:00
2022-04-20 09:12:50 +02:00
2021-02-07 14:48:38 +01:00
2018-08-03 15:52:10 +02:00
2018-08-13 11:25:07 -07:00
2018-06-10 10:17:09 -07:00
2021-09-26 13:39:47 +02:00
2022-03-11 10:15:11 +01:00
2020-01-09 10:18:59 +01:00
2018-06-21 12:33:05 +02:00
2018-06-25 11:30:10 -07:00
2021-07-20 16:15:42 +02:00
2022-02-23 11:58:39 +01:00
2020-10-14 10:31:21 +02:00
2021-05-22 10:59:39 +02:00
2018-11-13 11:09:00 -08:00
2018-08-22 10:52:47 -07:00
2018-08-11 02:05:53 -05:00
2018-08-30 12:56:40 +02:00
2020-02-24 08:34:49 +01:00
2021-11-26 11:36:06 +01:00