Skip to main content

Zen Browser CVE-2026-44658

| EUVDEUVD-2026-29132 LOW
Improper Input Validation (CWE-20)
2026-05-11 GitHub_M
2.4
CVSS 3.1 · GitHub Advisory

Severity by source

GitHub Advisory PRIMARY
2.4 LOW
AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

3
Patch available
May 11, 2026 - 18:17 EUVD
Analysis Generated
May 11, 2026 - 17:49 vuln.today
CVE Published
May 11, 2026 - 17:00 nvd
LOW 2.4

DescriptionGitHub Advisory

Zen is a firefox-based browser. Prior to 1.19.12b, RSS feed URLs entered by the user are validated to http: or https: in promptForFeedUrl, but item links inside the feed are not subject to the same restriction. The provider maps each RSS/Atom item link into item.url, filters only for presence and date, and returns the item list. The live-folder manager later creates pinned lazy tabs from these values with gBrowser.addTrustedTab(item.url, ...). This vulnerability is fixed in 1.19.12b.

AnalysisAI

Zen Browser prior to 1.19.12b fails to validate item links within RSS/Atom feeds, allowing high-privileged users to inject malicious URLs that bypass feed URL restrictions and are opened as trusted tabs. An attacker with administrative or high privileges can craft a malicious RSS feed containing non-HTTP(S) links that are processed without validation and opened with elevated trust, potentially enabling script injection or protocol handler abuse.

Technical ContextAI

The vulnerability stems from an inconsistent validation pattern in Zen Browser's RSS feed handling. The promptForFeedUrl function correctly restricts user-entered RSS feed URLs to http: or https: protocols via CWE-20 (Improper Input Validation). However, this validation is not applied to individual item links extracted from the feed content. The RSS/Atom provider module maps each feed item's link attribute to item.url and performs only presence and date filtering, bypassing URL scheme validation. These unvalidated URLs are subsequently passed to gBrowser.addTrustedTab(item.url, ...), which creates pinned tabs with browser-level trust privileges. This creates a protocol confusion attack vector where non-HTTP schemes (javascript:, data:, file:, etc.) can reach trusted tab creation without validation, violating the principle of consistent input sanitization across related code paths.

RemediationAI

Upgrade Zen Browser to version 1.19.12b or later, which implements URL scheme validation for RSS/Atom item links consistent with feed URL entry validation. Users unable to immediately upgrade should avoid subscribing to RSS feeds from untrusted sources and review subscribed feeds for suspicious content. Administrators can use content policies to restrict RSS feed subscriptions or disable the live-folder feature if RSS functionality is not required. The patch specifically adds validation in the RSS/Atom item processing code path to enforce http: or https: schemes, matching the existing promptForFeedUrl restrictions. See GitHub advisory GHSA-cc9c-mmmf-c5j6 for detailed patch notes.

CVE-2015-4495 HIGH POC
8.8 Aug 08

The PDF reader in Mozilla Firefox before 39.0.3, Firefox ESR 38.x before 38.1.1, and Firefox OS before 2.2 allows remote

CVE-2013-1690 HIGH POC
8.8 Jun 26

Mozilla Firefox before 22.0, Firefox ESR 17.x before 17.0.7, Thunderbird before 17.0.7, and Thunderbird ESR 17.x before

CVE-2013-0758 CRITICAL POC
9.3 Jan 13

Mozilla Firefox before 18.0, Firefox ESR 10.x before 10.0.12 and 17.x before 17.0.2, Thunderbird before 17.0.2, Thunderb

CVE-2013-0753 CRITICAL POC
9.3 Jan 13

Use-after-free vulnerability in the serializeToStream implementation in the XMLSerializer component in Mozilla Firefox b

CVE-2012-3993 CRITICAL POC
9.3 Oct 10

The Chrome Object Wrapper (COW) implementation in Mozilla Firefox before 16.0, Firefox ESR 10.x before 10.0.8, Thunderbi

CVE-2013-1710 CRITICAL POC
10.0 Aug 07

The crypto.generateCRMFRequest function in Mozilla Firefox before 23.0, Firefox ESR 17.x before 17.0.8, Thunderbird befo

CVE-2017-3823 HIGH POC
8.8 Feb 01

An issue was discovered in the Cisco WebEx Extension before 1.0.7 on Google Chrome, the ActiveTouch General Plugin Conta

CVE-2014-8636 HIGH POC
7.5 Jan 14

The XrayWrapper implementation in Mozilla Firefox before 35.0 and SeaMonkey before 2.32 does not properly interact with

CVE-2013-0757 CRITICAL POC
9.3 Jan 13

The Chrome Object Wrapper (COW) implementation in Mozilla Firefox before 18.0, Firefox ESR 17.x before 17.0.2, Thunderbi

CVE-2014-1510 CRITICAL POC
9.8 Mar 19

The Web IDL implementation in Mozilla Firefox before 28.0, Firefox ESR 24.x before 24.4, Thunderbird before 24.4, and Se

CVE-2014-1511 CRITICAL POC
9.8 Mar 19

Mozilla Firefox before 28.0, Firefox ESR 24.x before 24.4, Thunderbird before 24.4, and SeaMonkey before 2.25 allow remo

CVE-2013-0643 HIGH
8.8 Feb 27

The Firefox sandbox in Adobe Flash Player before 10.3.183.67 and 11.x before 11.6.602.171 on Windows and Mac OS X, and b

Share

CVE-2026-44658 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy