Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-3839

CVE-2025-3839: Epiphany Browser RCE Vulnerability

CVE-2025-3839 is a remote code execution flaw in Epiphany browser that exploits external URL handlers with minimal user interaction. This post covers the technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2025-3839 Overview

A security flaw has been identified in Epiphany (GNOME Web), the default web browser for GNOME desktop environments. The vulnerability allows malicious websites to open external URL handler applications with minimal user interaction. This design weakness can be exploited to trigger vulnerabilities within those external handlers, effectively making local application vulnerabilities appear remotely exploitable. The browser fails to properly warn users or gate this action appropriately, resulting in potential code execution on the client device via what appears to be trusted UI behavior.

Critical Impact

Attackers can leverage this vulnerability to achieve remote code execution on vulnerable systems by chaining Epiphany's permissive URL handler behavior with vulnerabilities in registered protocol handlers, all through normal-appearing browser interactions.

Affected Products

  • Epiphany (GNOME Web) browser
  • GNOME desktop environments with Epiphany installed
  • Linux distributions shipping Epiphany as default browser

Discovery Timeline

  • 2026-01-23 - CVE-2025-3839 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-3839

Vulnerability Analysis

This vulnerability is classified under CWE-356 (Product UI does not Warn User of Unsafe Actions), which describes situations where an application's user interface fails to adequately inform users about potentially dangerous operations before executing them.

The core issue lies in how Epiphany handles external URL schemes. When a web page requests to open a URL with a custom protocol scheme (such as mailto:, ssh:, or application-specific handlers), Epiphany processes these requests with insufficient user prompting or security gating. This permissive behavior creates an attack surface where malicious websites can silently or semi-silently invoke external applications.

The attack complexity is considered high because successful exploitation requires the target system to have vulnerable URL handlers registered. However, the potential impact is severe, with high confidentiality and integrity impact due to the possibility of arbitrary code execution through chained vulnerabilities.

Root Cause

The root cause is a design flaw in Epiphany's URL handler invocation mechanism. The browser does not implement adequate security controls to warn users when websites attempt to open external applications via custom URL schemes. This creates a "Product UI does not Warn User of Unsafe Actions" condition where users may unknowingly authorize dangerous operations that appear to be legitimate browser activities.

The lack of proper interstitial warnings, user consent dialogs, or rate limiting for external URL handler invocations allows attackers to abuse this trusted pathway to reach potentially vulnerable local applications.

Attack Vector

The attack is network-based, requiring an attacker to lure a victim to a malicious website or inject malicious content into a legitimate site. The exploitation flow typically involves:

  1. Victim visits attacker-controlled or compromised web page using Epiphany
  2. Malicious JavaScript or HTML triggers requests to custom URL schemes
  3. Epiphany invokes the registered external handler without adequate user warning
  4. If the external handler has vulnerabilities, they can be triggered through crafted URL parameters
  5. Code execution occurs in the context of the external application

The vulnerability affects the changed scope (S:C in the CVSS vector), meaning successful exploitation can impact resources beyond the vulnerable component's security scope. While user interaction is required to visit the malicious page, the subsequent external handler invocation occurs with minimal additional user awareness.

Detection Methods for CVE-2025-3839

Indicators of Compromise

  • Unusual process spawning from Epiphany browser process
  • Unexpected external application launches correlated with web browsing activity
  • Log entries showing rapid or repetitive URL handler invocations
  • Network traffic to suspicious domains followed by local application execution

Detection Strategies

  • Monitor for Epiphany spawning child processes that handle URL schemes, particularly when user interaction appears minimal
  • Implement endpoint detection rules for suspicious application launch chains originating from browser processes
  • Review system logs for xdg-open or similar URL handler dispatch mechanisms being invoked at unusual rates
  • Deploy SentinelOne behavioral AI to detect abnormal process relationships between browsers and external applications

Monitoring Recommendations

  • Enable verbose logging for Epiphany and system URL handler dispatchers
  • Configure SentinelOne agents to alert on process genealogy patterns consistent with browser-to-handler exploitation
  • Monitor for known vulnerable URL handler applications being invoked from browser context
  • Establish baselines for normal URL handler usage patterns to identify anomalous activity

How to Mitigate CVE-2025-3839

Immediate Actions Required

  • Review and audit registered URL handlers on systems running Epiphany browser
  • Consider removing or restricting unnecessary custom URL scheme handlers
  • Apply any available Epiphany updates from distribution repositories
  • Educate users about the risks of visiting untrusted websites

Patch Information

Users should monitor the Red Hat CVE-2025-3839 Advisory for official patch availability and guidance. Additional technical details are available in Red Hat Bug Report #2361430. Check your Linux distribution's security advisories for Epiphany package updates that address this vulnerability.

Workarounds

  • Use an alternative browser that implements stricter URL handler controls until a patch is available
  • Configure desktop environment to prompt for confirmation before launching external URL handlers
  • Remove or disable non-essential URL scheme handlers from the system
  • Implement network-level controls to restrict access to potentially malicious websites
  • Consider using browser isolation or containerization solutions to limit the impact of exploitation
bash
# List registered URL handlers on GNOME systems
xdg-mime query default x-scheme-handler/*

# Review and potentially remove risky handlers
# Example: Remove a specific handler association
xdg-mime default "" x-scheme-handler/suspicious-protocol

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechEpiphany

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-356
  • Technical References
  • Red Hat CVE-2025-3839 Advisory

  • Red Hat Bug Report #2361430
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English