DisT-FL: Enhancing Security for TEE-Based Aggregation in Federated Learning
Summary
Federated learning (a machine learning approach where multiple computers train a model together without sharing raw data) systems using TEEs (trusted execution environments, secure areas within processors that protect data even from the main operating system) can be attacked by malicious servers that exploit TEE limitations like state rollback (reverting to previous states) and I/O manipulation (tampering with input/output). This paper presents DisT-FL, a solution using multiple TEEs working together in an append-only ledger (an unchangeable record of transactions) to secure federated learning aggregation (combining results from all participants) and prevent these attacks.
Solution / Mitigation
DisT-FL uses a distributed system of servers guarded by multiple TEEs forming an append-only ledger. It ensures operation linearizability (a property guaranteeing operations happen in a consistent order) to thwart state rollback attacks and incorporates inputs from reliable servers to mitigate I/O manipulation threats.
Classification
Related Issues
CVE-2024-37052: Deserialization of untrusted data can occur in versions of the MLflow platform running version 1.1.0 or newer, enabling
CVE-2025-45150: Insecure permissions in LangChain-ChatGLM-Webui commit ef829 allows attackers to arbitrarily view and download sensitive
Original source: http://ieeexplore.ieee.org/document/11614556
First tracked: August 17, 2026 at 08:04 PM
Classified by LLM (prompt v3) · confidence: 85%