The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-31747

CVE-2022-31747: Mozilla Firefox RCE Vulnerability

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

Published: February 18, 2026

CVE-2022-31747 Overview

CVE-2022-31747 addresses multiple memory safety bugs discovered in Mozilla Firefox 100 and Firefox ESR 91.9. The vulnerabilities, reported by Mozilla developers Andrew McCreight, Nicolas B. Pierron, and the Mozilla Fuzzing Team, exhibited evidence of memory corruption. Mozilla presumes that with sufficient effort, some of these vulnerabilities could have been exploited to achieve arbitrary code execution, posing a significant threat to users of affected Mozilla products.

Critical Impact

Memory corruption vulnerabilities in Firefox and Thunderbird could potentially be exploited for arbitrary code execution, allowing attackers to take complete control of affected systems via network-based attacks requiring no user interaction.

Affected Products

  • Mozilla Firefox versions prior to 101
  • Mozilla Firefox ESR versions prior to 91.10
  • Mozilla Thunderbird versions prior to 91.10

Discovery Timeline

  • 2022-12-22 - CVE-2022-31747 published to NVD
  • 2025-04-15 - Last updated in NVD database

Technical Details for CVE-2022-31747

Vulnerability Analysis

CVE-2022-31747 represents a collection of memory safety vulnerabilities discovered through internal security reviews and fuzzing efforts. The underlying issues are classified under CWE-125 (Out-of-Bounds Read) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). These vulnerability classes indicate that the affected code fails to properly validate memory boundaries during read and write operations, creating conditions where memory corruption can occur.

The vulnerabilities exist in the browser engine components shared across Firefox, Firefox ESR, and Thunderbird. When triggered, these memory safety issues could corrupt critical data structures, potentially allowing an attacker to redirect program execution flow. The network-based attack vector means exploitation could occur through maliciously crafted web content without requiring any privileges or user interaction beyond visiting a compromised webpage or rendering malicious email content in Thunderbird.

Root Cause

The root cause stems from improper memory boundary checking in multiple components of the Mozilla browser engine. Specifically, the vulnerabilities involve out-of-bounds memory read operations (CWE-125) where the application reads data beyond the intended buffer boundaries, and general buffer management errors (CWE-119) where operations within memory buffers are not properly constrained. These issues likely arose from complex memory management patterns in the rendering engine and JavaScript interpreter where boundary conditions were not comprehensively validated.

Attack Vector

The attack vector is network-based, requiring an attacker to deliver malicious content to a victim's browser or email client. Exploitation scenarios include:

  1. Malicious Web Content: An attacker hosts or injects specially crafted content on a website that triggers the memory corruption when rendered by Firefox or Firefox ESR.

  2. Email-Based Attacks: Thunderbird users could be targeted through maliciously crafted HTML emails that exploit the same underlying browser engine vulnerabilities.

  3. Drive-by Exploitation: The vulnerabilities require no authentication, no elevated privileges, and potentially no user interaction beyond the normal browsing or email viewing activity.

The memory corruption could be leveraged to overwrite critical data structures, manipulate function pointers, or corrupt return addresses on the stack, ultimately leading to arbitrary code execution with the privileges of the browser process.

Detection Methods for CVE-2022-31747

Indicators of Compromise

  • Unexpected browser crashes or instability, particularly when visiting unfamiliar websites
  • Abnormal memory consumption patterns in Firefox, Firefox ESR, or Thunderbird processes
  • Detection of unusual child processes spawned from browser processes
  • System behavior anomalies following browser sessions, such as unauthorized network connections

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions to monitor for memory corruption exploitation patterns in browser processes
  • Implement network security monitoring to detect delivery of known exploit payloads targeting Mozilla products
  • Configure application-level logging to capture browser crash reports for analysis
  • Utilize memory forensics tools to identify evidence of heap or stack corruption in browser process memory

Monitoring Recommendations

  • Monitor Mozilla security advisories (MFSA-2022-20, MFSA-2022-21, MFSA-2022-22) for updates
  • Track browser version deployments across the organization to identify unpatched installations
  • Implement crash report aggregation to detect potential exploitation attempts manifesting as repeated browser failures
  • Monitor for suspicious process behavior associated with Firefox, Firefox ESR, or Thunderbird executables

How to Mitigate CVE-2022-31747

Immediate Actions Required

  • Update Mozilla Firefox to version 101 or later immediately
  • Update Mozilla Firefox ESR to version 91.10 or later
  • Update Mozilla Thunderbird to version 91.10 or later
  • Verify all deployed browser and email client instances are running patched versions
  • Consider temporary restrictions on web browsing to untrusted sites until patching is complete

Patch Information

Mozilla has released security patches addressing these memory safety vulnerabilities. Organizations should apply the following updates:

  • Firefox: Upgrade to version 101 or later
  • Firefox ESR: Upgrade to version 91.10 or later
  • Thunderbird: Upgrade to version 91.10 or later

Detailed patch information is available in the Mozilla Bug Tracker and the official Mozilla Security Advisories (MFSA-2022-20, MFSA-2022-21, MFSA-2022-22).

Workarounds

  • Implement network-level content filtering to block access to known malicious domains while patching is in progress
  • Use browser isolation technologies to contain potential exploitation attempts within sandboxed environments
  • Disable JavaScript execution in Thunderbird to reduce attack surface for email-based exploitation vectors
  • Consider deploying alternative browsers temporarily in high-risk environments until all systems are patched
bash
# Verify Firefox version (should be 101 or later)
firefox --version

# Verify Thunderbird version (should be 91.10 or later)
thunderbird --version

# For enterprise deployments, use package managers to enforce updates
# Debian/Ubuntu:
sudo apt update && sudo apt install --only-upgrade firefox thunderbird

# Fedora/RHEL:
sudo dnf update firefox thunderbird

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.39%

  • 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-125

  • CWE-119
  • Vendor Resources
  • Mozilla Bug Tracker List

  • Mozilla Security Advisory MFSA-2022-20

  • Mozilla Security Advisory MFSA-2022-21

  • Mozilla Security Advisory MFSA-2022-22
  • Related CVEs
  • CVE-2026-5735: Mozilla Firefox RCE Vulnerability

  • CVE-2026-5734: Mozilla Firefox RCE Vulnerability

  • CVE-2026-4698: Mozilla Firefox JIT RCE Vulnerability

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