Search papers, labs, and topics across Lattice.
Antiproof is an innovative end-to-end system that integrates neuro-symbolic detector synthesis for high-recall vulnerability discovery with proof-of-exploitability oracles for automatic validation. This approach significantly enhances vulnerability detection, achieving a recall rate of 64 out of 66 vulnerabilities and surpassing existing static-analysis and neuro-symbolic methods by over 60 percentage points. The system's deployment across 50 widely used systems has led to the discovery of hundreds of previously unknown vulnerabilities, including critical zero-days in prominent machine learning frameworks.
Antiproof uncovers hundreds of previously unknown vulnerabilities, including critical zero-days that could compromise LLM training and inference systems.
Discovering vulnerabilities before attackers exploit them requires high recall and reliable automatic validation, but existing approaches struggle to achieve both without prohibitive cost. We present Antiproof, an end-to-end vulnerability discovery system that combines neuro-symbolic detector synthesis for high-recall discovery with proof-of-exploitability oracles for automatic validation. Antiproof learns and iteratively refines static detectors from vulnerability datasets, then validates candidates by verifying whether executable proofs demonstrate concrete attacker capabilities. Evaluated on BountyBench and our curated KEVBench dataset, Antiproof detects 64 of 66 vulnerabilities, improving recall by more than 60 percentage points over static-analysis and neuro-symbolic baselines. In a scan of 50 widely deployed systems, Antiproof uncovered several hundred previously unknown vulnerabilities. We are responsibly disclosing all confirmed zero-days and have received 12 CVE assignments to date, including remote code execution vulnerabilities in Ray, SGLang, vLLM, and LiteLLM that could allow attackers to take over LLM training and inference systems.