frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Why Intel Deprecated SGX?

https://hardenedvault.net/blog/2022-01-15-sgx-deprecated/
22•ricecat•11mo ago

Comments

walterbell•11mo ago
SGX may be a record holder for exploits, https://hn.algolia.com/?query=sgx
sublimefire•11mo ago
Most of them require physical access so it is not the same as some log4j vuln.
walterbell•11mo ago
Per article, physical access is within SGX threat model.
anonymousDan•11mo ago
About 2 of those are actual exploits?
walterbell•11mo ago
For some definition of 2?

  Intel SGX Fuse Key0, a.k.a. Root Provisioning Key Extracted by Researchers
  Plundervolt: Software-Based Fault Injection Attacks Against Intel SGX 
  SGX-Bomb: Locking Down the Processor via Rowhammer Attack
  Foreshadow: Extracting the Keys to the Intel SGX Kingdom
  ÆPIC Leak: SGX, Intel’s data fortress, has been breached yet again
  Intel SGX defeated yet again–this time thanks to on-chip power meter
  SGAxe and Crosstalk: Plundering of crypto keys from ultrasecure SGX 
  Spectre Attack on SGX PoC
anonymousDan•11mo ago
Thanks - many of those didn't show up on your original link.
anonymousDan•11mo ago
Pretty incoherent article. Not sure what point they are trying to make about the threat model of SGX. SGX was/is a groundbreaking attempt to solve a very difficult problem IMO. TEEs are still an active area of research that has benefited massively from the availability of an actual implementation in mainstream processors. And most other CPU manufacturers are also offering their own flavour of TEE, many of which have learned lessons from SGX.
AstralStorm•11mo ago
The point about the threat model of SGX is that insulating an enclave with it does nothing to protect the code actually handling the data from the enclave. It really does not even protect against firmware side attacks. For that, TPM attestation is just as good.

At some point, somewhere, data processed by the SGX enclave has to pass through the usual VTd or such. Unless SGX enclave is used to feed data directly into hardware, in which case the weak point is the firmware and bus instead.

If it ensured no side channel attacks, it would be useful for some operations. But it does not therefore it isn't.

iforgotpassword•11mo ago
It was touted as making cloud computing secure. How anyone could actually believe this is beyond me. The cloud provider has physical access to the host machine. For all I know it could all be smokes and mirrors, emulated on a C64, while all my data is getting exfiltrated. The only people who ever bought into this is cryptobro crackheads and government contractors doing it for compliance bullshit. Up to 0% of cloud customers went as far as to even try to verify the thing does what it says it does.

Case in point: TeleMessage. Supposedly E2E-Encrypted message archival turns out to be a plain text database on some servers. Surprised Pikachu face.

sublimefire•11mo ago
This is some tinfoilhat stuff. An extreme suggestion that a cloud provider would physically open up machines and exfiltrate the keys so that they could then read the memory of a customer workload, for what reason? Remember that hardware is virtualised and makes it difficult to pin point which server is running what. Not using such tech makes it easier for the cloud provider to inspect memory so that is not a better approach.
iforgotpassword•11mo ago
If you argue that you can trust the cloud provider not to be malicious, you also just argued that you don't need SGX at all. No tinfoil hat required.

And yes, not using that tech is not a better approach then, but not worse either. But better in the way that Intel doesn't need to build convoluted shit into their cpus that might actually worsen security through exploits.

mike_hearn•11mo ago
SGX is very useful. Source: I built a product that made it easier to use and we explored a lot of use cases as part of that.

Firstly yes SGX is designed to block firmware attacks. That's a part of the threat model indeed.

Secondly, you can't feed data from SGX enclaves directly to hardware devices. It's encrypted data in, encrypted data out. Of course, data must pass through the untrusted host OS and hypervisor, but that is no problem, it's how it's designed to work. That's why the clients of the enclave handshake with it using remote attestation.

You can block side channel attacks with SGX if you are careful. The enclave transitions do clear uarch state in the ways needed, the rest is app-level stuff (but it has to be).

I used to see a lot of confusion about stuff like SGX because some people don't realize it's only intended to be used with remote attestation. If you don't have a smart client that's remotely attesting the enclave over a network, it isn't going to get you anything. That requires changes to app architectures.

underdeserver•11mo ago
Should be (2022).
everfrustrated•11mo ago
Headline is missing important context:

Intel is keeping SGX on servers and no longer offering it on non-server chips like workstations and laptops.

noname120•11mo ago
From Wikipedia[1]:

> A pivot by Intel in 2021 resulted in the deprecation of SGX from the 11th and 12th generation Intel Core processors, but development continues on Intel Xeon for cloud and enterprise use.

[1] https://en.wikipedia.org/wiki/Software_Guard_Extensions#cite...

bjackman•11mo ago
This never made any sense to me for consumers.

Enclaves and confidential compute are about the owner of the physical device giving up power and handing it to a remote entity.

In the case of SGX on consumer hardware that usually meant consumers giving up power to Netflix or whoever via DRM bullshit.

On the other hand, TDX on server devices is mostly about cloud providers giving up power to their users. This is a fundamentally better use case for TEEs. So overall this makes sense to me.

Kinda annoying that this stuff is so complicated that they have to leave it out of cheaper parts but that also makes sense, this must be incredibly invasive stuff that increases the cost in so many areas.

lostmsu•11mo ago
It could have been used for a distributed cloud over consumer hardware.
bjackman•11mo ago
That would be a neat usecase but it's not a slam dunk.

TEEs in theory eliminate the need for the user to trust the owner of the hardware. But for a cloud you need to eliminate the other direction too.

Cloud companies achieve this by... Spending a LOT of money on it. And the technical project of doing that is easier, because they control the whole host stack. I'm not sure it's technically feasible to achieve that in an environment where the host also needs to also support stuff like running Steam!

But still, maybe if you constrained the requirements enough it could be possible, it would have been a really cool thing to try!

bananapub•11mo ago
because it kept getting owned, then fixed, then owned again
2bluesc•11mo ago
> Chipworks offers $50-250k to fully extract the eFUSE of one Intel i5 processor, so the eFUSE content is encrypted by a master key (called “global wrapping logic key” in the patent).

I wonder how readily things like this are known within the HW security community?

rstuart4133•11mo ago
Warning: the article is full of acronyms. Despite having section titles like "SGX Basics" unless you are familiar with terms like EPID, e-Fuse, iclsClient and many more, you aren't going to get much from it beyond "Intel dropped SGX for non-server CPU's in 2022".

Asdas

1•milindsoni201•2m ago•0 comments

Update concerning DDoS attack on Canonical and Ubuntu

https://discourse.ubuntu.com/t/update-concerning-ddos-attack-on-canonical-and-ubuntu/81482
1•kyrofa•2m ago•0 comments

Laws need reasons, but harder is comprehension

1•alpple•2m ago•0 comments

Plex sold me "iOS App Activation (enable streaming playback)" They've removed it

https://watch.plex.tv/
1•ddlm•3m ago•0 comments

What's new in Swift: April 2026 Edition

https://swift.org/blog/whats-new-in-swift-april-2026/
1•frizlab•4m ago•0 comments

Sam Altman falls out of love with universal basic income

https://www.businessinsider.com/sam-altman-ubi-universal-basic-income-view-changes-2026-4
1•MallocVoidstar•5m ago•0 comments

Baseline Mac-mini now starts at $799 (vs $599)

https://www.apple.com/shop/buy-mac/mac-mini
1•ahmadyan•5m ago•2 comments

Are AI's Consumer Applications Hitting a Wall?

https://www.bigtechnology.com/p/are-ais-consumer-applications-hitting
1•lschueller•7m ago•0 comments

'They Said A.I. Saved Me': How South Korea Is Checking on Its Seniors

https://www.nytimes.com/2026/04/28/world/asia/korea-ai-seniors-dementia.html
1•bookofjoe•9m ago•1 comments

Show HN: Single command to find the best matching jobs in HN

1•4m1rk•9m ago•0 comments

Area 51 just had 17 earthquakes in a single day

https://www.popsci.com/science/area-51-earthquakes/
3•PLenz•10m ago•0 comments

SD

1•milindsoni201•10m ago•0 comments

Elfmem: Evolving Agent Memory

https://benemson.com/blog/agents/elfmem-evolving-agent-memory
1•emson•11m ago•2 comments

The Illuminati in the United States

https://www.historytoday.com/archive/history-matters/illuminati-united-states
1•samizdis•11m ago•0 comments

Prime Gap Structure

https://github.com/zfifteen/prime-gap-structure
1•CGMthrowaway•13m ago•0 comments

Show HN: Turn Docker Compose files into airgap-ready UDS Packages

https://github.com/defenseunicorns-labs/compose-bridge-uds
1•willswire•19m ago•0 comments

Asd

2•milindsoni201•19m ago•0 comments

DIA tees up $800M data collection recompete

https://www.washingtontechnology.com/contracts/2026/05/dia-tees-800m-data-collection-recompete/41...
1•WaitWaitWha•20m ago•0 comments

Budget LTE Home Network

https://worldofmatthew.com/blog/budgetnetwork/
2•worldofmatthew•20m ago•0 comments

Give a 9B model broken tools. By hour 20 it'll have the correct diagnosis

https://ninjahawk.github.io/blog/posts/22-hour-session.html
2•ninjahawk1•22m ago•0 comments

Claude Code still doesn't support AGENTS.md

https://github.com/anthropics/claude-code/issues/6235
2•ggoo•31m ago•0 comments

GitHub Copilot Switches to Token-Based Billing for Developers

https://www.aiuniverse.news/the-shift-to-usage-based-ai-billing-arrives-for-developers/
3•aiuniversenews•36m ago•0 comments

Windows quality update: Progress we've made since March

https://blogs.windows.com/windows-insider/2026/05/01/windows-quality-update-progress-weve-made-si...
3•jovial_cavalier•42m ago•1 comments

Word Embedding Is Magic

https://joker666.github.io/blog/2025-11-12-word-embedding-is-magic
1•joker666•42m ago•0 comments

Google-Free Phone Is IP68-Rated and Has a Replaceable Battery

https://www.yankodesign.com/2026/05/01/this-google-free-phone-is-ip68-rated-and-has-a-replaceable...
2•exiguus•45m ago•0 comments

Approaching Zero Bugs?

https://daniel.haxx.se/blog/2026/04/30/approaching-zero-bugs/
5•wrxd•47m ago•1 comments

Enabling a new model for healthcare with AI co-clinician

https://deepmind.google/blog/ai-co-clinician/
2•haskellandchill•48m ago•0 comments

FBI cyber boss: China's hacker-for-hire ecosystem 'out of control'

https://www.theregister.com/2026/04/30/fbi_cyber_boss_chinas_hackerforhire/
3•Bender•49m ago•1 comments

TI Calculator Monopoly Offers Lessons for Educators in the Age of Generative AI

https://www.promarket.org/2024/04/08/tis-calculator-monopoly-offers-lessons-for-educators-in-the-...
1•jamesgill•54m ago•0 comments

Show HN: CD-DA Reader, Rust library to read audio CD data

https://github.com/Bloomca/rust-cd-da-reader
1•bloomca•55m ago•0 comments