Linux and Secure Boot certificate expiration (2025)
weaksauce
118 points
59 comments
June 22, 2026
Related Discussions
Found 5 related stories in 118.3ms across 11,301 title embeddings via pgvector HNSW
- Ubuntu wants to strip some of GRUB features in 26.10 for security purposes dryarzeg · 48 pts · March 25, 2026 · 52% similar
- TPM-Sniffing LUKS Keys on an Embedded Linux Device [CVE-2026-0714] Tiberium · 19 pts · March 01, 2026 · 51% similar
- Ubuntu 26.04 lxst · 76 pts · April 24, 2026 · 51% similar
- For Linux kernel vulnerabilities, there is no heads-up to distributions ori_b · 444 pts · April 30, 2026 · 51% similar
- California moves to exempt Linux from its age-verification law after backlash rbanffy · 790 pts · May 25, 2026 · 51% similar
Discussion Highlights (12 comments)
Bender
They left out the steps to update it. I made a rough attempt at a document for this. [1] Please let me know if I missed a validation step. I have done this on six machines but they were all Linux. Not tested on BSD. Archive [2] in the event I was too aggressive in blocking bots. [Edit] I should also include this [3] thread for completeness sake. Some people people were playing with a shim work around but it looks like a lot of unnecessary complexity and fragility to me. [1] - https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Bo... [2] - https://archive.is/ml3jv [3] - https://www.reddit.com/r/archlinux/comments/1pvw6td/grub_shi...
its-summertime
> The KEK updates are going out at ~98% success, and db update is ~99% success glad to see the opt in fwupd analytics being so useful for something like this Not envious of the running around contacting vendors they must of been doing on such short order.
laserbeam
I saw 2-3 flavors of this news. None of them include a basic “how do I check if I need to do anything” guide that a linux newbie can do.
arcza
What is the convincing reason that MicroSlop is the trusted party to sign the shim with their (presumably NSA-blessed key)? Why is there no charitable equivalent like a small/mini LetsEncrypt foundation for the PKI aspect of Secure Boot? I also do not see a convincing reason it meaningfully improves security posture.
NelsonMinar
I'm surprised more people aren't freaking out about this. It seems likely a whole lot of Linux machines are going to fail to reboot in the next few months. The problem affects VMs too. I was grateful Proxmox put a little warning in its hypervisor GUI with a button to press to fix the BIOS of its VMs. Secure Boot has been deeply broken for years, not providing meaningful security on most consumer machines.
jmclnx
It needs to be said, this is what you get by "trusting" Microsoft. There really is no need for secure boot in Linux. The only reason to have it is if you dual boot because M/S says so. If using Linux by itself, just disable secure boot and have done with it.
drnick1
Last time I installed Arch, I put Secure Boot in setup mode and enrolled by own keys. The idea of using someone else's keys seems absurd.
dang
Discussed at the time (of the article): Linux and Secure Boot certificate expiration - https://news.ycombinator.com/item?id=44601045 - July 2025 (265 comments)
naturalmovement
The word from Red Hat is existing systems will continue to boot — presumably because they are time-stamped and counter-signed or because the dates are ignored entirely. 99% of secure boot discussions are drowned out by people who don't have a clue what they're talking about, yet are spittingly, furiously mad. They've also had over a year to prepare for this so if Linux distros are only telling you now, that's on them.
0xCMP
> triggering a "de-fragmentation" of the available efivar space so that there's enough contiguous space to deploy the update. I didn't even realize this could be a problem despite the next paragraph implying it's very well known.
h4kunamata
Well, it seems like keeping secure boot disabled was gonna help me in the future haha I know it is not recommended but the options to have my own keys seemed a bit of a hack than a solution.
charcircuit
How do desktop Linux distros avoid attackers from rolling back the operating system to a vulnerable, but signed version?