Evidence Pack: Does 'Confidential Computing' Actually Secure the Cloud?
As AI forces companies to process highly sensitive data on shared servers, the tech industry is racing to adopt hardware-level encryption. But while 'Confidential Computing' stops passive snooping, recent security research reveals it is not a silver bullet against targeted attacks.
By Factlen Editorial Team
- Industry Consortiums
- Advocates emphasizing the mathematical isolation and regulatory benefits of hardware enclaves.
- Academic Researchers
- Security experts focused on the fragility of hardware roots of trust and side-channel vulnerabilities.
- Cybersecurity Agencies
- National regulators viewing the technology as a valuable but incomplete defense layer.
- Independent Analysts
- Observers analyzing the shift in the cloud computing threat model.
What's not represented
- · Cloud Infrastructure Providers balancing the deployment of these features with their own operational visibility.
- · Open-Source Maintainers adapting operating systems to support hardware attestation.
Why this matters
As companies increasingly feed sensitive personal, financial, and corporate data into cloud-hosted AI models, Confidential Computing is the primary technology preventing that data from being exposed to the cloud providers themselves. Understanding its limits is critical for anyone trusting the cloud with proprietary information.
Key points
- Confidential Computing protects data while it is actively being processed in a server's memory.
- It uses hardware-level Trusted Execution Environments (TEEs) to encrypt data away from the cloud provider.
- 75% of surveyed enterprises are now piloting or running workloads in these secure environments.
- The technology successfully blocks software-level snooping and rogue cloud administrators.
- Academic researchers have proven that TEEs remain vulnerable to physical access and side-channel attacks.
The cloud computing era was built on a fundamental compromise: you can encrypt your data while it sits on a hard drive, and you can encrypt it while it travels across the internet, but the moment you actually need to use it, it must be decrypted in the server's memory.[7]
This vulnerability—known as "data in use"—was historically accepted as the cost of doing business. If you rented a server from Amazon, Microsoft, or Google, you implicitly trusted their infrastructure, their hypervisors, and their system administrators not to peek at your raw data while it was being processed.[6]
The generative AI boom shattered that compromise. As enterprises rush to feed highly sensitive proprietary data—from patient health records to unreleased financial earnings—into large language models hosted on shared cloud infrastructure, the risk of exposure has become untenable.[1]
In response, the tech industry is rapidly standardizing a hardware-level paradigm shift known as Confidential Computing.[1]

The core claim of Confidential Computing is profound: by leveraging specialized silicon, it mathematically guarantees that neither the cloud provider, the host operating system, nor other tenants on the same server can access your data or code while it is running.[1][5]
According to a recent study by the Confidential Computing Consortium and IDC, 75% of enterprise organizations are now either piloting or actively running workloads in these secure environments, driven heavily by AI deployments and stringent new regulatory frameworks like the European Union's Digital Operational Resilience Act (DORA).[1]

The mechanism behind this protection is the Trusted Execution Environment (TEE). Modern processors from AMD (SEV-SNP), Intel (TDX), and Nvidia (Hopper GPUs) now feature dedicated hardware logic that carves out an isolated, encrypted enclave within the system's main memory.[6]
When an application runs inside a TEE, the CPU encrypts the data before it ever reaches the RAM. The decryption keys are managed entirely by the processor's secure hardware, completely bypassing the cloud provider's software stack.[2]
When an application runs inside a TEE, the CPU encrypts the data before it ever reaches the RAM.
Crucially, this architecture relies on a process called "attestation." Before a company sends its sensitive AI prompts or proprietary algorithms to the cloud, the hardware enclave generates a cryptographic proof—signed by the chip manufacturer—verifying that the secure environment is genuine, properly configured, and has not been tampered with.[1][6]
The evidence supporting the effectiveness of Confidential Computing for its intended use cases is strong. For organizations looking to block passive snooping, prevent malware from escaping neighboring virtual machines, or stop a rogue cloud administrator from simply dumping the server's memory, TEEs provide a robust, mathematically sound barrier.[2][5]
This isolation is enabling entirely new categories of secure collaboration. Financial institutions are using Confidential Computing to pool transaction data and train shared fraud-detection models without ever exposing their underlying customer records to one another or to the cloud host.[1]
However, independent security researchers warn that the marketing around Confidential Computing often outpaces the physical reality of the hardware. While TEEs successfully eliminate software-based threats from the cloud provider, they do not make workloads invulnerable.[6]
"Confidential computing does not make your workload invulnerable. It changes the threat model," notes security analysis firm Unmitigated Risk. Because the secure enclave still physically shares the CPU's caches, branch predictors, and power delivery systems with other workloads, it remains susceptible to advanced "side-channel" attacks.[6]
The academic evidence bears this out. In a recent paper titled "TDXRay," researchers demonstrated the ability to reconstruct user prompts word-for-word from an encrypted Intel TDX virtual machine simply by observing which cache lines the AI's tokenizer accessed.[4]

Similarly, researchers at ETH Zurich recently published "RMPocalypse," detailing a vulnerability in the memory management of AMD's SEV-SNP architecture. By exploiting a flaw in the Reverse Map Table, the team was able to bypass the protective mechanisms and access the secured data areas with a 100% success rate in testing.[3]
Physical access remains the ultimate trump card. Attacks like "TEE.Fail" have shown that a $1,000 device soldered directly to a server's DDR5 memory bus can extract the very attestation keys that underpin the system's trust. Because cloud providers inherently possess physical access to the servers they operate, a highly motivated, state-level actor compromising the physical data center could theoretically defeat the encryption.[2][6]
This nuance is reflected in the official guidance from national security agencies. In its technical position paper, the French National Cybersecurity Agency (ANSSI) concluded that while Confidential Computing provides "significant defense-in-depth," it is "not secure enough to protect data integrity and confidentiality against a hostile administrator performing targeted, active attacks."[2]
Ultimately, the evidence suggests that Confidential Computing is a massive leap forward for cloud security, but it requires a shift in how trust is delegated. Organizations are no longer trusting the cloud provider's software; instead, they are placing their absolute trust in the silicon manufacturers—Intel, AMD, and Nvidia—to design flawless hardware, and accepting that physical hardware roots of trust will always face a relentless cycle of academic exploitation and microcode patching.[6][7]
How we got here
2016
AMD introduces Secure Encrypted Virtualization (SEV), laying the groundwork for modern hardware enclaves.
2019
The Linux Foundation establishes the Confidential Computing Consortium to standardize data-in-use protection.
2023
Major cloud providers begin rolling out virtual machine-level confidential instances powered by Intel TDX and AMD SEV-SNP.
2025
The EU's Digital Operational Resilience Act (DORA) accelerates enterprise adoption of data-in-use encryption.
Oct 2025
ETH Zurich researchers publish the 'RMPocalypse' vulnerability, demonstrating that hardware enclaves can still be bypassed.
Viewpoints in depth
Industry Consortiums
Advocates emphasizing the mathematical isolation and regulatory benefits of hardware enclaves.
Groups like the Confidential Computing Consortium view hardware-level isolation as a mandatory evolution for the cloud, especially in the AI era. They argue that by removing the cloud provider from the chain of trust, enterprises can finally utilize shared infrastructure for highly regulated workloads, such as multi-bank fraud detection or healthcare AI, without violating data sovereignty laws.
Academic Researchers
Security experts focused on the fragility of hardware roots of trust and side-channel vulnerabilities.
Academic researchers caution against treating Confidential Computing as a silver bullet. They point out that because the secure enclave still physically shares silicon pathways—like caches and power delivery—with the rest of the system, it is inherently vulnerable to side-channel attacks. Their research demonstrates that each new generation of hardware protection is inevitably followed by a new generation of exploits.
Cybersecurity Agencies
National regulators viewing the technology as a valuable but incomplete defense layer.
State cybersecurity agencies, such as France's ANSSI, evaluate Confidential Computing through the lens of defense-in-depth. They acknowledge that TEEs successfully block passive snooping and automated malware, but warn that the technology cannot protect against a highly motivated, hostile cloud administrator with physical access to the server. They advise using it to raise the baseline cost of an attack, rather than relying on it as an absolute shield.
What we don't know
- Whether future processor architectures can successfully close the hardware side-channel vulnerabilities that currently plague shared caches.
- How the legal liability of a data breach shifts when an enterprise relies entirely on a chip manufacturer's attestation rather than the cloud provider's security.
- Whether the performance overhead of encrypting and decrypting memory on the fly will bottleneck the training of next-generation, trillion-parameter AI models.
Key terms
- Confidential Computing
- A security paradigm that protects data while it is actively being processed by isolating it inside a hardware-encrypted environment.
- Trusted Execution Environment (TEE)
- The physical, isolated area within a processor where data is decrypted, processed, and re-encrypted away from the rest of the system.
- Attestation
- A cryptographic proof generated by the hardware that verifies the secure environment is genuine and has not been tampered with.
- Side-Channel Attack
- A hacking technique that extracts secrets not by breaking encryption, but by observing indirect signals like power consumption or cache access times.
- Hypervisor
- The software used by cloud providers to create and manage multiple virtual machines on a single physical server.
Frequently asked
What is a Trusted Execution Environment (TEE)?
A TEE is a secure, isolated area within a computer's processor that encrypts data and code, preventing the rest of the system from accessing it.
Does Confidential Computing stop cloud providers from seeing my AI prompts?
Yes. By encrypting the data in memory, it prevents the cloud provider's software and administrators from reading your prompts or proprietary data.
Can hackers break into a hardware enclave?
While highly difficult, academic researchers have successfully bypassed enclaves using physical hardware attacks and advanced "side-channel" techniques that monitor CPU cache behavior.
Do I need to rewrite my apps to use Confidential Computing?
Modern implementations like AMD SEV-SNP and Intel TDX protect entire virtual machines, meaning most applications can run securely without requiring code changes.
Sources
[1]Confidential Computing Consortium (Linux Foundation)Industry Consortiums
Unlocking the Future of Data Security: Confidential Computing as a Strategic Imperative
Read on Confidential Computing Consortium (Linux Foundation) →[2]ANSSI (French National Cybersecurity Agency)Cybersecurity Agencies
Technical Position Paper on Confidential Computing
Read on ANSSI (French National Cybersecurity Agency) →[3]ETH ZurichAcademic Researchers
Hardware problem with far-reaching consequences: RMPocalypse
Read on ETH Zurich →[4]IEEE XploreAcademic Researchers
TDXRay: Reconstructing User Prompts from Encrypted Intel TDX VMs
Read on IEEE Xplore →[5]Mordor IntelligenceIndustry Consortiums
Confidential Computing Market Size & Share Analysis
Read on Mordor Intelligence →[6]Unmitigated RiskIndependent Analysts
Confidential computing is the most important security technology organizations do not fully understand
Read on Unmitigated Risk →[7]Factlen Editorial TeamIndependent Analysts
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.









