Learn how to fuzz a C/C++ program or library using afl, libfuzzer or honggfuzz.
📝 Cheatsheet / 🎞️ Video
Today I will like to discuss the Mozilla NSS BigSig vulnerability found recently by @taviso from Google Project Zero. Inside its blogpost, Tavis Ormandy detailed the vulnerability and mentioned some really good points about why this bug was not found using fuzzing by OSS-fuzz. It's a really interesting case to analyze if you're writing fuzzers because there is a lot of interesting lessons to learn from it.