Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-7531

CVE-2024-7531: Firefox Information Disclosure Vulnerability

CVE-2024-7531 is an information disclosure flaw in Mozilla Firefox affecting NSS encryption with ChaCha20 on Intel Sandy Bridge processors. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-7531 Overview

CVE-2024-7531 is a cryptographic vulnerability in Mozilla's Network Security Services (NSS) library that affects the PK11_Encrypt() function when using the CKM_CHACHA20 cipher mechanism. When the same buffer is used for both input and output on Intel Sandy Bridge processors, the encryption operation can fail to properly encrypt data, potentially exposing plaintext. In the context of Firefox, this vulnerability specifically impacts the QUIC header protection feature when connections use the ChaCha20-Poly1305 cipher suite.

Critical Impact

Network observers may be able to correlate encrypted traffic across network path changes, potentially compromising user privacy and enabling traffic analysis attacks against affected Firefox users on Intel Sandy Bridge systems.

Affected Products

  • Mozilla Firefox versions prior to 129
  • Mozilla Firefox ESR versions prior to 115.14
  • Mozilla Firefox ESR versions prior to 128.1

Discovery Timeline

  • 2024-08-06 - CVE-2024-7531 published to NVD
  • 2025-03-19 - Last updated in NVD database

Technical Details for CVE-2024-7531

Vulnerability Analysis

This vulnerability stems from a race condition (CWE-367: Time-of-Check Time-of-Use) in the NSS cryptographic library's implementation of ChaCha20 encryption. The issue specifically manifests when the PK11_Encrypt() function is called with the CKM_CHACHA20 mechanism and the same memory buffer is provided for both the plaintext input and ciphertext output—a common optimization pattern known as "in-place encryption."

On Intel Sandy Bridge processors, this in-place encryption pattern triggers a timing-sensitive condition where the encryption may not properly transform the data, leaving portions of plaintext exposed. The vulnerability affects Firefox's QUIC protocol implementation, specifically the header protection mechanism that relies on ChaCha20-Poly1305 for securing connection metadata.

The practical impact includes connection instability due to high packet loss when the encryption fails, as well as potential privacy implications. If a connection persists despite the packet loss, a network observer could potentially identify that packets originating from different network paths belong to the same session—undermining QUIC's connection migration privacy guarantees.

Root Cause

The root cause is a Time-of-Check Time-of-Use (TOCTOU) race condition in the NSS library's ChaCha20 implementation. When using in-place encryption with the same buffer for input and output, the processor's memory operations on Intel Sandy Bridge architecture can create a race between reading the plaintext and writing the ciphertext. This results in incomplete or failed encryption operations, leaving data unprotected during transit.

Attack Vector

The attack vector is network-based and requires no authentication or special privileges from the attacker. However, successful exploitation requires specific conditions to be met:

  1. The target must be running an affected Firefox version on a system with an Intel Sandy Bridge processor
  2. The connection must use the ChaCha20-Poly1305 cipher suite for QUIC
  3. The attacker must have the ability to observe network traffic (passive network position)

The vulnerability exposes encrypted data through failed encryption operations, allowing network observers to potentially correlate traffic patterns and identify connection migrations. While user interaction is required (the user must initiate a browsing session), the actual exploitation is passive and requires no direct interaction with the target system.

The vulnerability primarily affects confidentiality rather than integrity or availability, as the exposed plaintext relates to QUIC header protection data that can be used for traffic analysis.

Detection Methods for CVE-2024-7531

Indicators of Compromise

  • Unusual connection failures or high packet loss rates in Firefox when using QUIC connections
  • Presence of Intel Sandy Bridge processors (2nd generation Core i3/i5/i7) in the environment running vulnerable Firefox versions
  • Network traffic showing inconsistent encryption patterns in QUIC header protection fields

Detection Strategies

  • Monitor browser version inventory to identify Firefox installations below version 129, ESR below 115.14, or ESR 128.x below 128.1
  • Implement network monitoring for QUIC protocol anomalies that may indicate encryption failures
  • Audit system hardware profiles to identify Intel Sandy Bridge processors that may be susceptible to this condition

Monitoring Recommendations

  • Enable browser auto-update features and monitor update compliance across the organization
  • Implement endpoint detection rules to flag vulnerable Firefox versions in your software inventory
  • Review network logs for unusual patterns in QUIC connection behavior

How to Mitigate CVE-2024-7531

Immediate Actions Required

  • Update Mozilla Firefox to version 129 or later immediately
  • Update Mozilla Firefox ESR to version 115.14 or later, or version 128.1 or later
  • Prioritize updates for systems running Intel Sandy Bridge processors
  • Consider temporarily disabling QUIC protocol in Firefox on vulnerable systems until updates can be applied

Patch Information

Mozilla has released security patches addressing this vulnerability in Firefox 129, Firefox ESR 115.14, and Firefox ESR 128.1. Detailed patch information is available in the official security advisories:

  • Mozilla Security Advisory MFSA-2024-33
  • Mozilla Security Advisory MFSA-2024-34
  • Mozilla Security Advisory MFSA-2024-35

Technical details about the underlying bug can be found in Mozilla Bug Report #1905691.

Workarounds

  • Disable QUIC protocol in Firefox by navigating to about:config and setting network.http.http3.enable to false
  • Configure connections to use alternative cipher suites that do not rely on ChaCha20-Poly1305
  • Consider using alternative browsers on Intel Sandy Bridge systems until patches are applied
bash
# Firefox QUIC Disable Configuration
# Navigate to about:config in Firefox and set:
# network.http.http3.enable = false
# This disables QUIC/HTTP3 and forces fallback to HTTP/2 over TLS

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMozilla Firefox

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.07%

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

  • CWE-367
  • Technical References
  • Mozilla Bug Report #1905691
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-33

  • Mozilla Security Advisory MFSA-2024-34

  • Mozilla Security Advisory MFSA-2024-35
  • Related CVEs
  • CVE-2026-6765: Mozilla Firefox Information Disclosure Flaw

  • CVE-2026-6782: Mozilla Firefox Information Disclosure Flaw

  • CVE-2026-6770: Firefox Information Disclosure Vulnerability

  • CVE-2026-6749: Mozilla Firefox Information Disclosure Bug
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