paper-with-me

Papers

Agentic Vulnerability Reasoning on Windows COM Binaries

2026-05-06 · Hwiwon Lee, Jongseong Kim, Lingming Zhang arxiv

Windows Component Object Model (COM) services run with elevated privileges and are widely accessible to authenticated users, making race conditions in these binaries a critical surface for local privilege escalation. We present SLYP, an end-to-end agentic pipeline that discovers race condition vulnerabilities in COM binaries and generates debugger-verified proof-of-concept (PoC) code. SLYP exposes binary exploration, COM inspection, and dynamic debugging as reusable tool interfaces, giving agents the static context, COM activation metadata, and debugger feedback needed to move from vulnerability discovery to verified PoC generation. On a benchmark of 20 COM objects covering 40 vulnerability cases, SLYP achieves 0.973 F1, outperforming production coding agents by up to 0.208 F1 and the state-of-the-art static analyzer by 3.3x in bug discovery. For PoC generation, production coding agents in their default setup (without our COM inspection and dynamic debugging tools) verify essentially no cases on either frontier model, whereas SLYP's interactive toolsets enable it to autonomously synthesize working PoCs for 67.5% of cases on the strongest configuration. Deployed on production Windows services, SLYP discovers 28 previously unknown vulnerabilities across nine COM services, all confirmed by the Microsoft Security Response Center (MSRC) with 16 CVEs assigned and $140,000 in bounties. Furthermore, SLYP is designed with generalizable binary analysis and debugging interfaces, making it readily applicable to other commercial off-the-shelf (COTS) binaries beyond Windows COM services.

📄 PDF Abstract BibTeX arXiv:2605.05000

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Assemblage: Automatic Binary Dataset Construction for Machine Learning

2024-05-07 · Chang Liu, Rebecca Saul, Yihao Sun, Edward Raff 외

Binary code is pervasive, and binary analysis is a key task in reverse engineering, malware classification, and vulnerability discovery. Unfortunately, while there exist large corpora of malicious binaries, obtaining hig…

Malware Classification

Needles at Scale: LLM-Assisted Target Selection for Windows Vulnerability Research

2026-05-31 · Michael J. Bommarito arxiv

The attack surface of a modern operating system is a haystack: thousands of signed binaries and millions of functions, almost none relevant to any given vulnerability. A human analyst or an LLM agent must pick the functi…

Implicit Patterns in LLM-Based Binary Analysis

2026-03-19 · Qiang Li, XiangRui Zhang, Haining Wang arxiv

Binary vulnerability analysis is increasingly performed by LLM-based agents in an iterative, multi-pass manner, with the model as the core decision-maker. However, how such systems organize exploration over hundreds of r…

Exposing Hidden Interfaces: LLM-Guided Type Inference for Reverse Engineering macOS Private Frameworks

2026-01-04 · Arina Kharlamova, Youcheng Sun, Ting Yu arxiv

Private macOS frameworks underpin critical services and daemons but remain undocumented and distributed only as stripped binaries, complicating security analysis. We present MOTIF, an agentic framework that integrates to…

AgenticSCR: An Autonomous Agentic Secure Code Review for Immature Vulnerabilities Detection

2026-01-27 · Wachiraphan Charoenwet, Kla Tantithamthavorn, Patanamon Thongtanunam, Hong Yi Lin 외 arxiv

Secure code review is critical at the pre-commit stage, where vulnerabilities must be caught early under tight latency and limited-context constraints. Existing SAST-based checks are noisy and often miss immature, contex…

Vulnerability Detection