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-2024-11705

CVE-2024-11705: Mozilla Firefox DOS Vulnerability

CVE-2024-11705 is a denial-of-service vulnerability in Mozilla Firefox caused by NSC_DeriveKey function flaw. This segmentation fault issue crashes the application. Learn about technical details, affected versions, and fixes.

Published: April 8, 2026

CVE-2024-11705 Overview

CVE-2024-11705 is a Null Pointer Dereference vulnerability affecting Mozilla Firefox and Thunderbird. The NSC_DeriveKey function in Mozilla's Network Security Services (NSS) library incorrectly assumed that the phKey parameter would always be non-NULL. When NULL was passed to this parameter, a segmentation fault (SEGV) occurred, causing application crashes. This behavior directly conflicted with the PKCS#11 v3.0 specification, which explicitly allows phKey to be NULL for certain cryptographic mechanisms.

Critical Impact

Remote attackers can exploit this vulnerability via network-based attacks to cause denial of service conditions and potentially access sensitive information in affected Firefox and Thunderbird installations.

Affected Products

  • Mozilla Firefox versions prior to 133
  • Mozilla Thunderbird versions prior to 133

Discovery Timeline

  • November 26, 2024 - CVE-2024-11705 published to NVD
  • June 24, 2025 - Last updated in NVD database

Technical Details for CVE-2024-11705

Vulnerability Analysis

The vulnerability resides in the NSC_DeriveKey function within Mozilla's NSS cryptographic library. This function is responsible for deriving cryptographic keys using various PKCS#11 mechanisms. The implementation made an unsafe assumption that the phKey output parameter would always contain a valid pointer to store the derived key handle.

According to the PKCS#11 v3.0 specification, certain key derivation mechanisms permit a NULL phKey parameter for operations that don't produce a key object, or for validation purposes. When the Mozilla implementation encountered a NULL pointer, it attempted to dereference it without proper validation, resulting in a segmentation fault.

This NULL pointer dereference vulnerability can be triggered remotely through network-based attack vectors. An attacker could craft malicious content or requests that invoke the vulnerable key derivation function with a NULL parameter, causing the application to crash. The vulnerability impacts both confidentiality and availability, as the crash could potentially expose sensitive memory contents or disrupt critical browser and email operations.

Root Cause

The root cause is improper input validation in the NSC_DeriveKey function (CWE-476: NULL Pointer Dereference). The function failed to validate that the phKey parameter was non-NULL before attempting to write the derived key handle to that memory location. This oversight created a deviation from the PKCS#11 v3.0 specification requirements and introduced a exploitable crash condition.

Attack Vector

The attack vector for CVE-2024-11705 is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Crafting malicious web content or network requests that trigger cryptographic operations in the browser
  2. Causing the NSC_DeriveKey function to be called with a NULL phKey parameter
  3. The resulting segmentation fault crashes the application, potentially exposing memory contents or causing denial of service

The vulnerability can be exploited through malicious websites, crafted emails in Thunderbird, or any content that exercises the vulnerable PKCS#11 key derivation code path. Technical details and the specific bug report are available at the Mozilla Bug Report #1921768.

Detection Methods for CVE-2024-11705

Indicators of Compromise

  • Unexpected Firefox or Thunderbird crashes with segmentation fault (SEGV) signals
  • Core dumps or crash reports referencing NSC_DeriveKey or NSS library functions
  • Repeated application crashes when processing specific web content or emails
  • System logs indicating signal 11 (SIGSEGV) for Firefox or Thunderbird processes

Detection Strategies

  • Monitor application crash logs for segmentation faults in Firefox and Thunderbird processes
  • Deploy endpoint detection rules to identify abnormal process termination patterns
  • Implement web proxy logging to identify requests that precede browser crashes
  • Review crash reporting telemetry for NSS-related stack traces

Monitoring Recommendations

  • Enable Mozilla Crash Reporter integration for centralized crash analysis
  • Configure system-level monitoring for SIGSEGV signals in browser processes
  • Deploy network traffic analysis to identify potential exploit delivery mechanisms
  • Implement version inventory scanning to identify vulnerable Firefox/Thunderbird installations

How to Mitigate CVE-2024-11705

Immediate Actions Required

  • Update Mozilla Firefox to version 133 or later immediately
  • Update Mozilla Thunderbird to version 133 or later immediately
  • Review deployment inventory to identify all affected installations across the organization
  • Prioritize patching for systems handling sensitive data or critical operations

Patch Information

Mozilla has released security patches addressing this vulnerability. Detailed patch information is available in the official security advisories:

  • Mozilla Security Advisory MFSA-2024-63 - Firefox 133 Security Update
  • Mozilla Security Advisory MFSA-2024-67 - Thunderbird 133 Security Update

Organizations should deploy these updates through their standard software distribution mechanisms. Enterprise environments using Mozilla's ESR (Extended Support Release) channels should verify patch availability for their specific release track.

Workarounds

  • No official workarounds are available; upgrading to patched versions is the only complete remediation
  • Consider temporarily restricting access to untrusted websites until patches are deployed
  • Implement application sandboxing or containerization to limit crash impact
  • Deploy web filtering to block known malicious domains that may attempt exploitation
bash
# Verify Firefox version (should be 133 or later)
firefox --version

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

# For Linux systems, update via package manager
# Debian/Ubuntu:
sudo apt update && sudo apt upgrade firefox thunderbird

# RHEL/Fedora:
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
  • TypeDOS

  • Vendor/TechMozilla Firefox

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Mozilla Bug Report #1921768
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-63

  • Mozilla Security Advisory MFSA-2024-67
  • Related CVEs
  • CVE-2026-4726: Mozilla Firefox DOS Vulnerability

  • CVE-2026-4727: Mozilla Firefox DOS Vulnerability

  • CVE-2026-4704: Mozilla Firefox DoS Vulnerability

  • CVE-2024-0743: Mozilla Firefox DOS 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