HispasecJuly 23, 2026🇪🇸Translated from Spanish

CVE-2026-8933: snap-confine Flaw Allows Local Root Escalation on Default Ubuntu Desktop Installs

A security defect in snap-confine, an internal component of snapd, opens the door to local privilege escalation up to root on systems running Ubuntu Desktop. The vulnerability, registered as CVE-2026-8933 and rated high severity, directly impacts default installations of Ubuntu Desktop 24.04, 25.10, and 26.04, a common scenario on corporate laptops, developer workstations, and administrative endpoints.

The weakness does not permit remote access on its own. It requires prior local presence or the ability for an attacker to already execute code with user-level permissions. Once that limited foothold exists, the flaw can convert it into full system control. In CVSS metrics the issue carries a score of 7.8 with the vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, indicating high risk to confidentiality, integrity, and availability after the attacker is inside the system.

The root cause is linked to a hardening modification that replaced the traditional setuid root model with one based on Linux capabilities. While the redesign was intended to reduce attack surface, it introduced a delicate window during sandbox initialization. Exploitation relies on race conditions during the creation of temporary directories and files in /tmp, combined with FUSE mounts and symbolic links to redirect writes toward sensitive paths.

One described technique bypasses AppArmor confinement by planting a malicious udev rule in /run/udev/rules.d/ and forcing systemd-udevd to execute commands as root. This type of chaining illustrates the real risk on endpoints, where a single untrusted binary executed by a user can lead to complete host compromise.

The upstream fix is included in snapd 2.76.1. Corrected Ubuntu packages comprise 2.76+ubuntu22.04.1, 2.76+ubuntu24.04.1, and 2.76+ubuntu26.04.3, plus ESM versions for Ubuntu 16.04, 18.04, and 20.04. The practical recommendation is to update snapd immediately and verify the version on each machine rather than assuming prior updates or system age provide protection.

In enterprise environments, deployment should prioritize workstations, development teams, and any endpoint likely to run user-privileged software. Beyond patching, tightening the internal perimeter by reducing execution of untrusted binaries, strengthening local access controls, and maintaining solid hardening with active and updated AppArmor helps limit the maneuverability exploited by such local flaws.

Related articles

HispasecVulnerabilities & Exploits

Attackers Exploit Critical CVE-2026-59310 in VMware vCenter for Persistent Remote Access

A critical vulnerability identified as CVE-2026-59310 in Broadcom VMware vCenter Server is being actively exploited in the wild against internet-exposed instances. The flaw resides in the Syslog server component and enables remote code execution through a path traversal weakness, carrying a CVSS score of 9.8. Attackers have been observed deploying malicious cron jobs and the reverse_ssh tool to establish persistent outbound command-and-control channels since early August 2026. The campaign has impacted 361 unique IP addresses across 47 countries, with notable concentrations in Germany, the United States, Turkey, Iran, and France. Broadcom has released patches under advisory VMSA-2026-0006.1, which also addresses the related CVE-2026-59309, and strongly recommends immediate updates along with network segmentation and log reviews. No workarounds exist, making prompt patching the only effective mitigation.

BoletimSecVulnerabilities & Exploits

SAP Releases August Security Update Patching 28 Vulnerabilities Including Critical CVSS 10 Flaw

SAP has issued a broad security update to address multiple critical vulnerabilities that could enable code injection, memory corruption, and privilege escalation across enterprise systems. The August package includes 28 new security notes along with a GitHub advisory and two prior fix updates. The highest-severity issue, CVE-2026-58231, carries a maximum CVSS score of 10 and affects the Data Hub Adapter in SAP Commerce Cloud versions 2211 and 2211-JDK21, allowing remote exploitation without user interaction due to improper authorization. Another critical flaw, CVE-2026-44772 rated 9.9, impacts SAP Manufacturing Integration and Intelligence 15.4 and 15.5, permitting malicious code injection into industrial process monitoring systems. Additional vulnerabilities rated 9.1 and lower cover directory traversal, SQL injection, XSS, XXE, hardcoded credentials, and OS command injection across various corporate components. Administrators are advised to identify affected systems and prioritize installation of the critical patches first.

BoletimSecVulnerabilities & Exploits

Zoom Patches Zoomsday Vulnerability Enabling Remote Code Execution in Meetings

Zoom has addressed four vulnerabilities that could allow attackers to compromise meeting participants, including flaws leading to remote code execution without any victim interaction. The most severe issue, CVE-2026-53413, rated 8.3 and nicknamed Zoomsday, resides in the annotation feature used for drawing, highlighting, or adding text during screen sharing. This component processes network data using fixed 128-byte buffers without proper size validation, enabling memory corruption that alters program execution flow. Researchers demonstrated the attack on macOS by silently launching Safari on the victim's machine. The flaws affect Zoom Workplace, Zoom Rooms, Meeting SDK, and VDI clients. Users must update to patched versions such as Workplace 7.1.5 or 7.0.6, and Zoom Rooms or Meeting SDK 7.1.5 to mitigate annotation-related risks. No active exploitation has been observed publicly, yet centralized enterprise deployments require priority updates since attacks can occur during live meetings.

HabrVulnerabilities & Exploits

Agent, Scan or Beyond: Modern Methods for Comprehensive Infrastructure Vulnerability Scanning

The eighth installment in the Vulnerability Management for Beginners series explains why traditional scanning approaches no longer cover today's dynamic environments. It details three classic methods—Host Discovery, Pentest, and Audit—alongside agent-based scanning, cloud snapshot techniques, passive traffic analysis, container and SCA tools, and integrations with existing IT systems. The guide stresses that agents from Tenable and Qualys complement but do not replace network scanning, while Orca Security and Wiz pioneered disk snapshot analysis for short-lived cloud instances. It also covers container image scanning with Trivy and Grype before deployment, passive monitoring for OT environments, and the importance of combining multiple data sources to eliminate blind spots. Practical recommendations include scanning frequency by asset type and six post-scan steps for effective remediation.