,
Carla Piazza
,
Andrea Gasparetto
,
Matteo Rizzo
,
Sabina Rossi
Creative Commons Attribution 4.0 International license
Reentrancy remains one of the most critical vulnerabilities affecting Ethereum smart contracts. While many existing analysis tools focus on detecting classical single-function reentrancy, more complex forms such as cross-function reentrancy are harder to identify because they depend on execution semantics and interactions between multiple functions. In this work, we study reentrancy at the level of Ethereum Virtual Machine (EVM) execution traces. We extend the TxSpector framework with new Datalog-based detection rules designed to capture cross-function reentrancy patterns. To support this analysis, we also modernize the trace extraction component by adapting it to recent versions of the Ethereum client and updated EVM instructions. The proposed approach is evaluated on real Ethereum on-chain transaction traces. The results show that our method is able to detect cross-function reentrancy behaviors that are not captured by the original TxSpector rules, demonstrating the effectiveness of pattern-based logic detection at the EVM execution level.
@InProceedings{guesmi_et_al:OASIcs.FMBC.2026.8,
author = {Guesmi, Semia and Piazza, Carla and Gasparetto, Andrea and Rizzo, Matteo and Rossi, Sabina},
title = {{Detecting Cross-Function Reentrancy from EVM Traces}},
booktitle = {7th International Workshop on Formal Methods for Blockchains (FMBC 2026)},
pages = {8:1--8:15},
series = {Open Access Series in Informatics (OASIcs)},
ISBN = {978-3-95977-424-6},
ISSN = {2190-6807},
year = {2026},
volume = {142},
editor = {Bartoletti, Massimo and Marmsoler, Diego},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.FMBC.2026.8},
URN = {urn:nbn:de:0030-drops-257058},
doi = {10.4230/OASIcs.FMBC.2026.8},
annote = {Keywords: Blockchain, smart contract, Reentrancy detection, EVM, design Patterns, logic rules}
}