USENIX Security '19: SafeHidden for Secure Data Hiding

Discover SafeHidden, a secure and efficient info hiding method using re-randomization, presented at USENIX Security '19. ๐Ÿ”

USENIX Security '19: SafeHidden for Secure Data Hiding
USENIX
201 views โ€ข Sep 27, 2019
USENIX Security '19: SafeHidden for Secure Data Hiding

About this video

SafeHidden: An Efficient and Secure Information Hiding Technique Using Re-randomization

Zhe Wang, State Key Laboratory of Computer Architecture, Institute of Computing Technology, Chinese Academy of Sciences, University of Chinese Academy of Science

Information hiding (IH) is an important building block for many defenses against code reuse attacks, such as code-pointer integrity (CPI), control-flow integrity (CFI) and fine-grained code (re-)randomization, because of its effectiveness and performance. It employs randomization to probabilistically ''hide'' sensitive memory areas, called safe areas, from attackers and ensures their addresses are not leaked by any pointers directly. These defenses used safe areas to protect their critical data, such as jump targets and randomization secrets. However, recent works have shown that IH is vulnerable to various attacks.

In this paper, we propose a new IH technique called SafeHidden. It continuously re-randomizes the locations of safe areas and thus prevents the attackers from probing and inferring the memory layout to find its location. A new thread-private memory mechanism is proposed to isolate the thread-local safe areas and prevent adversaries from reducing the randomization entropy. It also randomizes the safe areas after the TLB misses to prevent attackers from inferring the address of safe areas using cache side-channels. Existing IH-based defenses can utilize SafeHidden directly without any change. Our experiments show that SafeHidden not only prevents existing attacks effectively but also incurs low performance overhead.

View the full USENIX Security '19 program at https://www.usenix.org/conference/usenixsecurity19/technical-sessions

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

201

Duration

22:03

Published

Sep 27, 2019

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.