@inbook{0cc69f4c0e684cfdb2a6c1e752c83514,
title = "Static Analysis for Regular Expression Denial-of-Service Attacks",
abstract = "Regular expressions are a concise yet expressive language for expressing patterns. For instance, in networked software, they are used for input validation and intrusion detection. Yet some widely deployed regular expression matchers based on backtracking are themselves vulnerable to denial-of-service attacks, since their runtime can be exponential for certain input strings. This paper presents a static analysis for detecting such vulnerable regular expressions. The running time of the analysis compares favourably with tools based on fuzzing, that is, randomly generating inputs and measuring how long matching them takes. Unlike fuzzers, the analysis pinpoints the source of the vulnerability and generates possible malicious inputs for programmers to use in security testing. Moreover, the analysis has a firm theoretical foundation in abstract machines. Testing the analysis on two large repositories of regular expressions shows that the analysis is able to find significant numbers of vulnerable regular expressions in a matter of seconds.",
author = "James Kirrage and {Rathnayake Mudiyanselage}, Asiri and Hayo Thielecke",
year = "2013",
month = jun,
day = "1",
doi = "10.1007/978-3-642-38631-2_11",
language = "English",
isbn = "978-3-642-38630-5",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "135--148",
editor = "Lopez, {Javier } and Xinyi Huang and Ravi Sandhu",
booktitle = "Network and System Security",
}