[2024.10.29] Statef...
 
알림
모두 지우기

[2024.10.29] Stateful Least Privilege Authorization for the Cloud

(@sbsong)
글: 34
회원 관리자
주제 스타터
 

Abstract: 

Architecting an authorization protocol that enforces least privilege in the cloud is challenging. For example, when Zoom integrates with Google Calendar, Zoom obtains a bearer token—a credential that grants broad access to user data on the server. Widely-used authorization protocols like OAuth create overprivileged credentials because they do not provide developers of client apps and servers the tools to request and enforce minimal access. In the status quo, these overprivileged credentials are vulnerable to abuse when stolen or leaked. We introduce an authorization framework that enables creating and using bearer tokens that are least privileged. Our core insight is that the client app developer always knows their minimum privilege requirements when requesting access to user resources on a server. Our framework allows client app developers to write small programs in WebAssembly that customize and attenuate the privilege of OAuth-like bearer tokens. The server executes these programs to enforce that requests are least privileged. Building on this primary mechanism, we introduce a new class of stateful least privilege policies—authorization rules that can depend on a log of actions a client has taken on a server. We instantiate our authorization model for the popular OAuth protocol. Using open source client apps, we show how they can reduce their privilege using a variety of stateful policies enabled by our work.

 

Paper (USENIX Security `24):  https://www.usenix.org/system/files/usenixsecurity24-cao-leo.pdf

이 주제는 1개월 전 2 회에 송 수빈 님이 수정했습니다.
 
게시됨 : 2024년 10월 15일 9:42 오후