Home/Antonio Morales
Author
AMAntonio Morales

Antonio Morales

5 articles by Antonio Morales.

Security — Uncovering GStreamer secrets

Uncovering GStreamer secrets

In this post, I’ll walk you through the vulnerabilities I uncovered in the GStreamer library and how I built a custom fuzzing generator to target MP4 files.

AMAntonio MoralesAntonio Morales·December 17, 2024Security
Security — Fuzzing sockets: Apache HTTP, Part 2: Custom Interceptors

Fuzzing sockets: Apache HTTP, Part 2: Custom Interceptors

In this second installment, I will focus on how to build our own custom ASAN interceptors in order to catch memory bugs when custom memory pools are implemented and also on how to intercept file system syscalls to detect logic errors in the target application.

AMAntonio MoralesAntonio Morales·March 30, 2021Security
Security — Fuzzing sockets: Apache HTTP, Part 1: Mutations

Fuzzing sockets: Apache HTTP, Part 1: Mutations

In this first episode, I’ll do a brief introduction on how Apache HTTP works, and I’ll give you some insights into custom mutators and how they can be applied to the HTTP protocol effectively.

AMAntonio MoralesAntonio Morales·March 2, 2021Security