PulseAugur
EN
LIVE 08:28:12

New GNN detects smart contract vulnerabilities by analyzing function interactions

Researchers have developed AttackPathGNN, a novel graph neural network designed to detect vulnerabilities in smart contracts. Unlike previous methods that focus on individual functions, AttackPathGNN analyzes relationships between functions and the conditions that enable exploits. The system utilizes a State Interference Graph to link functions sharing mutable storage and employs conjunction pooling to aggregate exploit preconditions, achieving high accuracy on benchmark datasets. AI

IMPACT Enhances security for smart contracts by providing a more robust detection method for complex, multi-function exploits.

RANK_REASON Academic paper detailing a new method for vulnerability detection in smart contracts. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Gabriela Dobrita, Simona-Vasilica Oprea, Adela Bara ·

    AttackPathGNN: Cross-function vulnerability detection in smart contracts using state interference graphs and conjunction pooling

    arXiv:2606.05986v1 Announce Type: cross Abstract: Existing learning-based detectors for Solidity smart-contracts reduce vulnerability detection to syntactic pattern matching within single functions, yet many of the most consequential exploits (The DAO, Cream Finance) exist not in…