CRAIPLSESep 21, 2025

R1-Fuzz: Specializing Language Models for Textual Fuzzing via Reinforcement Learning

arXiv:2509.20384v1h-index: 3
Originality Highly original
AI Analysis

This addresses the challenge of vulnerability discovery in compilers, interpreters, and database engines, offering a practical solution with incremental improvements over existing fuzzing techniques.

The paper tackled the problem of fuzzing complex software targets with textual inputs by proposing R1-Fuzz, a framework that uses reinforcement learning to specialize language models for this task, resulting in up to 75% higher coverage and discovery of 29 new vulnerabilities compared to state-of-the-art methods.

Fuzzing is effective for vulnerability discovery but struggles with complex targets such as compilers, interpreters, and database engines, which accept textual input that must satisfy intricate syntactic and semantic constraints. Although language models (LMs) have attracted interest for this task due to their vast latent knowledge and reasoning potential, their practical adoption has been limited. The major challenges stem from insufficient exploration of deep program logic among real-world codebases, and the high cost of leveraging larger models. To overcome these challenges, we propose R1-Fuzz, the first framework that leverages reinforcement learning (RL) to specialize cost-efficient LMs and integrate them for complex textual fuzzing input generation. R1-Fuzz introduces two key designs: coverage-slicing-based question construction and a distance-based reward calculation. Through RL-based post-training of a model with our constructed dataset, R1-Fuzz designs a fuzzing workflow that tightly integrates LMs to reason deep program semantics during fuzzing. Evaluations on diverse real-world targets show that our design enables a small model, named R1-Fuzz-7B, to rival or even outperform much larger models in real-world fuzzing. Notably, R1-Fuzz achieves up to 75\% higher coverage than state-of-the-art fuzzers and discovers 29 previously unknown vulnerabilities, demonstrating its practicality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes