Syzkaller Crash

260 views
Skip to first unread message

Shankara Pailoor

unread,
Feb 13, 2017, 7:15:21 PM2/13/17
to Dmitry Vyukov, syzk...@googlegroups.com, Andrew Zhu Aday
Hi All,

We are encountering an issue when running syzkaller and I'm not sure if it is a problem on our end, syzkaller's or the kernels.

Attached is the crash log and a screenshot of the webpage. I checked under the crash directory of my workdir and I see no repro programs. At the bottom of the crash log I see "cannot open /dev/net/tun", but when I ssh into the node and create it I'm getting "unable to copy binary" errors.

I'm running this inside of VMware fusion 8, with Linux Kernel 4.10-rc7 and the wheezy.img generated from create-image.sh. The program seems to hang on this particular input and doesn't progress.

Regards,
Shankara
syzkaller_crash.txt

Andrey Konovalov

unread,
Feb 13, 2017, 7:33:19 PM2/13/17
to Shankara Pailoor, Dmitry Vyukov, syzkaller, Andrew Zhu Aday
Hi Shankara,

/dev/net/tun is used by syzkaller to fuzz the networking receive paths
of the kernel.
Unfortunately syzkaller doesn't correctly detect that /dev/net/tun is
not available in your kernel.
I'll try to fix this tomorrow.

For now you can either:
1. Enable CONFIG_TUN=y in your kernel config or
2. Add syz_emit_ethernet to disabled_syscalls in your manager config

That should help.

Thanks!
> --
> You received this message because you are subscribed to the Google Groups
> "syzkaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to syzkaller+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Shankara Pailoor

unread,
Feb 13, 2017, 7:47:22 PM2/13/17
to Andrey Konovalov, Dmitry Vyukov, syzkaller, Andrew Zhu Aday
Hi Andrey,

Thanks for letting me know. I added syz_emit_ethernet to the disabled_syscalls and it is running fine. 

Regards,
Shankara

Andrey Konovalov

unread,
Feb 20, 2017, 8:32:11 AM2/20/17
to Shankara Pailoor, Dmitry Vyukov, syzkaller, Andrew Zhu Aday
Hi Shankara,

FYI: the fix was committed a few days ago:
https://github.com/google/syzkaller/commit/b042176ac78c191253124063054b63153abcbe96

Thanks!
>> > email to syzkaller+...@googlegroups.com.

Shankara Pailoor

unread,
Feb 20, 2017, 9:05:17 AM2/20/17
to Andrey Konovalov, Dmitry Vyukov, syzkaller, Andrew Zhu Aday
Thanks!

Reply all
Reply to author
Forward
0 new messages