Uncovering GStreamer secrets - The GitHub Blog
Antonio Morales discovered 29 vulnerabilities in GStreamer, a multimedia framework, by fuzzing MP4 files. He found that traditional fuzzing methods were slow due to the large size of media files, so he created a custom fuzzing generator. The generator generates MP4 files with a controlled structure, enabling faster fuzzing and uncovering vulnerabilities that were missed by previous methods.