English

Attack Synthesis for Strings using Meta-Heuristics

Software Engineering 2019-07-30 v1 Cryptography and Security

Abstract

Information leaks are a significant problem in modern computer systems and string manipulation is prevalent in modern software. We present techniques for automated synthesis of side-channel attacks that recover secret string values based on timing observations on string manipulating code. Our attack synthesis techniques iteratively generate inputs which, when fed to code that accesses the secret, reveal partial information about the secret based on the timing observations, leading to recovery of the secret at the end of the attack sequence. We use symbolic execution to extract path constraints, automata-based model counting to estimate the probability of execution paths, and meta-heuristic methods to maximize information gain based on entropy for synthesizing adaptive attack steps.

Keywords

Cite

@article{arxiv.1907.11710,
  title  = {Attack Synthesis for Strings using Meta-Heuristics},
  author = {Seemanta Saha and Ismet Burak Kadron and William Eiers and Lucas Bang and Tevfik Bultan},
  journal= {arXiv preprint arXiv:1907.11710},
  year   = {2019}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1905.05322

R2 v1 2026-06-23T10:32:16.273Z