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-5735

CVE-2026-5735: Mozilla Firefox RCE Vulnerability

CVE-2026-5735 is a remote code execution flaw in Mozilla Firefox caused by memory safety bugs that could allow attackers to execute arbitrary code. This article covers the technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-5735 Overview

CVE-2026-5735 is a memory safety vulnerability affecting Mozilla Firefox 149.0.1 and Mozilla Thunderbird 149.0.1. Mozilla developers identified multiple memory safety bugs in the affected versions, with some bugs showing evidence of memory corruption. According to the Mozilla Security Advisory MFSA 2026-25, an attacker could exploit these bugs to run arbitrary code with enough effort. The flaw is tracked under [CWE-787] Out-of-Bounds Write and [CWE-125] Out-of-Bounds Read. Mozilla fixed the issue in Firefox 149.0.2 and Thunderbird 149.0.2.

Critical Impact

Remote attackers can trigger memory corruption through crafted web content, potentially leading to arbitrary code execution within the browser process.

Affected Products

  • Mozilla Firefox 149.0.1
  • Mozilla Thunderbird 149.0.1
  • Earlier versions sharing the affected code paths

Discovery Timeline

  • 2026-04-07 - CVE-2026-5735 published to NVD
  • 2026-05-10 - Last updated in NVD database

Technical Details for CVE-2026-5735

Vulnerability Analysis

The vulnerability stems from multiple memory safety bugs in shared browser engine components used by both Firefox and Thunderbird. Mozilla reported that several of these bugs exhibited evidence of memory corruption during internal testing. The affected code paths handle untrusted content rendering, parsing, and JavaScript execution within the Gecko engine.

The weaknesses fall under [CWE-787] Out-of-Bounds Write and [CWE-125] Out-of-Bounds Read. Out-of-bounds writes corrupt adjacent memory, while out-of-bounds reads can leak sensitive data or aid in exploit chain construction. When combined with techniques such as heap spraying or type confusion, attackers can pivot from memory corruption to arbitrary code execution.

The issue affects both the browser and email client because Thunderbird reuses the Firefox rendering engine. Remote HTML content delivered through web pages or HTML-formatted email messages reaches the vulnerable code paths.

Root Cause

The root cause involves improper bounds checking in memory operations within the browser engine. Mozilla has not disclosed specific function names while public exploitation risk remains elevated. The underlying bugs allow read or write operations to exceed allocated buffer boundaries.

Attack Vector

An attacker hosts crafted web content on a malicious or compromised website. When a victim visits the page using a vulnerable Firefox build, the engine processes the content and triggers the memory corruption. For Thunderbird, an attacker delivers HTML email content that triggers the same code paths during message preview or display. The attack requires no authentication and no user interaction beyond visiting the page or viewing the message.

No public proof-of-concept exists for CVE-2026-5735 at the time of writing. Refer to the Mozilla Bug Report List for technical bug references.

Detection Methods for CVE-2026-5735

Indicators of Compromise

  • Unexpected crashes of firefox.exe or thunderbird.exe processes with access violation exceptions
  • Child process spawning from the browser or mail client to shells such as cmd.exe, powershell.exe, or /bin/sh
  • Outbound network connections from browser processes to unfamiliar hosts immediately following page loads
  • Unsigned modules loaded into Firefox or Thunderbird process memory

Detection Strategies

  • Inventory all Firefox and Thunderbird installations to identify hosts running 149.0.1 or earlier
  • Monitor endpoint telemetry for browser process crashes followed by anomalous child processes
  • Inspect browser process memory regions for unexpected executable mappings indicative of shellcode
  • Correlate web proxy logs with browser crash events to identify potential exploit delivery URLs

Monitoring Recommendations

  • Forward browser application crash logs to a centralized log platform for analysis
  • Alert on process lineage anomalies where browser or mail clients spawn scripting interpreters
  • Track outbound connections from firefox.exe and thunderbird.exe to non-categorized destinations

How to Mitigate CVE-2026-5735

Immediate Actions Required

  • Upgrade Firefox to version 149.0.2 or later on all endpoints
  • Upgrade Thunderbird to version 149.0.2 or later on all mail clients
  • Validate version compliance through endpoint management tooling after deployment
  • Restart browser and mail client processes to ensure the patched binaries are loaded

Patch Information

Mozilla released fixes in Firefox 149.0.2 and Thunderbird 149.0.2. Patch details are available in the Mozilla Security Advisory MFSA 2026-25 and the Mozilla Security Advisory MFSA 2026-28. Administrators using managed deployments should push the updated MSI or package builds through their software distribution platforms.

Workarounds

  • Configure Thunderbird to display messages as plain text instead of HTML to reduce engine exposure
  • Restrict browsing to trusted sites using web filtering until patches are deployed
  • Disable JavaScript on untrusted sites through browser policy configuration where feasible
  • Apply application allowlisting to prevent unexpected child processes from browser binaries
bash
# Verify Firefox version on Linux endpoints
firefox --version

# Verify Thunderbird version on Linux endpoints
thunderbird --version

# Windows: query installed Firefox version via registry
reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /v CurrentVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMozilla Firefox

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787

  • CWE-125
  • Technical References
  • Mozilla Bug Report List

  • Mozilla Security Advisory MFSA 2026-28
  • Vendor Resources
  • Mozilla Security Advisory MFSA 2026-25
  • Related CVEs
  • CVE-2026-8974: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8973: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8975: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8389: Mozilla Firefox 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