Awesome Fuzzing Overview

A curated list of awesome Fuzzing(or Fuzz Testing) for software security

🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 cpuu/awesome-fuzzing · ⭐ 959 · 🏷️ Security

[ Daily / Weekly / Overview ]

Awesome Fuzzing Awesome

Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks. Typically, fuzzers are used to test programs that take structured inputs.

A curated list of references to awesome Fuzzing for security testing. Additionally there is a collection of freely available academic papers, tools and so on.

Your favorite tool or your own paper is not listed? Fork and create a Pull Request to add it!

Contents

Books

Talks

Papers

To achieve a well-defined scope, I have chosen to include publications on fuzzing from 4 top major security conferences (2008–2025): (i) Network and Distributed System Security Symposium (NDSS), (ii) IEEE Symposium on Security and Privacy (S&P), (iii) USENIX Security Symposium (USEC), and (iv) ACM Conference on Computer and Communications Security (CCS).

Note: Papers are selected based on whether the title contains the keyword "fuzz." If a paper is related to fuzzing but does not include "fuzz" in its title, it may have been missed. In that case, please open a Pull Request (⭐958) and it will be reviewed for inclusion.

The Network and Distributed System Security Symposium (NDSS)

2025 (10 papers) 2024 (7 papers) 2023 (4 papers) 2022 (4 papers) 2021 (4 papers) 2020 (4 papers) 2019 (5 papers) 2018 (4 papers) 2017 (2 papers) 2016 (1 paper) 2008 (1 paper)

IEEE Symposium on Security and Privacy (IEEE S&P)

2025 (7 papers) 2024 (14 papers) 2023 (10 papers) 2022 (5 papers) 2021 (5 papers) 2020 (5 papers) 2019 (4 papers) 2018 (3 papers) 2017 (1 paper) 2015 (1 paper) 2010 (1 paper)

USENIX Security

2025 (14 papers) 2024 (12 papers) 2023 (19 papers) 2022 (14 papers) 2021 (6 papers) 2020 (10 papers) 2019 (2 papers) 2018 (3 papers) 2017 (2 papers) 2015 (1 paper) 2014 (1 paper) 2013 (1 paper) 2012 (1 paper)

ACM Conference on Computer and Communications Security (ACM CCS)

2025 (11 papers) 2024 (19 papers) 2023 (9 papers) 2022 (6 papers) 2021 (8 papers) 2020 (1 paper) 2019 (3 papers) 2018 (2 papers) 2017 (7 papers) 2016 (3 papers) 2013 (2 papers) 2012 (1 paper) 2008-2009 (2 papers)

ArXiv (Fuzzing with Artificial Intelligence & Machine Learning)

The others

Tools

A curated collection of open-source fuzzing tools, organized by target category based on the taxonomy from fuzzing-survey.org. Tools are selected based on a combination of factors including GitHub popularity, recency, availability of official repositories from original authors, and whether the project is actively maintained.

File

Kernel

Network

API

JavaScript

Firmware

Hypervisor

CPU

Lib

Web

DOM

Argument

Blockchain

DBMS

Contribute

Contributions welcome! Read the contribution guidelines first.