paper-with-me

Papers

When Fuzzing Meets LLMs: Challenges and Opportunities

2024-04-25 · Yu Jiang, Jie Liang, Fuchen Ma, Yuanliang Chen, Chijin Zhou, Yuheng Shen, Zhiyong Wu, Jingzhou Fu, Mingzhe Wang, Shanshan Li, Quan Zhang

Fuzzing, a widely-used technique for bug detection, has seen advancements through Large Language Models (LLMs). Despite their potential, LLMs face specific challenges in fuzzing. In this paper, we identified five major challenges of LLM-assisted fuzzing. To support our findings, we revisited the most recent papers from top-tier conferences, confirming that these challenges are widespread. As a remedy, we propose some actionable recommendations to help improve applying LLM in Fuzzing and conduct preliminary evaluations on DBMS fuzzing. The results demonstrate that our recommendations effectively address the identified challenges.

📄 PDF Abstract BibTeX arXiv:2404.16297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Challenges of Fuzzing Techniques via Large Language Models

2024-02-01 · Linghan Huang, Peizhou Zhao, Huaming Chen, Lei Ma

In the modern era where software plays a pivotal role, software security and vulnerability analysis are essential for secure software development. Fuzzing test, as an efficient and traditional software testing method, ha…

software testingSurvey

SAFLITE: Fuzzing Autonomous Systems via Large Language Models

2024-12-25 · Taohong Zhu, Adrians Skapars, Fardeen Mackenzie, Declan Kehoe 외

Fuzz testing effectively uncovers software vulnerabilities; however, it faces challenges with Autonomous Systems (AS) due to their vast search spaces and complex state spaces, which reflect the unpredictability and compl…

Large Language Model

Testing Storage-System Correctness: Challenges, Fuzzing Limitations, and AI-Augmented Opportunities

2026-02-02 · Ying Wang, Jiahui Chen, Dejun Jiang arxiv

Storage systems are fundamental to modern computing infrastructures, yet ensuring their correctness remains challenging in practice. Despite decades of research on system testing, many storage-system failures (including …

ATLANTIS: AI-driven Threat Localization, Analysis, and Triage Intelligence System

2025-09-18 · Taesoo Kim, HyungSeok Han, Soyeon Park, Dae R. Jeong 외 arxiv

We present ATLANTIS, the cyber reasoning system developed by Team Atlanta that won 1st place in the Final Competition of DARPA's AI Cyber Challenge (AIxCC) at DEF CON 33 (August 2025). AIxCC (2023-2025) challenged teams …

Program Repair

A Review of Machine Learning Applications in Fuzzing

2019-06-13 · Gary J Saavedra, Kathryn N. Rodhouse, Daniel M. Dunlavy, Philip W Kegelmeyer

Fuzzing has played an important role in improving software development and testing over the course of several decades. Recent research in fuzzing has focused on applications of machine learning (ML), offering useful tool…

BIG-bench Machine Learning