惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
月光博客
月光博客
腾讯CDC
Engineering at Meta
Engineering at Meta
博客园 - Franky
Vercel News
Vercel News
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
GbyAI
GbyAI
B
Blog
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Canonical ships Ubuntu Core 26 with 15 years of security ...
Anamarija Po · 2026-05-19 · via Help Net Security

Operators of industrial sensors, edge AI controllers, and connected medical equipment now have a refreshed long-term Linux option for fleets that must stay patched for more than a decade. Canonical released Ubuntu Core 26, the latest long-term supported version of its minimal, immutable operating system, with security maintenance lasting up to 15 years.

Ubuntu Core 26

The release targets devices subject to the European Union’s Cyber Resilience Act and customers running attested edge AI workloads. Every component on a Core system ships as a sandboxed, cryptographically signed snap, producing a measured boot chain in which only verified software runs.

Smaller updates and quicker installs

Over-the-air updates are a recurring cost for operators managing large device fleets across long product lifecycles. Ubuntu Core 26 introduces an improved snap-delta format that cuts update sizes by 50% to 90% for most snaps. Updates to the Core base snaps now weigh 1.5MB, down from 16MB. Initramfs-based installations skip redundant reboots by default, shortening the time required to provision a device.

Renesas worked with Canonical on integrating Core with its RZ family of microprocessor units. Mohammed Dogar, VP of the Embedded Processing Product Group at Renesas, said the combination delivers accelerated boot times and a reduced base image footprint for resource-constrained hardware running AI workloads.

Chisel build system replaces layered recipes

The headline engineering change is a new build system based on Chisel, Canonical’s tool for assembling filesystems from release-specific package slice definitions. Every file in a Core 26 image can be traced to its originating slice and source package, which improves the accuracy of integrity checks and vulnerability triage. The approach differs from Yocto builds, where provenance and dependency closure sit implicitly inside layered recipes and post-processing scripts. The new build path also trims base image size by 7%.

Ubuntu Core 26 moves u-boot configuration to a single raw partition with redundant environment support, enabling safer writes for both u-boot and snapd and removing recovery issues tied to file-based storage.

Hardware-rooted keys and CRA accountability

Full disk encryption sees foundational changes in this release. TPM-sealed keys are now stored directly within the LUKS2 header, reducing the risk of key reuse across device states. Native OP-TEE integration brings ARM TrustZone hardware-rooted key protection to embedded deployments, sealing and unsealing disk encryption keys through the Trusted Execution Environment and limiting key exposure to the normal operating system.

Canonical assumes Manufacturer responsibilities under the Cyber Resilience Act for the operating system’s release cycle, covering security maintenance for core modules, continuous CVE monitoring, coordinated disclosure, and compliance with IEC 62443-4-1.

Livepatch, Canonical’s rebootless kernel patching service, now covers ARM64 starting with Ubuntu Core 26 and is officially supported on AMD64 across all releases from Ubuntu Core 20 onwards. The expansion extends zero-downtime kernel updates to a wider range of devices, addressing one of the CRA’s vulnerability-remediation requirements.

Jon Seager, VP of Ubuntu Engineering at Canonical, said the Core security model of strictly confined components, transactional updates, and independent verifiability is reflected in emerging industry standards ten years after the platform first appeared.

Developer tooling and observability

Ubuntu Frame, the Core display server for embedded graphical applications, now supports multiple graphical applications on a single display, with configurable layouts, custom client placement, and a new accessibility launcher. A gpu-2604 interface brings graphics acceleration to Core 26 applications through a Snapcraft extension.

Devices can stream logs and metrics to the Canonical Observability Stack, which runs on Juju and Kubernetes with Grafana, Loki, and Prometheus deployed in the cloud or on-premises. Snapcraft introduces components, a packaging feature first tested in Ubuntu Core 24 for delivering NVIDIA drivers, allowing maintainers to distribute optional resources such as debug symbols, translations, or extra drivers alongside a main snap.