#fuzzing
5 writeups.
-
Client-side memory-safety bugs in libnfs and libsmb2 went nowhere for two weeks, then got fixed within hours of one follow-up — and the parts worth remembering are the disclosure mechanics and the two moments verification saved the report.
-
A malformed-input path in libebml's EBML reader was already guarded on the v1.x branch but never forward-ported to master — a look at the missing-backport bug class and being wrong about a PoC while still being useful.
- From fuzzer crash to credible disclosure 21 Jul 2026
A practical workflow for turning parser crashes into verified, coordinated vulnerability disclosures.
-
A fuzzing-plus-static-review session against libConfuse turned up a null-pointer dereference in its comment lexer — the smallest reproducer is a single byte, and the story is about minimal-PoC discipline.
-
A short, targeted fuzzing session against dr_libs turned up a heap out-of-bounds read in dr_flac's SEEKTABLE metadata handling — and the interesting part was the discipline around the bug, not the bug.