Zum Hauptinhalt springen

Showing 1–13 of 13 results for author: Liljestrand, H

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.15302  [pdf, other

    cs.CR

    BliMe Linter

    Authors: Hossam ElAtali, Xiaohe Duan, Hans Liljestrand, Meng Xu, N. Asokan

    Abstract: Outsourced computation presents a risk to the confidentiality of clients' sensitive data since they have to trust that the service providers will not mishandle this data. Blinded Memory (BliMe) is a set of hardware extensions that addresses this problem by using hardware-based taint tracking to keep track of sensitive client data and enforce a security policy that prevents software from leaking th… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

  2. arXiv:2301.13760  [pdf, other

    cs.CR

    EC-CFI: Control-Flow Integrity via Code Encryption Counteracting Fault Attacks

    Authors: Pascal Nasahl, Salmin Sultana, Hans Liljestrand, Karanvir Grewal, Michael LeMay, David M. Durham, David Schrammel, Stefan Mangard

    Abstract: Fault attacks enable adversaries to manipulate the control-flow of security-critical applications. By inducing targeted faults into the CPU, the software's call graph can be escaped and the control-flow can be redirected to arbitrary functions inside the program. To protect the control-flow from these attacks, dedicated fault control-flow integrity (CFI) countermeasures are commonly deployed. Howe… ▽ More

    Submitted 24 March, 2023; v1 submitted 31 January, 2023; originally announced January 2023.

    Comments: Accepted at HOST'23

  3. arXiv:2210.11340  [pdf, ps, other

    cs.CR

    Towards cryptographically-authenticated in-memory data structures

    Authors: Setareh Ghorshi, Lachlan J. Gunn, Hans Liljestrand, N. Asokan

    Abstract: Modern processors include high-performance cryptographic functionalities such as Intel's AES-NI and ARM's Pointer Authentication that allow programs to efficiently authenticate data held by the program. Pointer Authentication is already used to protect return addresses in recent Apple devices, but as yet these structures have seen little use for the protection of general program data. In this pa… ▽ More

    Submitted 20 October, 2022; originally announced October 2022.

    Comments: Presented at the 2022 IEEE Secure Development Conference. Copyright 2022 IEEE

  4. BliMe: Verifiably Secure Outsourced Computation with Hardware-Enforced Taint Tracking

    Authors: Hossam ElAtali, Lachlan J. Gunn, Hans Liljestrand, N. Asokan

    Abstract: Outsourced computing is widely used today. However, current approaches for protecting client data in outsourced computing fall short: use of cryptographic techniques like fully-homomorphic encryption incurs substantial costs, whereas use of hardware-assisted trusted execution environments has been shown to be vulnerable to run-time and side-channel attacks. We present Blinded Memory (BliMe), an… ▽ More

    Submitted 29 November, 2023; v1 submitted 20 April, 2022; originally announced April 2022.

    Comments: Accepted for publication at the Network and Distributed System Security (NDSS) Symposium 2024

  5. arXiv:2204.03781  [pdf, other

    cs.CR

    Color My World: Deterministic Tagging for Memory Safety

    Authors: Hans Liljestrand, Carlos Chinea, Rémi Denis-Courmont, Jan-Erik Ekberg, N. Asokan

    Abstract: Hardware-assisted memory protection features are increasingly being deployed in COTS processors. ARMv8.5 Memory Tagging Extensions (MTE) is a recent example, which has been used to provide probabilistic checks for memory safety. This use of MTE is not secure against the standard adversary with arbitrary read/write access to memory. Consequently MTE is used as a software development tool. In this p… ▽ More

    Submitted 25 October, 2022; v1 submitted 7 April, 2022; originally announced April 2022.

  6. arXiv:1912.04145  [pdf, ps, other

    cs.CR

    Camouflage: Hardware-assisted CFI for the ARM Linux kernel

    Authors: Rémi Denis-Courmont, Hans Liljestrand, Carlos Chinea, Jan-Erik Ekberg

    Abstract: Software control flow integrity (CFI) solutions have been applied to the Linux kernel for memory protection. Due to performance costs, deployed software CFI solutions are coarse grained. In this work, we demonstrate a precise hardware-assisted kernel CFI running on widely-used off-the-shelf processors. Specifically, we use the ARMv8.3 pointer authentication (PAuth) extension and present a design t… ▽ More

    Submitted 9 December, 2019; originally announced December 2019.

  7. arXiv:1909.05747  [pdf, other

    cs.CR

    Protecting the stack with PACed canaries

    Authors: Hans Liljestrand, Zaheer Gauhar, Thomas Nyman, Jan-Erik Ekberg, N. Asokan

    Abstract: Stack canaries remain a widely deployed defense against memory corruption attacks. Despite their practical usefulness, canaries are vulnerable to memory disclosure and brute-forcing attacks. We propose PCan, a new approach based on ARMv8.3-A pointer authentication (PA), that uses dynamically-generated canaries to mitigate these weaknesses and show that it provides more fine-grained protection with… ▽ More

    Submitted 12 September, 2019; originally announced September 2019.

  8. arXiv:1905.10242  [pdf, other

    cs.CR

    PACStack: an Authenticated Call Stack

    Authors: Hans Liljestrand, Thomas Nyman, Lachlan J. Gunn, Jan-Erik Ekberg, N. Asokan

    Abstract: A popular run-time attack technique is to compromise the control-flow integrity of a program by modifying function return addresses on the stack. So far, shadow stacks have proven to be essential for comprehensively preventing return address manipulation. Shadow stacks record return addresses in integrity-protected memory secured with hardware-assistance or software access control. Software shadow… ▽ More

    Submitted 15 October, 2020; v1 submitted 24 May, 2019; originally announced May 2019.

    Comments: Author's version of article to appear in USENIX Security '21

  9. arXiv:1902.08359  [pdf, other

    cs.CR

    Exploitation Techniques and Defenses for Data-Oriented Attacks

    Authors: Long Cheng, Hans Liljestrand, Thomas Nyman, Yu Tsung Lee, Danfeng Yao, Trent Jaeger, N. Asokan

    Abstract: Data-oriented attacks manipulate non-control data to alter a program's benign behavior without violating its control-flow integrity. It has been shown that such attacks can cause significant damage even in the presence of control-flow defense mechanisms. However, these threats have not been adequately addressed. In this SoK paper, we first map data-oriented exploits, including Data-Oriented Progra… ▽ More

    Submitted 24 March, 2019; v1 submitted 21 February, 2019; originally announced February 2019.

  10. arXiv:1811.09189  [pdf, other

    cs.CR

    PAC it up: Towards Pointer Integrity using ARM Pointer Authentication

    Authors: Hans Liljestrand, Thomas Nyman, Kui Wang, Carlos Chinea Perez, Jan-Erik Ekberg, N. Asokan

    Abstract: Run-time attacks against programs written in memory-unsafe programming languages (e.g., C and C++) remain a prominent threat against computer systems. The prevalence of techniques like return-oriented programming (ROP) in attacking real-world systems has prompted major processor manufacturers to design hardware-based countermeasures against specific classes of run-time attacks. An example is the r… ▽ More

    Submitted 24 May, 2019; v1 submitted 22 November, 2018; originally announced November 2018.

    Comments: Author's version of article to appear in USENIX Security 2019

  11. Mitigating Branch-Shadowing Attacks on Intel SGX using Control Flow Randomization

    Authors: Shohreh Hosseinzadeh, Hans Liljestrand, Ville Leppänen, Andrew Paverd

    Abstract: Intel Software Guard Extensions (SGX) is a promising hardware-based technology for protecting sensitive computations from potentially compromised system software. However, recent research has shown that SGX is vulnerable to branch-shadowing -- a side channel attack that leaks the fine-grained (branch granularity) control flow of an enclave (SGX protected code), potentially revealing sensitive data… ▽ More

    Submitted 20 August, 2018; originally announced August 2018.

  12. arXiv:1710.06175  [pdf, ps, other

    cs.CR cs.OS

    Towards Linux Kernel Memory Safety

    Authors: Elena Reshetova, Hans Liljestrand, Andrew Paverd, N. Asokan

    Abstract: The security of billions of devices worldwide depends on the security and robustness of the mainline Linux kernel. However, the increasing number of kernel-specific vulnerabilities, especially memory safety vulnerabilities, shows that the kernel is a popular and practically exploitable target. Two major causes of memory safety vulnerabilities are reference counter overflows (temporal memory errors… ▽ More

    Submitted 17 October, 2017; originally announced October 2017.

  13. arXiv:1610.02801  [pdf, other

    cs.CR

    STASH: Securing transparent authentication schemes using prover-side proximity verification

    Authors: Mika Juuti, Christian Vaas, Ivo Sluganovic, Hans Liljestrand, N. Asokan, Ivan Martinovic

    Abstract: Transparent authentication (TA) schemes are those in which a user is authenticated by a verifier without requiring explicit user interaction. By doing so, those schemes promise high usability and security simultaneously. The majority of TA implementations rely on the received signal strength as an indicator for the proximity of a user device (prover). However, such implicit proximity verification… ▽ More

    Submitted 29 March, 2017; v1 submitted 10 October, 2016; originally announced October 2016.

    Comments: Updated name of paper. Paper accepted to IEEE SECON'17