Litcius/Paper detail

Model checking boot code from AWS data centers

Byron Cook, Kareem Khazem, Daniel Kroening, Serdar Taşiran, Michael Tautschnig, Mark R. Tuttle

2020Formal Methods in System Design12 citationsDOIOpen Access PDF

Abstract

Abstract This paper describes our experience with symbolic model checking in an industrial setting. We have proved that the initial boot code running in data centers at Amazon Web Services is memory safe, an essential step in establishing the security of any data center. Standard static analysis tools cannot be easily used on boot code without modification owing to issues not commonly found in higher-level code, including memory-mapped device interfaces, byte-level memory access, and linker scripts. This paper describes automated solutions to these issues and their implementation in the C Bounded Model Checker (CBMC). CBMC is now the first source-level static analysis tool to extract the memory layout described in a linker script for use in its analysis.

Topics & Concepts

Computer scienceScripting languageModel checkingByteProgramming languageCode (set theory)Operating systemSymbolic executionStatic analysisSoftwareSet (abstract data type)Security and Verification in ComputingParallel Computing and Optimization TechniquesRadiation Effects in Electronics
Model checking boot code from AWS data centers | Litcius