We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CR

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Cryptography and Security

Title: SnapFuzz: An Efficient Fuzzing Framework for Network Applications

Abstract: In recent years, fuzz testing has benefited from increased computational power and important algorithmic advances, leading to systems that have discovered many critical bugs and vulnerabilities in production software. Despite these successes, not all applications can be fuzzed efficiently. In particular, stateful applications such as network protocol implementations are constrained by their low fuzzing throughput and the need to develop fuzzing harnesses that reset their state and isolate their side effects. In this paper, we present SnapFuzz, a novel fuzzing framework for network applications. SnapFuzz offers a robust architecture that transforms slow asynchronous network communication into fast synchronous communication, snapshots the target at the latest point at which it is safe to do so, speeds up all file operations by redirecting them to a custom in-memory filesystem, and removes the need for many fragile modifications, such as configuring time delays or writing clean-up scripts, together with several other improvements. Using SnapFuzz, we fuzzed five popular networking applications: LightFTP, TinyDTLS, Dnsmasq, LIVE555 and Dcmqrscp. We report impressive performance speedups of 62.8x, 41.2x, 30.6x, 24.6x, and 8.4x, respectively, with significantly simpler fuzzing harnesses in all cases. Through its performance advantage, SnapFuzz has also found 12 extra crashes compared to AFLNet in these applications.
Subjects: Cryptography and Security (cs.CR); Software Engineering (cs.SE)
Journal reference: ISSTA 22, July 18 22, 2022, Virtual, South Korea
DOI: 10.1145/3533767.3534376
Cite as: arXiv:2201.04048 [cs.CR]
  (or arXiv:2201.04048v2 [cs.CR] for this version)

Submission history

From: Anastasios Andronidis [view email]
[v1] Tue, 11 Jan 2022 16:49:59 GMT (234kb,D)
[v2] Tue, 19 Apr 2022 16:46:45 GMT (118kb,D)

Link back to: arXiv, form interface, contact.