Contribute Media
A thank you to everyone who makes this possible: Read More

Fuzzing Python code with Atheris

Description

Fuzzing Python code with Atheris - PyCon Italia 2022

Fuzz testing is a well-known technique for uncovering programming errors. Atheris is an open-source fuzzing engine for finding bugs in Python code and native extensions, released by the Google Information Security team. With this talk we’ll learn how Atheris works and how it can be used in practice. Fuzz testing is a well-known technique for uncovering programming errors. Many of these detectable errors have serious security implications. Atheris ( is an open-source fuzzing engine for automatically finding bugs in Python code and native extensions. Atheris is a “coverage-guided” fuzzer, which means that Atheris will repeatedly try various inputs to your program while watching how it executes, and try to find interesting execution paths. In the past, Atheris was used to find bugs in Pillow’s native code (CVE-2020-35653) or to find differences in JSON parsing between Python’s standard library and Ultrajson, or between Python’s idna package and the native libidn2 library.

In this talk you can learn the basics of fuzzing, how Atheris works internally, and how it can be used for bug hunting.

Speaker: Federico Scrinzi

Details

Improve this page