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
    • 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-2020-6829

CVE-2020-6829: Mozilla Firefox Information Disclosure Flaw

CVE-2020-6829 is an information disclosure vulnerability in Mozilla Firefox affecting EC scalar point multiplication. The flaw could expose private keys through electromagnetic trace analysis of signature generations.

Published: March 4, 2026

CVE-2020-6829 Overview

CVE-2020-6829 is a cryptographic side-channel vulnerability affecting Mozilla Firefox and Firefox for Android. When performing elliptic curve (EC) scalar point multiplication, the browser's implementation utilized the wNAF (windowed Non-Adjacent Form) point multiplication algorithm, which leaked partial information about the nonce used during ECDSA signature generation. An attacker with the capability to capture electro-magnetic (EM) traces during signature operations could potentially compute the private key after observing a limited number of signature generations.

This vulnerability represents a significant concern for cryptographic implementations, as side-channel attacks can bypass traditional software-based security measures by exploiting physical characteristics of the computing device during cryptographic operations.

Critical Impact

Private cryptographic keys used in TLS/SSL communications and digital signatures could be compromised through electromagnetic side-channel analysis, potentially enabling attackers to impersonate users, decrypt sensitive communications, or forge digital signatures.

Affected Products

  • Mozilla Firefox versions prior to 80
  • Mozilla Firefox for Android versions prior to 80

Discovery Timeline

  • 2020-10-28 - CVE-2020-6829 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-6829

Vulnerability Analysis

The vulnerability exists in the Network Security Services (NSS) cryptographic library used by Firefox for elliptic curve cryptography operations. The wNAF algorithm, while computationally efficient for scalar multiplication, creates observable variations in electromagnetic emissions during execution. These variations correlate with the secret scalar values (nonces) used in ECDSA signature generation.

In ECDSA, the security of the signature scheme depends critically on the secrecy of the nonce k used in each signature. If an attacker can recover even partial information about multiple nonces, they can apply lattice-based cryptanalysis techniques to reconstruct the private signing key. The wNAF representation causes different computational paths depending on the bit patterns of the scalar, creating a measurable side-channel.

Root Cause

The root cause stems from using a non-constant-time implementation of the wNAF scalar multiplication algorithm. The wNAF encoding of scalars produces sequences that vary based on the scalar value, causing:

  • Variable numbers of point additions and doublings
  • Data-dependent memory access patterns
  • Conditional branching based on secret values

These variations manifest as detectable electromagnetic emissions that can be captured using specialized equipment positioned near the target device.

Attack Vector

The attack requires physical proximity to the target device to capture electromagnetic emanations during cryptographic operations. An attacker would need to:

  1. Position EM sensing equipment near the victim's device
  2. Trigger or observe multiple ECDSA signature operations
  3. Collect EM traces from these operations
  4. Apply signal processing to extract nonce bit information
  5. Use lattice reduction techniques (such as Hidden Number Problem solvers) to recover the private key

While this attack requires sophisticated equipment and expertise, it is feasible for well-resourced adversaries targeting high-value systems. The attack is particularly concerning for shared computing environments, portable devices, or scenarios where physical proximity cannot be controlled.

Detection Methods for CVE-2020-6829

Indicators of Compromise

  • Unusual electromagnetic emissions near computing devices during cryptographic operations
  • Unexplained physical access to systems or computing infrastructure
  • Discovery of EM capture equipment in proximity to sensitive systems
  • Signs of physical tampering or unauthorized devices near workstations

Detection Strategies

  • Monitor Firefox version deployments across the organization to identify unpatched instances
  • Implement software inventory management to track browser versions below 80
  • Utilize endpoint detection tools to flag outdated browser installations
  • Review physical security controls in environments handling sensitive cryptographic operations

Monitoring Recommendations

  • Establish browser version compliance monitoring and alerting
  • Implement physical security monitoring in data centers and high-security areas
  • Deploy network-based detection for unpatched browser connections to sensitive resources
  • Review and audit cryptographic operations logs for anomalous patterns

How to Mitigate CVE-2020-6829

Immediate Actions Required

  • Update Mozilla Firefox to version 80 or later immediately
  • Update Mozilla Firefox for Android to version 80 or later
  • Audit all systems for browser version compliance
  • Review physical security measures for systems handling sensitive cryptographic operations
  • Consider temporary restrictions on ECDSA-based authentication from unpatched browsers

Patch Information

Mozilla has addressed this vulnerability in Firefox version 80 and Firefox for Android version 80. The fix implements constant-time scalar multiplication algorithms that eliminate the data-dependent variations exploitable through side-channel analysis.

For detailed information about the security patches, refer to:

  • Mozilla Security Advisory MFSA 2020-36
  • Mozilla Security Advisory MFSA 2020-39

Additional technical details are available in the Mozilla Bug Report #1631583.

Workarounds

  • Deploy updated Firefox versions across all managed endpoints as the primary remediation
  • Implement physical access controls to limit potential EM side-channel capture opportunities
  • Consider network segmentation to isolate unpatched browsers from sensitive resources
  • Use alternative browsers with patched cryptographic implementations if Firefox updates cannot be immediately deployed
  • Evaluate temporary disabling of ECDSA-based authentication mechanisms until patches are applied
bash
# Verify Firefox version on Linux systems
firefox --version

# Check for Firefox processes and versions on enterprise systems
ps aux | grep -i firefox

# Update Firefox via package manager (Debian/Ubuntu)
sudo apt update && sudo apt upgrade firefox

# Update Firefox via package manager (RHEL/CentOS/Fedora)
sudo dnf update firefox

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 Score5.3

  • EPSS Probability0.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Mozilla Bug Report #1631583

  • Debian LTS Announcement
  • Vendor Resources
  • Mozilla Security Advisory MFSA 2020-36

  • Mozilla Security Advisory MFSA 2020-39
  • Related CVEs
  • CVE-2026-4712: Mozilla Firefox Information Disclosure Bug

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

  • CVE-2026-2794: Mozilla Firefox Information Disclosure

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