Bounded Model Checking for Hyperproperties
Tzu-Han Hsu, Cesar Sanchez, and Borzoo Bonakdarpour

TL;DR
This paper presents the first bounded model checking algorithm for hyperproperties expressed in HyperLTL, enabling efficient detection of security and concurrency property violations through SAT and QBF solving.
Contribution
It introduces a novel BMC algorithm for HyperLTL, extending traditional LTL BMC to handle multiple traces and hyperproperties, implemented in the HyperQube tool.
Findings
Successful model checking of various case studies
Efficient detection of security and concurrency violations
Demonstrated effectiveness of QBF-based BMC for hyperproperties
Abstract
Hyperproperties are properties of systems that relate multiple computation traces, including security and concurrency properties. This paper introduces a bounded model checking (BMC) algorithm for hyperproperties expressed in HyperLTL, which - to the best of our knowledge - is the first such algorithm. Just as the classic BMC technique for LTL primarily aims at finding bugs, our approach also targets identifying counterexamples. BMC for LTL is reduced to SAT solving, because LTL describes a property via inspecting individual traces. HyperLTL allows explicit and simultaneous quantification over traces and describes properties that involves multiple traces and, hence, our BMC approach naturally reduces to QBF solving. We report on successful and efficient model checking, implemented in a tool called HyperQube, of a rich set of experiments on a variety of case studies, including security,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReal-Time Systems Scheduling · Distributed systems and fault tolerance · Software Testing and Debugging Techniques
