This document discusses side-channel attacks on encrypted cloud traffic and challenges in mitigating these attacks. It presents research on how patterns in encrypted traffic sizes and directions can leak users' private information when entering inputs into web applications. Even with encryption, traffic analysis can reveal search queries, medical records, tax details, and other data. The root causes are fundamental characteristics of web apps like low entropy inputs and stateful communications. Effective solutions require understanding each application, as padding policies must be application-specific. The document also discusses using techniques from privacy-preserving data publishing to achieve "ceiling padding", but there are challenges around cost and sequential inputs that require new techniques.
Related topics: