LGCRSep 10, 2025

Securing Private Federated Learning in a Malicious Setting: A Scalable TEE-Based Approach with Client Auditing

arXiv:2509.08709v2Proceedings on Privacy Enhancing Technologies
Originality Incremental advance
AI Analysis

This addresses a critical security gap in federated learning for privacy-sensitive applications, though it is an incremental improvement over existing semi-honest methods.

The paper tackles the problem of securing private federated learning against malicious servers by introducing a server extension with a trusted execution environment (TEE) and client auditing, achieving maliciously secure differential privacy with small constant overhead in experiments.

In cross-device private federated learning, differentially private follow-the-regularized-leader (DP-FTRL) has emerged as a promising privacy-preserving method. However, existing approaches assume a semi-honest server and have not addressed the challenge of securely removing this assumption. This is due to its statefulness, which becomes particularly problematic in practical settings where clients can drop out or be corrupted. While trusted execution environments (TEEs) might seem like an obvious solution, a straightforward implementation can introduce forking attacks or availability issues due to state management. To address this problem, our paper introduces a novel server extension that acts as a trusted computing base (TCB) to realize maliciously secure DP-FTRL. The TCB is implemented with an ephemeral TEE module on the server side to produce verifiable proofs of server actions. Some clients, upon being selected, participate in auditing these proofs with small additional communication and computational demands. This extension solution reduces the size of the TCB while maintaining the system's scalability and liveness. We provide formal proofs based on interactive differential privacy, demonstrating privacy guarantee in malicious settings. Finally, we experimentally show that our framework adds small constant overhead to clients in several realistic settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes