Zen Browser
CVE-2026-57501
NONE
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N
Network attacker, no auth needed, user must right-click (UI:R); System principal crosses browser security boundary (S:C) enabling local file read and potential write (C:H/I:H).
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
1DescriptionCVE.org
Zen is a firefox-based browser. Prior to 1.21.5b, Zen's glance and split-view context-menu actions, Open link in glance and Split link in new tab, load a page-controlled link URL with the System principal instead of the originating page's principal, allowing a malicious web page to place a link to a file URL that can load with System privileges when opened through either context-menu item and bypass the content-to-file security check that blocks an ordinary click. This issue is fixed in version 1.21.5b.
AnalysisAI
System principal privilege escalation in Zen Browser prior to 1.21.5b allows a malicious webpage to bypass Firefox's content-to-file security boundary by exploiting the browser's custom glance and split-view context-menu features. The 'Open link in glance' and 'Split link in new tab' actions navigate attacker-supplied file:// URLs using the System principal rather than the originating page's content principal, granting access to local filesystem contents that would be blocked by an ordinary click. A vendor-released patch exists in version 1.21.5b; no public exploit has been identified at time of analysis.
Technical ContextAI
Zen Browser is a Firefox-based desktop browser (CPE: cpe:2.3:a:zen-browser:desktop:*:*:*:*:*:*:*:*) that extends Firefox's UI with proprietary features including 'glance' - an inline page-preview panel - and split-view tab management. Firefox's security architecture enforces navigation permissions through a principal system: the content principal of an originating page restricts what URLs that page may navigate to, and the content-to-file check specifically blocks web content from loading file:// URLs to prevent local file disclosure. The root cause is CWE-266 (Incorrect Privilege Assignment): Zen's custom context-menu code paths invoke navigation with the System principal - the highest-trust identity in Firefox, normally reserved for browser chrome and internal processes - rather than delegating the correct content principal from the requesting page. This privilege mismatch causes the security subsystem to treat the navigation as internally trusted, entirely skipping the content-to-file boundary check.
RemediationAI
Upgrade Zen Browser to version 1.21.5b or later, which is confirmed as the patched release per the GitHub security advisory GHSA-vpvg-hp3v-rm5q (https://github.com/zen-browser/desktop/security/advisories/GHSA-vpvg-hp3v-rm5q) and the release page at https://github.com/zen-browser/desktop/releases/tag/1.21.5b; the underlying code fix is in commit 44f7616238208200547c7df500d945752d7b6379. If immediate upgrade is not feasible, the only practical compensating control is behavioral: instruct users to avoid using the 'Open link in glance' and 'Split link in new tab' context-menu items on untrusted or unknown web pages. There is no known configuration setting or policy flag to disable only the affected context-menu entries without removing the glance and split-view features entirely. This behavioral workaround cannot be enforced by policy and should be treated as temporary only.
Nextcloud Desktop Client prior to 3.1.3 is vulnerable to resource injection by way of missing validation of URLs, allowi
A code injection in Nextcloud Desktop Client 2.6.4 allowed to load arbitrary code when placing a malicious OpenSSL confi
In Docker Desktop 4.17.x the Artifactory Integration falls back to sending registry credentials over plain HTTP if the H
Missing sanitization of a server response in Nextcloud Desktop Client 2.6.4 for Linux allowed a malicious Nextcloud Serv
A code injection in Nextcloud Desktop Client 2.6.2 for macOS allowed to load arbitrary code when starting the client wit
Docker Desktop allows local privilege escalation to NT AUTHORITY\SYSTEM because it mishandles the collection of diagnost
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server. Rated medium severity (CVSS 6.5), thi
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with a computer. Rated medium severity
Nextcloud is an open-source productivity platform. Rated medium severity (CVSS 6.4), this vulnerability is remotely expl
The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server. Rated medium severity (CVSS 6.1), thi
Nexcloud desktop is the Desktop sync client for Nextcloud. Rated medium severity (CVSS 6.1), this vulnerability is remot
Nextcloud Desktop Client before 3.3.1 is vulnerable to improper certificate validation due to lack of SSL certificate ve
Same weakness CWE-266 – Incorrect Privilege Assignment
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today