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-2025-4919

CVE-2025-4919: Mozilla Firefox Buffer Overflow Vulnerability

CVE-2025-4919 is a buffer overflow vulnerability in Mozilla Firefox that enables out-of-bounds read/write operations through JavaScript object manipulation. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-4919 Overview

CVE-2025-4919 is an out-of-bounds read/write vulnerability affecting Mozilla Firefox and Thunderbird. An attacker can exploit this flaw by confusing array index sizes when manipulating JavaScript objects, potentially leading to arbitrary code execution within the context of the browser or email client.

Critical Impact

This vulnerability enables attackers to perform out-of-bounds memory operations on JavaScript objects, which could result in arbitrary code execution, data theft, or complete system compromise when a user visits a malicious webpage or opens a crafted email.

Affected Products

  • Mozilla Firefox versions prior to 138.0.4
  • Mozilla Firefox ESR versions prior to 128.10.1 and 115.23.1
  • Mozilla Thunderbird versions prior to 128.10.2 and 138.0.2

Discovery Timeline

  • May 17, 2025 - CVE-2025-4919 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-4919

Vulnerability Analysis

This vulnerability exists within the JavaScript engine used by Mozilla Firefox and Thunderbird. The flaw stems from improper handling of array index sizes during JavaScript object manipulation. When processing certain JavaScript operations, the engine fails to correctly validate and track array index boundaries, leading to a type confusion condition.

The vulnerability allows an attacker to craft malicious JavaScript code that confuses the internal representation of array indices. This confusion causes the JavaScript engine to miscalculate memory boundaries, enabling read or write operations beyond the intended buffer limits. Successful exploitation requires user interaction—specifically, the victim must visit a malicious webpage (Firefox) or view a specially crafted email (Thunderbird).

The impact is significant as exploitation can lead to arbitrary code execution with the privileges of the browser or email client process, potentially enabling attackers to install malware, steal sensitive information, or pivot to further compromise the system.

Root Cause

The root cause is a type confusion vulnerability (CWE-125: Out-of-bounds Read) in the JavaScript engine's array handling logic. When JavaScript arrays are manipulated with certain index operations, the engine incorrectly interprets the size or type of array indices, causing memory access calculations to reference locations outside the allocated buffer boundaries.

Attack Vector

The attack is network-based and requires user interaction. An attacker must convince a victim to:

  1. For Firefox: Navigate to a malicious website containing specially crafted JavaScript code
  2. For Thunderbird: Open or preview an email containing malicious JavaScript content

Once the victim triggers the malicious JavaScript, the type confusion occurs during array index processing. The attacker's JavaScript causes the engine to perform memory operations at unintended addresses, enabling data exfiltration through out-of-bounds reads or code execution through out-of-bounds writes that corrupt control flow structures.

The vulnerability mechanism involves exploiting the discrepancy between how the JavaScript engine tracks array index sizes internally versus how it actually accesses memory. By crafting specific array operations, an attacker can force the engine into a state where it uses an incorrect size calculation for subsequent memory accesses.

Detection Methods for CVE-2025-4919

Indicators of Compromise

  • Unexpected browser or Thunderbird crashes, particularly when loading JavaScript-heavy web content
  • Anomalous memory access patterns or segmentation faults in Firefox/Thunderbird processes
  • Suspicious JavaScript code with unusual array manipulation patterns in browser cache or email attachments
  • Child processes spawned unexpectedly from Firefox or Thunderbird processes

Detection Strategies

  • Monitor for abnormal memory access violations or crash reports from Firefox and Thunderbird processes
  • Implement network traffic analysis to detect connections to known malicious domains serving JavaScript exploits
  • Deploy endpoint detection rules that identify exploitation attempts targeting Mozilla products
  • Review browser and email client logs for repeated crashes or unusual JavaScript execution patterns

Monitoring Recommendations

  • Enable crash reporting and analyze Mozilla crash dumps for evidence of memory corruption
  • Configure SentinelOne to monitor Firefox and Thunderbird processes for anomalous behavior including unexpected child process creation
  • Implement web content filtering to block access to known exploit delivery domains
  • Monitor for unusual network connections originating from browser or email client processes

How to Mitigate CVE-2025-4919

Immediate Actions Required

  • Update Mozilla Firefox to version 138.0.4 or later immediately
  • Update Mozilla Firefox ESR to version 128.10.1 or 115.23.1 depending on your ESR channel
  • Update Mozilla Thunderbird to version 128.10.2 or 138.0.2 as applicable
  • Consider temporarily disabling JavaScript in high-risk environments until patches are applied

Patch Information

Mozilla has released security updates addressing this vulnerability across all affected product lines. Detailed patch information is available in the following security advisories:

  • Mozilla Security Advisory MFSA-2025-36
  • Mozilla Security Advisory MFSA-2025-37
  • Mozilla Security Advisory MFSA-2025-38
  • Mozilla Security Advisory MFSA-2025-40
  • Mozilla Security Advisory MFSA-2025-41

Additional updates are available for Debian LTS users via Debian LTS Announcement #24 and Debian LTS Announcement #46.

Technical details regarding the vulnerability are tracked in Mozilla Bug Report #1966614.

Workarounds

  • Disable JavaScript execution in Firefox via about:config by setting javascript.enabled to false (note: this significantly impacts web functionality)
  • Configure Thunderbird to display emails in plain text mode to prevent JavaScript execution
  • Use browser extensions that block JavaScript execution on untrusted sites
  • Implement network-level filtering to block known malicious JavaScript payloads
bash
# Firefox: Disable JavaScript via user.js configuration
# Add to Firefox profile directory: ~/.mozilla/firefox/<profile>/user.js
echo 'user_pref("javascript.enabled", false);' >> ~/.mozilla/firefox/*.default/user.js

# Thunderbird: Force plain text email display
# Add to Thunderbird profile directory
echo 'user_pref("mailnews.display.html_as", 1);' >> ~/.thunderbird/*.default/user.js

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechMozilla Firefox

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Mozilla Bug Report #1966614

  • Debian LTS Announcement #24

  • Debian LTS Announcement #46
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-36

  • Mozilla Security Advisory MFSA-2025-37

  • Mozilla Security Advisory MFSA-2025-38

  • Mozilla Security Advisory MFSA-2025-40

  • Mozilla Security Advisory MFSA-2025-41
  • Related CVEs
  • CVE-2026-5733: Mozilla Firefox Buffer Overflow Vulnerability

  • CVE-2026-5732: Mozilla Firefox Buffer Overflow Vulnerability

  • CVE-2026-4710: Mozilla Firefox Buffer Overflow Vulnerability

  • CVE-2026-4699: Mozilla Firefox Buffer Overflow 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