Workshop on Hyperproperties: Advances in Theory and Practice
18 July @ CAV 2023
The study of hyperproperties has recently gained a great deal of attention in the formal methods, security, and cyber-physical systems communities. They have become a widely-used formalism for expressing system properties such as information-flow policies, symmetry in hardware design, robustness in cyber-physical systems, as well as properties of learning-enabled systems. The goal of this workshop is to foster the exchange of ideas on the topic of hyperproperties between researchers from these diverse communities and to present and discuss recent advances in formalisms and methods for specifying and analyzing hyperproperties. Topics of interest include, but are not limited to, developments on logical formalisms for specifying hyperproperties, algorithmic methodologies for the verification, synthesis, and runtime verification of hyperproperties, as well as applications related to the fields of cyber-physical systems, security and machine learning.
Invited Speakers
Bernd Finkbeiner
CISPA, Germany
Bernd Finkbeiner is a faculty member at the CISPA Helmholtz Center for Information Security and a professor of computer science at Saarland University. He obtained his Ph.D. in 2003 from Stanford University. His research focus is the development of reliable guarantees for the safety and security of computer systems, including specification, program synthesis and repair, and static and dynamic verification. In 2015, he was awarded an ERC Consolidator Grant on synthesis algorithms for distributed systems; in 2022, an ERC Advanced Grant on logics and algorithms for hyperproperties.
Aarti Gupta
Princeton, USA
Aarti Gupta is a Professor in the Department of Computer Science at Princeton University. She received a PhD in Computer Science from Carnegie Mellon University. Her research interests are in the areas of formal verification of programs and systems, automatic decision procedures, and electronic design automation. She has served on the technical program committees of many leading conferences, and is currently serving on the Steering Committee of the Computer Aided Verification (CAV) Conference. She has received several Best Paper Awards from leading conferences and journals and has been recognized as an ACM Fellow.
Catuscia Palamidessi
INRIA, France
Catuscia Palamidessi is Director of Research at INRIA Saclay (since 2002), where she leads the team COMETE. She has been Full Professor at the University of Genova, Italy (1994-1997) and Penn State University, USA (1998-2002). Palamidessi's research interests include Privacy, Machine Learning, Fairness, Secure Information Flow, Formal Methods, and Concurrency. In 2019 she has obtained an ERC advanced grant to conduct research on Privacy and Machine Learning. In 2022, she received the Grand Prix of the French Academy of Science. She has been PC chair of various conferences including LICS and ICALP, and PC member of more than 120 international conferences. She is in the Editorial board of several journals, including the IEEE Transactions in Dependable and Secure Computing, Mathematical Structures in Computer Science, Theoretics, the Journal of Logical and Algebraic Methods in Programming and Acta Informatica. She is serving in the Executive Committee of ACM SIGLOG, CONCUR, and CSL.
Majid Zamani
CU Boulder, USA
Dr. Majid Zamani is an Associate Professor in the Computer Science Department at the University of Colorado Boulder. Previously, he held the position of Assistant Professor in the Department of Electrical Engineering at Technical University of Munich from May 2014 to January 2019. During this time, he led the Hybrid Control Systems Group.
He received his Ph.D. degree in Electrical Engineering and MA degree in Mathematics from the University of California, Los Angeles in 2012. In addition, he holds an M.Sc. degree in Electrical Engineering from Sharif University of Technology, which he received in 2007, and a B.Sc. degree in Electrical Engineering from Isfahan University of Technology, which he earned in 2005. Dr. Zamani received the NSF Career award in 2022 and the ERC Starting Grant award from the European Research Council in 2018.
Dr. Zamani's research interests include verification and control of cyber-physical systems, hybrid systems, embedded control software synthesis, networked control systems, and incremental properties of nonlinear control systems.
Call for Presentations
The HYPER workshop aims to bring together researchers interested in the broad area of hyperproperties and working in the areas of formal methods and control, cybersecurity, and machine learning. Topics of interest include, but are not limited to:
Specification formalisms for hyperproperties
Algorithms for verification, synthesis, and runtime verification for hyperproperties
Information-flow control
Privacy
Fairness
Causality
Robustness
Explainability
Presentation proposals shall be submitted in form of an extended abstract of up to three pages in LNCS format (not including references). Submissions can overlap with previously published work and will be judged based on their relevance to the topic of the workshop.
Program
8:50 Kick-off
9:00 Session 1
09:00 - 09:45 Invited talk
Bernd Finkbeiner
The distributed synthesis problem is to translate a logical specification of a distributed system into an implementation that is guaranteed to satisfy the specification. What makes the synthesis of distributed systems more interesting, but also far more challenging than standard reactive synthesis, is that each component only has partial knowledge of the global system state. Currently, there are no scalable algorithms for distributed synthesis. The grand challenge is to devise a compositional synthesis method, i.e., a method that constructs one component at a time. The fundamental difficulty is that the components often need to act upon information that is available only in another component. However, we do not know how that component encodes the information before we know its implementation; seemingly, it is impossible to build one component without knowing the implementation of the other.
In this talk, I will present the building blocks of a compositional synthesis method based on the key idea of characterizing the necessary flow of information between the components as a hyperproperty. We introduce information flow assumptions, which are requirements that are necessary in order to realize a particular component. By formulating these assumptions as hyperproperties, we avoid referring to any particular encoding of the information. We develop methods that automatically derive information flow assumptions from the specification, and a technique for the automatic synthesis of component implementations based on information flow assumptions. Together, these methods provide a compositional approach to the synthesis of distributed systems. The talk is based on joint work with Niklas Metzger and Yoram Moses.
09:45 - 10:05 Contributed talk
Ana Oliveira Da Costa
Contract-based design is a promising methodology for taming the complexity of developing sophisticated systems.
A formal contract distinguishes between assumptions, which are constraints that the designer puts on components' environments, and guarantees, which are promises that the designer asks from the team that implements a component.
A theory of formal contracts can be formalized as an interface theory, supporting the incremental design of systems and their independent implementatbility by defining an appropriate refinement relation and interface's composition.
Security policies are usually enforced by restricting the flow of information in a system.
Security attacks tailored for information-flow leakage often rely on analyzing and comparing multiple observations of a system to deduce protected information.
From a formal-language perspective, such security vulnerabilities are not characterized by properties of a single system execution but rather by properties of sets of execution traces, called hyperproperties.
Although there is a rich landscape of contract-based design methods addressing functional and extra-functional properties, we are the first to present a contract-based design approach for the structural aspect of information-flow policies.
In particular, we support the design of high-level requirements in terms of no-flow predicates.
We develop our theory for both stateless and stateful interfaces. Additionally, we introduce information-flow contracts where assumptions and guarantees are sets of flow relations, drawing inspiration from the classical notion of security lattice.
We use these contracts to illustrate how to enrich information-flow interfaces with a semantic view.
Finally, we motivate the applicability of our framework with examples inspired by the automotive domain.
In this talk, I will present information-flow interfaces focusing on their semantic interpretation.
The main goals of this presentation are to start a discussion on how to extend this framework with different semantics and, more generally, on how to work towards a theory that supports a security-by-design approach to systems' implementation.
10:05 - 10:25 Contributed talk
Tzu-Han Hsu, Borzoo Bonakdarpour and Cesar Sanchez
This talk presents HyperQB, a push-button QBF-based bounded model checker for hyperproperties. Hyperproperties are properties of systems that relate multiple computation traces, including many important information-flow security and concurrency properties. HyperQB takes as input a NuSMV model and a formula expressed in the temporal logic HyperLTL. Unlike the existing similar tools, our QBF-based technique allows HyperQB to seamlessly deal with arbitrary quantifier alternations. The user can choose between two modes: bug-hunt (with negated formula), or find witness (with non-negated formula). We report on successful and effective model checking for a rich set of experiments on a variety of case studies, including previously investigated cases such as information-flow security, concurrent data structures, robotic planning, etc., and new cases such as co-termination, deniability, and three variations of non-interference (intransitive, termination sensitive/insensitive).
10:30 Coffee/Tea break
11:00 Session 2
11:00 - 11:45 Invited talk
Aarti Gupta
Verification of secure information flow has received a lot of attention, with a wide range of techniques from type-driven analysis to software model checking. In this talk, I will describe two symbolic approaches that focus on improving the performance and modularity of the well-known approach based on self-decomposition. The first performs a lazy self-decomposition, where symbolic taint analysis is used for sound verification along with counterexample guided self-decomposition to achieve improved precision. The second focuses on modular self-decomposition, where function summaries and customized grammars are used to automatically generate relational invariants at function boundaries.
This talk describes joint work with Grigory Fedyukovich, Lauren Pick, Sharad Malik, Pramod Subramanyan, Yakir Vizel, and Weikun Yang.
11:45 - 12:30 Invited talk
Majid Zamani
Correct-by-construction synthesis stands as a pivotal approach at the intersection of formal methods and control theory, particularly in the realm of designing safety-critical systems. Rather than relying on the traditional, yet arduous (re)design-verify-validate loop, the correct-by-construction methodology advocates for the continuous refinement of formal requirements, connected by chains of formal proofs. This approach enables the construction of systems that embody correctness by design. Notably, significant advancements have been made in expanding the scope of correct-by-construction synthesis, with a specific focus on cyber-physical systems that integrate discrete-event control with the continuous environment. This expansion has been achieved through the amalgamation of symbolic techniques with principled state-space reduction methods, thereby broadening the applicability of correct-by-construction synthesis to control systems.
However, the landscape changes when it comes to security-critical control systems, as security properties are often verified retrospectively, undermining the essence of the correct-by-construction paradigm. We argue that to truly fulfill the vision of correct-by-construction synthesis for security-critical systems, security considerations must assume a central role alongside safety considerations. Furthermore, propelled by recent progress in the realm of opacity sub-classes of security properties and the concept of hyperproperties, which can unify security and safety properties, we believe that the time is ripe for the research community to collectively address the challenge of secure-by-construction synthesis in a holistic manner. This talk aims to articulate our vision by highlighting the recent strides we have made, which serve as building blocks for establishing a solid foundation for the secure-by-construction synthesis of cyber-physical systems.
12:30 Lunch
14:00 Session 3
14:00 - 14:45 Invited talk
Catuscia Palamidessi
TBA
14:45 - 15:05 Contributed talk
Norine Coenen, Bernd Finkbeiner, Hadar Frenkel, Christopher Hahn, Niklas Metzger and Julian Siber
We summarize recent work on formalizing counterfactual causality using hyperproperties. The intrinsic comparison of the actual world and a hypothetical counterfactual world can be captured by a hyperproperty that, in the context of a computing system, relates multiple executions to each other. In this extended abstract, we present two novel causality definitions in the context of reactive systems with an emphasis on the connections of causality and hyperproperties. This extended abstract builds on our papers at CAV'22 and ATVA'22.
15:05 - 15:25 Contributed talk
Inigo Incer
Contract theories have been proposed to formally support
distributed and decentralized system design while ensuring safe system
integration. We propose hypercontracts, a general model with a richer
structure for its underlying model of components, subsuming simulation
preorders. While general, the new model provides a richer algebra for
its notions of refinement, parallel composition, and quotient. Further,
it allows the introduction of new operations. Building on top of these
foundations, we propose conic hypercontracts, which are still general but
come with a finite description.
15:30 Coffee/Tea break
16:00 Session 4
16:00 - 16:20 Contributed talk
Hadar Frenkel
We present Hyper2LTL, a temporal logic for the specification of hyperproperties that allows for second-order quantification over sets of traces. We focus on the motivation for introducing second-order quantification, illustrating it by examining properties from three different domains, all expressible in Hyper2LTL: complex epistemic properties like common knowledge; asynchronous Hyperproperties; and Mazurkiewicz trace theory. We show that the first-order quantification over traces (e.g., of HyperLTL) is not enough to express such properties, yielding the need for a second-order quantification. The model-checking problem of Hyper2LTL is generally undecidable. We present a fixpoint fragment of Hyper2LTL that still captures the properties above and, thanks to its more constructive nature, allows us to develop approximate model-checking algorithms.
16:20 - 16:40 Contributed talk
Raven Beutner and Bernd Finkbeiner
Most existing work has focussed on verifying k-safety properties, i.e., hyperproperties that reason universally about all k-tuples of traces in a system.
In this talk, we study the verification of richer properties that combine universal and existential quantification over traces.
Concretely, we consider \forall^k\eixsts^l properties, which state that for all k executions, there exist l executions that, together, satisfy some property.
Such properties allow for the specification of many non-k-safety properties, including hyperliveness properties such as generalized non-interference, refinement, and robustness.
We present an approach to verify such property using a game-based semantics of existential quantification, discuss the completeness of the game-based approach, and sketch extensions for verifying infinite-state systems.
16:40 - 17:00 Contributed talk
Yang Liu and Chris Yuhao Liu
The increased utilization of machine learning in critical societal applications has raised concerns about potential instances of biased algorithmic treatment. In addition to the immediate harm caused by unfairness, biased treatment can have long-term repercussions, especially in applications where future opportunities are dependent on present predictions and decisions. Despite the extensive literature on biases, we have observed an overload of the term, often lacking clear definitions and differentiation from other related concepts. Our aim is to examine the most prominent definitions. Our objective is to enhance the understanding of the underlying causes behind observed data and machine biases.