I’ve been fuzzing the Linux kernel off and on for a few days now — it’s really fun to uncover bugs! There’s an epic battle going on between the fuzzer and the os: Each had made the other crash several times in different ways.
As of now it’s all tied up!
Syzkaller: 3
Kernel: 3
#fuzzing #linux #syzkaller #hpc
A must read blog post by
Andrey Konovalov for learning Linux kernel networking internals, fuzzing and syzkaller:
https://xairy.io/articles/syzkaller-external-network
#Linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersecurity
#linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersecurity
Couple years old but still a good intro series for learning the basics of syzkaller and Linux kernel fuzzing
Part 1: https://f0rm2l1n.github.io/2021-02-02-syzkaller-diving-01/
Part 2: https://f0rm2l1n.github.io/2021-02-04-syzkaller-diving-02/
Part 3: https://f0rm2l1n.github.io/2021-02-10-syzkaller-diving-03/
#linux #kernel #fuzzing #syzkaller #infosec
Very nice blog post by Andrey Konovalov to learn about Linux kernel fuzzing, networking and syzkaller: "Looking for Remote Code Execution bugs in the Linux kernel"
https://xairy.io/articles/syzkaller-external-network
#Linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersec
#linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersec
"Looking for Remote Code Execution bugs in the Linux kernel"
Very useful blog post to learn a bit about Linux kernel fuzzing, networking and syzkaller
https://xairy.io/articles/syzkaller-external-network
#Linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersecurity
#linux #kernel #fuzzing #networking #syzkaller #hacking #infosec #cybersecurity
Interesting combination of #syzkaller, #FreeBSD jails, and #bhyve: https://github.com/markjdb/bastille-syzkaller
Cool to see the jailed bhyve feature, which I wrote, used in unique ways.
Also at 16:15 GMT at #lfelc, Ricardo Cañuelo Navarro presents "Fuzzing #Linux Drivers with #Syzkaller". Join us! https://sched.co/eCEp #Coding #programminglife #softwaredevelopment #OSSummit
#OSSummit #softwareDevelopment #programminglife #coding #syzkaller #Linux #lfelc
Coming up on Monday at #OSSummit & #lfelc: efficient syscall emulation on #Linux, creating #Debian based #embedded systems in the cloud using #debos, fuzzing Linux drivers with #syzkaller, a BoF on #KernelCI & more! Join us! https://col.la/elce20 #Linux #Apertis
#Apertis #kernelci #syzkaller #debos #embedded #Debian #Linux #lfelc #OSSummit
Support for remote coverage has been added to #OpenBSD's kcov(4) kernel code coverage tracing driver.
Full commit: https://marc.info/?l=openbsd-cvs&m=159627124126136&w=2
#syzkaller #fuzzing HT anton@
Syzkaller is much needed tool for #Linux kernel testing & debugging. With some work, it can also be enhanced to find bugs in specific drivers, such as #V4L2. Here's how: http://col.la/k3gw8 #syzkaller #kernel #debugging
#debugging #kernel #syzkaller #V4L2 #Linux
New blog post! Syzkaller: fuzzing the kernel (Part 3) - How does #syzkaller report a bug it finds in the execution path of a system call? Let's add a new syscall description and see how it goes. http://col.la/dh82t #Linux #kernel #Coding #programminglife #softwaredevelopment
#softwareDevelopment #programminglife #coding #kernel #Linux #syzkaller
Weekend reading: Using syzkaller to detect programming bugs in the Linux kernel https://col.la/v5r9y #syzkaller #Linux #kernel #Coding #programminglife #softwaredevelopment
#softwareDevelopment #programminglife #coding #kernel #Linux #syzkaller
New blog post! André Almeida looks at #syzkaller, a valuable tool to apply fuzzing to syscalls & detect bugs in the #Linux kernel. https://col.la/t58yu #fuzzing #bugs
#bugs #fuzzing #Linux #syzkaller
Anton Lindqvist (anton@): "Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction with the #syzkaller kernel fuzzer. So far, 8 distinct panics have been found and fixed. This effort will continue.
kcov is limited to architectures using Clang as their default compiler and is not enabled by default.
With help from mpi@, thanks!
ok kettenis@ mpi@ visa@"