NONE 0.0

CVE-2026-57501: Zen Browser Privilege Escalation via Context-Menu Link Loading

Zen is a Firefox-based browser that includes features for viewing links in a 'glance' panel or opening them in a split-view tab. Before version 1.21.5b, these context-menu actions bypass a critical security boundary by loading external links with elevated System privileges rather than the privileges of the page that contains the link. An attacker can craft a malicious web page with a specially crafted link—particularly one pointing to a local file—that, when opened through the glance or split-view menu items, executes with System-level permissions. This circumvents the browser's normal content-to-file security restriction, which prevents ordinary web pages from directly accessing the local file system.

Source data · NVD / CISA · public domain

CVSS
3.1 · 0.0 NONE · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:N
Weaknesses (CWE)
CWE-266
Affected products
0 configuration(s)
Published / Modified
2026-07-09 / 2026-07-10

NVD description (verbatim)

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.

3 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability stems from an improper privilege assignment in Zen's context-menu link-handling code. When a user right-clicks a link and selects 'Open link in glance' or 'Split link in new tab', the browser initiates a page load using the System principal rather than the originating page's security principal. This privilege escalation allows a page-controlled URL (including file:// URLs) to be loaded with elevated permissions, bypassing the standard content-to-file boundary check that prevents untrusted web content from accessing local file resources. The issue is classified under CWE-266 (Incorrect Privilege Assignment), indicating a fundamental flaw in how the browser assigns trust levels to operations initiated from user interactions. This is resolved in version 1.21.5b.

Business impact

For Zen browser users, this vulnerability creates a pathway for web-based attacks to exfiltrate or tamper with local files on the affected system. A malicious website could silently load sensitive local files (configuration files, private keys, cached credentials) or trigger actions on the file system with elevated privileges. The impact is heightened for users who frequently access untrusted websites or those targeted by spear-phishing campaigns. For organizations relying on Zen as an internal or employee browser, this could expose sensitive data or enable lateral movement if local system files are compromised.

Affected systems

Zen browser versions prior to 1.21.5b are affected. The vulnerability requires user interaction—specifically, clicking the 'Open link in glance' or 'Split link in new tab' context-menu options on a link provided by an attacker. There is no indication of widespread active exploitation in the wild, and the issue does not appear on the CISA Known Exploited Vulnerabilities (KEV) catalog.

Exploitability

Exploitation requires social engineering or user deception. An attacker must convince a user to visit a malicious webpage and interact with a crafted link using one of the two vulnerable context-menu actions. The barrier to exploitation is moderate—the attack requires user action beyond a passive page load—but once the user performs the action, the privilege escalation is automatic and does not require additional user consent or awareness. There is no evidence of public exploit code or active attacks leveraging this flaw.

Remediation

Users of Zen browser should upgrade to version 1.21.5b or later as soon as possible. Verify the update through Zen's official distribution channels or in-browser update mechanisms. For organizations managing Zen deployments, deploy version 1.21.5b through your standard software distribution process. Until patching is complete, users should avoid clicking context-menu link options on untrusted websites and limit visits to sites of uncertain origin.

Patch guidance

Upgrade Zen to version 1.21.5b or later. Check for available updates within the browser's settings or preferences menu, or download the latest version directly from the official Zen browser website. Verify the update completion by checking the browser's version information. Organizations should test the patched version in a controlled environment before enterprise-wide rollout to ensure compatibility with internal systems and workflows.

Detection guidance

Monitor for unusual local file access attempts originating from the Zen browser process, particularly access to sensitive configuration or credential files. Look for file:// URLs being opened with elevated privileges or unexpected System-level process spawning from the Zen browser context. Endpoint Detection and Response (EDR) tools should flag attempts to load file:// URLs with privilege escalation indicators. Additionally, review browser logs or activity monitors for repeated context-menu interactions on suspicious or unknown websites, which may indicate probing for the vulnerability.

Why prioritize this

Although the CVSS score is 0 (NONE), indicating low base severity, the vulnerability deserves prompt attention because: (1) it involves a privilege-escalation flaw that fundamentally undermines browser security boundaries, (2) it could enable local file theft or tampering on affected systems, and (3) exploitation, while requiring user interaction, is feasible against targeted users or low-security environments. The CVSS score likely reflects the requirement for user interaction and limited scope, but the nature of the flaw warrants expedited patching to close the attack surface before targeted campaigns emerge.

Risk score, explained

The CVSS 3.1 score of 0.0 (NONE severity) reflects a scenario in which the attack requires user interaction (clicking a context-menu option) and does not directly result in confidentiality, integrity, or availability loss under CVSS's base metrics model. However, this scoring does not fully capture the real-world risk: the vulnerability enables privilege escalation and local file access, which in practical scenarios can lead to credential theft or system compromise. The low score underscores the importance of user awareness and defensive practices alongside patching—the vulnerability is not remotely exploitable without user action, but the action is straightforward and easily triggered by social engineering.

Frequently asked questions

Can this vulnerability be exploited remotely without user interaction?

No. Exploitation requires a user to actively click one of two context-menu options ('Open link in glance' or 'Split link in new tab') on a link provided by an attacker. A malicious webpage cannot trigger the vulnerability through passive page load or JavaScript execution alone.

What types of local files are at risk?

Any file accessible to the Zen browser process on the local file system could theoretically be targeted, including browser configuration files, cached credentials, SSH keys, browser profiles, and other sensitive documents stored on the user's computer. The specific risk depends on the file system layout and user permissions.

Is this vulnerability actively being exploited in the wild?

There is no evidence of active exploitation in the wild. The vulnerability does not appear on CISA's Known Exploited Vulnerabilities catalog, indicating it has not been widely weaponized by attackers at this time.

Do I need to wait for an automatic update, or can I manually update Zen now?

Most modern browsers, including Zen, support manual updates. Check your Zen browser settings or the main menu for an 'Update' or 'About' option, or visit the official Zen browser website to download the latest version directly. Manual updates often allow you to patch immediately without waiting for automatic rollout.

This analysis is based on publicly available vulnerability data and vendor advisories as of the publication date. Security landscapes evolve rapidly; organizations should verify patch availability and applicability against their specific Zen browser deployment. No warranty is provided regarding the completeness or accuracy of detection signatures or remediation steps. Always test patches in a controlled environment before production deployment. Consult official Zen browser security announcements and SEC.co's ongoing threat intelligence for updates. This information is provided for educational and defensive security purposes only. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).