Skip to content
feed: live
>_ 0dayNews
linux kernel

snap-confine LPE Hits Default Ubuntu Desktop Installs

CVE-2026-8933 (CVSS 7.8): snap-confine on Ubuntu Desktop lets any local user escalate to root. Affects 24.04 LTS, 25.10, and 26.04 default installs.

snap-confine LPE Hits Default Ubuntu Desktop Installs
Image: 0dayNews / 0dayNews Editorial · All rights reserved
fuse Marisol "Fuse" Delgado · Published · 2 min read

Researchers disclosed CVE-2026-8933 (CVSS 7.8, high) today — a local privilege escalation in snap-confine, the setuid-root binary Ubuntu uses to set up sandboxes for snap applications. An unprivileged local user can exploit it to obtain root on the host. Affected platforms are Ubuntu Desktop 24.04 LTS, 25.10, and 26.04 in default configurations, per researcher disclosures covered by The Hacker News on July 22, 2026.

What snap-confine is

snap-confine is the entry point for snap package execution on Ubuntu. It configures AppArmor profiles and filesystem namespaces before handing off to the snapped application — work that requires root, which is why the binary runs setuid-root by design. Any flaw in a setuid-root binary with this reach is accessible to any local user and executes with root privileges on their behalf.

Snap ships by default on Ubuntu Desktop. If you’re running any of the three affected releases on a workstation, desktop, or shared machine, snap-confine is present and this vulnerability applies.

Who’s exposed

This is a local privilege escalation, not a remote one. An attacker needs a shell on the machine first — through a phishing payload, an exploited application running as a low-privilege account, or straightforward access on a shared system.

The risk is highest on:

  • Multi-user Ubuntu Desktop systems — shared workstations, developer boxes, university labs, corporate desktops
  • CI/CD runners that execute untrusted build jobs as restricted local users
  • Environments where restricted shell access is an explicit security control — anywhere granting a shell account without sudo access was meant to limit blast radius

Single-user desktops where the sole user is already a sudoer: lower urgency. The escalation path through sudo already exists; this adds one more route.

Ubuntu Server installations without snap installed are not affected.

What to do

  1. Monitor Ubuntu Security Notices for the CVE-2026-8933 advisory — Canonical publishes the patched package version and exact remediation steps there.
  2. Once the advisory lands, apply it:
    sudo apt update && sudo apt upgrade snapd
  3. On multi-user systems where immediate patching isn’t possible, restrict local account creation and audit who has shell access until the fix is in.

Canonical has not yet published a USN for this CVE at time of writing. Check the security notices page directly rather than waiting for package manager notifications.

Priority call

Multi-user Ubuntu Desktop environments: same-day patch once Canonical publishes. Single-user admin machines: next maintenance window. Ubuntu Server without snap: not applicable.

For related privilege escalation coverage: Januscape (CVE-2026-53359) — a KVM guest-to-host escape patched last month — and the Microsoft Defender RoguePlanet LPE for a recent comparison on how fast vendors move between disclosure and patch availability.

Related CVEs

Found this useful? Share it.