]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.18.100/netfilter-idletimer-be-syzkaller-friendly.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.18.100 / netfilter-idletimer-be-syzkaller-friendly.patch
CommitLineData
d75427df
GKH
1From cfc2c740533368b96e2be5e0a4e8c3cace7d9814 Mon Sep 17 00:00:00 2001
2From: Eric Dumazet <edumazet@google.com>
3Date: Fri, 16 Feb 2018 19:36:28 -0800
4Subject: netfilter: IDLETIMER: be syzkaller friendly
5
6From: Eric Dumazet <edumazet@google.com>
7
8commit cfc2c740533368b96e2be5e0a4e8c3cace7d9814 upstream.
9
10We had one report from syzkaller [1]
11
12First issue is that INIT_WORK() should be done before mod_timer()
13or we risk timer being fired too soon, even with a 1 second timer.
14
15Second issue is that we need to reject too big info->timeout
16to avoid overflows in msecs_to_jiffies(info->timeout * 1000), or
17risk looping, if result after overflow is 0.
18
19[1]
20WARNING: CPU: 1 PID: 5129 at kernel/workqueue.c:1444 __queue_work+0xdf4/0x1230 kernel/workqueue.c:1444
21Kernel panic - not syncing: panic_on_warn set ...
22
23CPU: 1 PID: 5129 Comm: syzkaller159866 Not tainted 4.16.0-rc1+ #230
24Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
25Call Trace:
26 <IRQ>
27 __dump_stack lib/dump_stack.c:17 [inline]
28 dump_stack+0x194/0x257 lib/dump_stack.c:53
29 panic+0x1e4/0x41c kernel/panic.c:183
30 __warn+0x1dc/0x200 kernel/panic.c:547
31 report_bug+0x211/0x2d0 lib/bug.c:184
32 fixup_bug.part.11+0x37/0x80 arch/x86/kernel/traps.c:178
33 fixup_bug arch/x86/kernel/traps.c:247 [inline]
34 do_error_trap+0x2d7/0x3e0 arch/x86/kernel/traps.c:296
35 do_invalid_op+0x1b/0x20 arch/x86/kernel/traps.c:315
36 invalid_op+0x22/0x40 arch/x86/entry/entry_64.S:988
37RIP: 0010:__queue_work+0xdf4/0x1230 kernel/workqueue.c:1444
38RSP: 0018:ffff8801db507538 EFLAGS: 00010006
39RAX: ffff8801aeb46080 RBX: ffff8801db530200 RCX: ffffffff81481404
40RDX: 0000000000000100 RSI: ffffffff86b42640 RDI: 0000000000000082
41RBP: ffff8801db507758 R08: 1ffff1003b6a0de5 R09: 000000000000000c
42R10: ffff8801db5073f0 R11: 0000000000000020 R12: 1ffff1003b6a0eb6
43R13: ffff8801b1067ae0 R14: 00000000000001f8 R15: dffffc0000000000
44 queue_work_on+0x16a/0x1c0 kernel/workqueue.c:1488
45 queue_work include/linux/workqueue.h:488 [inline]
46 schedule_work include/linux/workqueue.h:546 [inline]
47 idletimer_tg_expired+0x44/0x60 net/netfilter/xt_IDLETIMER.c:116
48 call_timer_fn+0x228/0x820 kernel/time/timer.c:1326
49 expire_timers kernel/time/timer.c:1363 [inline]
50 __run_timers+0x7ee/0xb70 kernel/time/timer.c:1666
51 run_timer_softirq+0x4c/0x70 kernel/time/timer.c:1692
52 __do_softirq+0x2d7/0xb85 kernel/softirq.c:285
53 invoke_softirq kernel/softirq.c:365 [inline]
54 irq_exit+0x1cc/0x200 kernel/softirq.c:405
55 exiting_irq arch/x86/include/asm/apic.h:541 [inline]
56 smp_apic_timer_interrupt+0x16b/0x700 arch/x86/kernel/apic/apic.c:1052
57 apic_timer_interrupt+0xa9/0xb0 arch/x86/entry/entry_64.S:829
58 </IRQ>
59RIP: 0010:arch_local_irq_restore arch/x86/include/asm/paravirt.h:777 [inline]
60RIP: 0010:__raw_spin_unlock_irqrestore include/linux/spinlock_api_smp.h:160 [inline]
61RIP: 0010:_raw_spin_unlock_irqrestore+0x5e/0xba kernel/locking/spinlock.c:184
62RSP: 0018:ffff8801c20173c8 EFLAGS: 00000282 ORIG_RAX: ffffffffffffff12
63RAX: dffffc0000000000 RBX: 0000000000000282 RCX: 0000000000000006
64RDX: 1ffffffff0d592cd RSI: 1ffff10035d68d23 RDI: 0000000000000282
65RBP: ffff8801c20173d8 R08: 1ffff10038402e47 R09: 0000000000000000
66R10: 0000000000000000 R11: 0000000000000000 R12: ffffffff8820e5c8
67R13: ffff8801b1067ad8 R14: ffff8801aea7c268 R15: ffff8801aea7c278
68 __debug_object_init+0x235/0x1040 lib/debugobjects.c:378
69 debug_object_init+0x17/0x20 lib/debugobjects.c:391
70 __init_work+0x2b/0x60 kernel/workqueue.c:506
71 idletimer_tg_create net/netfilter/xt_IDLETIMER.c:152 [inline]
72 idletimer_tg_checkentry+0x691/0xb00 net/netfilter/xt_IDLETIMER.c:213
73 xt_check_target+0x22c/0x7d0 net/netfilter/x_tables.c:850
74 check_target net/ipv6/netfilter/ip6_tables.c:533 [inline]
75 find_check_entry.isra.7+0x935/0xcf0 net/ipv6/netfilter/ip6_tables.c:575
76 translate_table+0xf52/0x1690 net/ipv6/netfilter/ip6_tables.c:744
77 do_replace net/ipv6/netfilter/ip6_tables.c:1160 [inline]
78 do_ip6t_set_ctl+0x370/0x5f0 net/ipv6/netfilter/ip6_tables.c:1686
79 nf_sockopt net/netfilter/nf_sockopt.c:106 [inline]
80 nf_setsockopt+0x67/0xc0 net/netfilter/nf_sockopt.c:115
81 ipv6_setsockopt+0x10b/0x130 net/ipv6/ipv6_sockglue.c:927
82 udpv6_setsockopt+0x45/0x80 net/ipv6/udp.c:1422
83 sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2976
84 SYSC_setsockopt net/socket.c:1850 [inline]
85 SyS_setsockopt+0x189/0x360 net/socket.c:1829
86 do_syscall_64+0x282/0x940 arch/x86/entry/common.c:287
87
88Fixes: 0902b469bd25 ("netfilter: xtables: idletimer target implementation")
89Signed-off-by: Eric Dumazet <edumazet@google.com>
90Reported-by: syzkaller <syzkaller@googlegroups.com>
91Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
92Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
93
94---
95 net/netfilter/xt_IDLETIMER.c | 9 ++++++---
96 1 file changed, 6 insertions(+), 3 deletions(-)
97
98--- a/net/netfilter/xt_IDLETIMER.c
99+++ b/net/netfilter/xt_IDLETIMER.c
100@@ -146,11 +146,11 @@ static int idletimer_tg_create(struct id
101 (unsigned long) info->timer);
102 info->timer->refcnt = 1;
103
104+ INIT_WORK(&info->timer->work, idletimer_tg_work);
105+
106 mod_timer(&info->timer->timer,
107 msecs_to_jiffies(info->timeout * 1000) + jiffies);
108
109- INIT_WORK(&info->timer->work, idletimer_tg_work);
110-
111 return 0;
112
113 out_free_attr:
114@@ -191,7 +191,10 @@ static int idletimer_tg_checkentry(const
115 pr_debug("timeout value is zero\n");
116 return -EINVAL;
117 }
118-
119+ if (info->timeout >= INT_MAX / 1000) {
120+ pr_debug("timeout value is too big\n");
121+ return -EINVAL;
122+ }
123 if (info->label[0] == '\0' ||
124 strnlen(info->label,
125 MAX_IDLETIMER_LABEL_SIZE) == MAX_IDLETIMER_LABEL_SIZE) {