2026-08-20 統計数理研究所

図1: 開発したアルゴリズム。シャッフルデータとサイドチャネル情報(メモリアクセスパターン・制御フロー)から元データが漏洩しないことをFODP(Fully Oblivious Differential Privacy)によって数理的に保証する。
<関連情報>
- https://www.ism.ac.jp/ura/press/ISM2026-08.html
- https://www.usenix.org/conference/usenixsecurity26/presentation/murakami
信頼できるプロセッサを備えた拡張シャッフルモデルにおける周波数推定のための完全秘匿差分プライバシー
Fully Oblivious Differential Privacy for Frequency Estimation in the Augmented Shuffle Model with Trusted Processors
Takao Murakami,Yuichi Sei,Reo Eriguchi
The 35th USENIX Security Symposium (USENIX Security 2026)
In the shuffle model of DP (Differential Privacy), a shuffler randomly permutes users’ data to achieve high accuracy and privacy. Recent studies show that most existing shuffle protocols are vulnerable to collusion attacks by the data collector and users. They address this issue by introducing the augmented shuffle model that incorporates random sampling and dummy data addition into the shuffler. However, it remains open how to ensure the shuffler follows the protocol and does not collude with the data collector in this model.
We address this trust issue by thoroughly exploring the augmented shuffle model with TEEs (Trusted Execution Environments). We first introduce a new privacy notion, FODP (Fully Oblivious DP), which strengthens DP to prevent various TEE side-channel attacks based on external/internal memory access patterns and control flows. We propose a general framework for FODP algorithms based on memory-size obfuscation and three concrete algorithms within it. We also improve the efficiency of our algorithms by using the count-min sketch and optimizing the number of hashes. We evaluate our algorithms on Intel SGX and demonstrate their effectiveness through comparisons with nine baselines.


