English

KingsGuard: Enclave Data Protection Under Real-World TEE Vulnerabilities

Cryptography and Security 2026-05-07 v2

Abstract

Trusted Execution Environments (TEEs) have emerged as a cornerstone for securing sensitive computations by providing isolated enclaves protected from untrusted software. However, their security guarantees are undermined by vulnerabilities in both the enclave code and the underlying hardware design, which can allow sensitive data to leak despite strong isolation guarantees. This paper presents KINGSGUARD, a novel TEE design that systematically monitors and controls the propagation of sensitive data within an enclave. By enforcing fine-grained data flow tracking and checks in hardware, our approach ensures that sensitive data does not leave the enclave boundary, thus bridging the gap between the idealized threat models of TEEs and their practical realizations. Additionally, to balance security with practical functionality, we introduce controlled declassification at enclave boundaries, allowing intentional release of data to the outside world. Our implementation of KINGSGUARD on a RISC-V processor has a 10.8% hardware area overhead when synthesized on FPGA and a 5.69% performance overhead.

Keywords

Cite

@article{arxiv.2605.00613,
  title  = {KingsGuard: Enclave Data Protection Under Real-World TEE Vulnerabilities},
  author = {Saltanat Firdous Allaqband and Deepanjali S and Rohit Srinivas R G and Devashish Gosain and Chester Rebeiro},
  journal= {arXiv preprint arXiv:2605.00613},
  year   = {2026}
}

Comments

15 pages, 12 figures. Accepted at ACM CCS 2026

R2 v1 2026-07-01T12:45:09.428Z