Description
A flaw was found in Epiphany. An issue in how the browser reads web addresses allows attackers to fake the domain name shown in the address bar. If a user clicks a specially crafted link containing a colon (for example, [https://trusted.com:80@attacker.com/](https://trusted.com:80@attacker.com/)), the address bar and security menus will display the safe website (trusted.com) but it will actually load the attacker website (attacker.com) on the screen. This allows attackers to create convincing phishing pages to trick users into trusting a malicious site.
Published: 2026-08-06
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Epiphany has a flaw in URI parsing that allows an attacker to craft a link containing a colon and userinfo segment to make the browser display a benign domain in the address bar while actually loading a malicious site. For example, a URL like https://trusted.com:80@attacker.com/ will cause the browser to show trusted.com as the active domain and the security menus to reflect that, but the content displayed is from attacker.com. This can mislead users into trusting a phishing page that looks legitimate. The weakness is identified as CWE-451, Information Exposure, because the displayed information does not match the actual target.

Affected Systems

The vulnerable product is GNOME:Epiphany. Specific affected versions are not listed in the provided data, so users of any Epiphany deployment should verify whether they are running a version prior to the patch committed in the referenced GitLab commit.

Risk and Exploitability

The CVSS score of 5.4 rates the issue as moderate; the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Likely attackers can exploit this by delivering crafted links via email, instant messaging, or web pages. A victim clicking the link will be shown a trusted domain while the attacker gains deceptive access to the user’s browsing context.

Generated by OpenCVE AI on August 6, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Epiphany to the latest version that includes the patch for the URI parsing flaw
  • Configure the browser or use a URL sanitizer to disable or validate userinfo components in URLs, preventing the colon syntax from being interpreted as a user-info marker
  • Educate users that the address bar can be spoofed in this manner and encourage them to verify site URLs in the address bar before entering credentials

Generated by OpenCVE AI on August 6, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
First Time appeared Gnome
Gnome epiphany
Vendors & Products Gnome
Gnome epiphany

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in Epiphany. An issue in how the browser reads web addresses allows attackers to fake the domain name shown in the address bar. If a user clicks a specially crafted link containing a colon (for example, [https://trusted.com:80@attacker.com/](https://trusted.com:80@attacker.com/)), the address bar and security menus will display the safe website (trusted.com) but it will actually load the attacker website (attacker.com) on the screen. This allows attackers to create convincing phishing pages to trick users into trusting a malicious site.
Title Epiphany: address bar / host spoofing via userinfo in ephy_uri_get_decoded_host()
Weaknesses CWE-451
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: fedora

Published:

Updated: 2026-08-06T16:32:39.361Z

Reserved: 2026-07-31T13:30:18.349Z

Link: CVE-2026-18487

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00:15:04Z

Weaknesses
  • CWE-451

    User Interface (UI) Misrepresentation of Critical Information