SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-15226

HIGH · CVSS 8.4 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

A vulnerability in Canonical's snapd allows applications running in a confined snap environment to bypass sandbox restrictions by creating or manipulating set-user-ID binaries. This could enable malicious processes to execute privileged actions within the container, undermining the intended security model. Organizations using snap packages, particularly those relying on strict confinement for security, should prioritize addressing this issue to mitigate potential exploitation risks.

CVE
CVE-2026-15226
Severity
HIGH
CVSS
8.4
EPSS
0.13%

Original NVD Description

A sandbox confinement bypass vulnerability exists in Canonical snapd within its internal execution environment compiler (snap-confine). The default seccomp security templates generated by the engine to restrict system calls do not filter or reject process operations capable of creating or manipulating file execution flags with set-user-ID attributes. Consequently, an application running within a strictly confined snap environment can successfully compile or drop binaries and apply setuid properties to them. If a compromised or malicious process inside the snap sandbox executes these generated setuid binaries, it can potentially circumvent architectural sandboxing assumptions, drop intended restriction policies, or execute privileged actions inside the container namespace that should otherwise be strictly blocked. The vulnerability has been resolved by hardening the seccomp template engine to block the execution and creation of setuid executables by sandboxed snap processes.