A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-9078

CVE-2026-9078: Firefox for iOS Domain Spoofing Vulnerability

CVE-2026-9078 is a domain spoofing flaw in Firefox for iOS that allows attackers to disguise malicious sites as trusted origins using crafted RTL and IDN hostnames. This article covers technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-9078 Overview

CVE-2026-9078 is a user interface spoofing vulnerability in Firefox for iOS. The browser rendered specially crafted right-to-left (RTL) and internationalized domain names (IDNs) incorrectly in link preview UI surfaces. A crafted RTL hostname could visually reorder portions of the displayed domain. Attacker-controlled sites could appear as trusted origins to the user. Mozilla resolved the issue in Firefox for iOS 151.1. The flaw is tracked under [CWE-451] (User Interface Misrepresentation of Critical Information).

Critical Impact

Attackers can spoof trusted domain names in Firefox for iOS link previews, enabling phishing and credential theft against users who rely on the preview UI to verify destinations.

Affected Products

  • Mozilla Firefox for iOS prior to version 151.1
  • iOS devices running vulnerable Firefox builds
  • Users interacting with link preview UI surfaces on affected versions

Discovery Timeline

  • 2026-05-25 - CVE-2026-9078 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-9078

Vulnerability Analysis

The vulnerability resides in how Firefox for iOS renders hostnames inside link preview UI surfaces. When a URL contains right-to-left (RTL) Unicode characters or internationalized domain name (IDN) labels, the browser fails to apply correct bidirectional text handling. The displayed hostname does not match the actual destination authority parsed by the network stack. An attacker can construct a hostname that visually appears as a legitimate domain while resolving to attacker-controlled infrastructure. The vulnerability requires user interaction. Successful exploitation undermines the visual trust signals users rely on before clicking a link.

Root Cause

The root cause is improper bidirectional text rendering and IDN display logic in the link preview component. Firefox for iOS did not enforce display rules sufficient to prevent RTL override characters from reordering visible label segments. The discrepancy between the rendered string and the canonical hostname allows the spoof. Mozilla addressed the issue by correcting the display logic in Firefox for iOS 151.1.

Attack Vector

The attack proceeds over the network and requires user interaction. An attacker registers a domain containing RTL or homoglyph IDN characters and distributes the URL through email, messaging, or web content. When the victim long-presses or hovers to invoke the link preview, the displayed hostname renders as a familiar trusted brand. The user proceeds to the attacker-controlled site believing it is legitimate. Refer to the Mozilla Security Advisory MFSA-2026-52 and Mozilla Bugzilla Report #2029371 for vendor analysis.

Detection Methods for CVE-2026-9078

Indicators of Compromise

  • URLs containing Unicode RTL override characters such as U+202E or mixed-script IDN labels resolving to unfamiliar registrars
  • DNS queries from iOS devices to punycode (xn--) hostnames that visually mimic corporate or financial brands
  • Outbound HTTPS connections from Firefox for iOS to newly registered domains following inbound phishing messages

Detection Strategies

  • Inspect web proxy and DNS logs for punycode hostnames and decode them to identify visually deceptive labels
  • Correlate user reports of suspicious link previews with browser version telemetry to identify unpatched Firefox for iOS clients
  • Apply email gateway rules that flag URLs containing bidirectional control characters or mixed Unicode scripts

Monitoring Recommendations

  • Track Firefox for iOS version distribution across managed mobile devices and alert on versions below 151.1
  • Monitor authentication telemetry for credential submissions from iOS user agents to recently registered domains
  • Enable DNS filtering services that block known homoglyph and IDN spoofing domains

How to Mitigate CVE-2026-9078

Immediate Actions Required

  • Update Firefox for iOS to version 151.1 or later through the Apple App Store on all managed and personal devices
  • Communicate the spoofing risk to users and instruct them to verify destinations by tapping into the address bar rather than trusting previews
  • Enforce mobile device management (MDM) policies that require current browser versions before granting access to corporate resources

Patch Information

Mozilla fixed CVE-2026-9078 in Firefox for iOS 151.1. The vendor advisory is published as Mozilla Security Advisory MFSA-2026-52, and the upstream bug tracking entry is available at Mozilla Bugzilla Report #2029371. Apply the App Store update to remediate affected devices.

Workarounds

  • Direct users to navigate to sensitive sites by typing the URL or using bookmarks instead of clicking links
  • Use an alternate browser on iOS until Firefox for iOS 151.1 is installed
  • Deploy enterprise DNS or secure web gateway filtering that blocks suspicious IDN and punycode domains
bash
# Configuration example: query installed Firefox for iOS version via MDM inventory
# Replace <device-id> with target identifier in your MDM platform
mdmctl query --device <device-id> --app org.mozilla.ios.Firefox --field CFBundleShortVersionString

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechFirefox

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-451
  • Technical References
  • Mozilla Bugzilla Report #2029371

  • Mozilla Security Advisory MFSA-2026-52
  • Related CVEs
  • CVE-2026-0890: Firefox DOM Spoofing Vulnerability

  • CVE-2026-0886: Firefox Graphics Boundary Vulnerability

  • CVE-2026-8945: Firefox Privilege Escalation Vulnerability

  • CVE-2026-7324: Firefox 150 RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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