Contextualizing Sink Knowledge for Java Vulnerability Discovery
Fabian Fleischer, Cen Zhang, Joonun Jang, Jeongin Cho, Meng Xu + 1 more
TLDR
GONDAR is a sink-centric fuzzing framework that leverages API semantics and collaborative agents to find Java vulnerabilities more effectively.
Key contributions
- GONDAR is a sink-centric fuzzing framework for targeted Java vulnerability discovery.
- Identifies exploitable sink call sites using CWE scanning and LLM-assisted static filtering.
- Employs collaborative exploration and exploitation agents with a coverage-guided fuzzer.
- Discovers 4x more vulnerabilities than Jazzer, the state-of-the-art Java fuzzer.
Why it matters
Existing fuzzers often miss vulnerabilities by overlooking critical sink API semantics. GONDAR addresses this gap by systematically leveraging this knowledge, significantly improving Java vulnerability discovery. It outperforms state-of-the-art tools and is integrated into OpenSSF to enhance open-source software security.
Original Abstract
Java applications are prone to vulnerabilities stemming from the insecure use of security-sensitive APIs, such as file operations enabling path traversal or deserialization routines allowing remote code execution. These sink APIs encode critical information for vulnerability discovery: the program-specific constraints required to reach them and the exploitation conditions necessary to trigger security flaws. Despite this, existing fuzzers largely overlook such vulnerability-specific knowledge, limiting their effectiveness. We present GONDAR, a sink-centric fuzzing framework that systematically leverages sink API semantics for targeted vulnerability discovery. GONDAR first identifies reachable and exploitable sink call sites through CWE-specific scanning combined with LLM-assisted static filtering. It then deploys two specialized agents that work collaboratively with a coverage-guided fuzzer: an exploration agent generates inputs to reach target call sites by iteratively solving path constraints, while an exploitation agent synthesizes proof-of-concept exploits by reasoning about and satisfying vulnerability-triggering conditions. The agents and fuzzer continuously exchange seeds and runtime feedback, complementing each other. We evaluated GONDAR on real-world Java benchmarks, where it discovers four times more vulnerabilities than Jazzer, the state-of-the-art Java fuzzer. Notably, GONDAR also demonstrated strong performance in the DARPA AI Cyber Challenge, and is integrated into OSS-CRS, a sandbox project in The Linux Foundation's OpenSSF, to improve the security of open-source software.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.