NFSv3 progress in Suricata.
File extraction is ready and a basic logger as well. No detection yet.
Implemented in Rust. https://mastodon.network/media/CA8m5gOW7XZeBK1xi04
Update on the the Linux UDP RCE. From what I've seen from ppl that do kernel exploiting... they can't really see a way to turn it into a useful exploit.
It looks like a vulnerability with the right scary characteristics, but practically not a major concern.
It is not (likely to be) a "one shot remote ring 0" exploit.
Just did a successful build of #suricata on PPC64el. Compiles w/o warnings and unittests pass.
Used the IBM Power Development Cloud, which gives free access for Open Source devs.
#Suricata 64bit on Windows 10 pro. Using Msys2/mingw64/npcap and lots of small code tweaks.
This is not using CYGWIN, which is our usual way of doing Windows.
Things I had to tweak: mkdir takes no permissions, glob not available, memmem() not available, random functions not available, 'uint' doesn't work, byteorder detection didn't work. Lots of small things.