Skip to main content
University of Maryland

Hicks Honored with Distinguished Paper Award at USENIX Security Symposium

August 17, 2022

31st USANIX Security Symposium August 10-12, 2022 Boston, MD, USAMichael Hicks, a professor of computer science with an appointment in the University of Maryland Institute for Advanced Computer Studies, was recently recognized for his work in improving fuzz testing—a quality assurance technique used to discover coding errors and security loopholes in software.

Hicks was part of a team honored with a Distinguished Paper Award at the 31st USENIX Security Symposium, held from August 10–12 in Boston. 

The paper, “FIXREVERTER: A Realistic Bug Injection Methodology for Benchmarking Fuzz Testing,” offers a tool and new protocols to help assess rapidly evolving fuzz testing methods currently used by programmers and security experts.

In addition to Hicks, the award-winning paper’s authors included Zenong Zhang, Zach Patterson and Shiyi Wei, all from the University of Texas at Dallas. Wei first began collaborating with Hicks while a postdoc at the University of Maryland from 2015–2017.

The researchers developed a tool called FIXREVERTER, which automatically injects realistic bugs into a program. Programmers can then use various fuzz testing techniques and assess which one performs the best.

FIXREVERTER takes as input a bugfix pattern which contains both code syntax and semantic conditions. Any code site that matches the specified syntax is undone if the semantic conditions are satisfied, as checked by static analysis, thus (re)introducing a likely bug.

Hicks—currently on leave from the University of Maryland while working as a senior principal scientist at Amazon Web Services—says this most recent work is the successor to a paper he co-authored with Wei in 2019, “Evaluating Fuzz Testing,” which made the case that good fuzzing benchmarks were needed.

Other papers presented at this year’s USENIX Symposium by University of Maryland faculty and students—all of whom are affiliated with the Maryland Cybersecurity Center—include:

Back to Top