Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
Omnissa Workspace ONE® Assist for macOS contains a Local Privilege Escalation Vulnerability.
AnalysisAI
Local privilege escalation in Omnissa Workspace ONE Assist for macOS allows an authenticated local user with low privileges to escalate to higher privileges through a path traversal weakness (CWE-22). The flaw carries a CVSS 7.8 (High) rating with full confidentiality, integrity, and availability impact, and no public exploit identified at time of analysis. The vulnerability is tracked under Omnissa advisory OMSA-2026-0001 and is specific to the macOS build of the Assist remote-support agent.
Technical ContextAI
Workspace ONE Assist is Omnissa's (formerly VMware EUC) remote-support and screen-sharing agent that ships as part of the Workspace ONE unified endpoint management suite, running with elevated privileges on managed macOS endpoints in order to perform remote assistance, file transfer, and configuration tasks. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, aka Path Traversal): the macOS agent appears to handle a filesystem path supplied by a lower-privileged context without adequately normalizing or canonicalizing it, so sequences such as ../ or absolute paths escape the intended directory boundary. Because the privileged Assist helper process operates outside the user's sandbox (typical for macOS support agents installed via MDM), a traversal that lets the unprivileged caller influence which file is read, written, or executed by the helper translates directly into local privilege escalation on the endpoint.
RemediationAI
Patch available per vendor advisory - upgrade Workspace ONE Assist for macOS to the fixed build documented in Omnissa OMSA-2026-0001 (https://www.omnissa.com/omsa-2026-0001); the exact patched version was not included in the provided intelligence, so confirm against the advisory and Omnissa security response page (https://www.omnissa.com/omnissa-security-response/) before rollout. As compensating controls until the patched agent can be deployed via the Workspace ONE UEM console, restrict interactive logon on Assist-managed Macs to trusted administrators only (reducing the AV:L/PR:L prerequisite), monitor /Library/Application Support/ and /private/var/ paths used by the Assist helper for unexpected writes or symlinks from unprivileged users, and consider temporarily disabling the Assist agent on high-risk shared/kiosk Macs - accepting the tradeoff that remote support sessions to those endpoints will be unavailable until the fix is installed.
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35705
GHSA-vw2h-9c9h-52c3