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
    • 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-2023-6135

CVE-2023-6135: Mozilla Firefox Information Disclosure Flaw

CVE-2023-6135 is an information disclosure vulnerability in Mozilla Firefox caused by a side-channel attack on NSS NIST curves that could allow attackers to recover private keys. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: February 4, 2026

CVE-2023-6135 Overview

CVE-2023-6135 is a side-channel vulnerability affecting Mozilla's Network Security Services (NSS) cryptographic library used in Firefox. Multiple NIST elliptic curves implemented in NSS were found susceptible to a timing-based side-channel attack known as "Minerva." This vulnerability could potentially allow an attacker to recover private keys used in ECDSA (Elliptic Curve Digital Signature Algorithm) operations by observing timing variations during cryptographic computations.

Critical Impact

Successful exploitation could lead to the recovery of ECDSA private keys, potentially compromising TLS connections, digital signatures, and other cryptographic operations relying on the affected elliptic curves.

Affected Products

  • Mozilla Firefox versions prior to 121
  • Network Security Services (NSS) cryptographic library
  • Applications utilizing vulnerable NSS implementations

Discovery Timeline

  • 2023-12-19 - CVE-2023-6135 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-6135

Vulnerability Analysis

The Minerva attack exploits timing side-channels in the implementation of NIST elliptic curves within Mozilla's NSS library. Side-channel attacks leverage observable physical characteristics of a system's computation—such as timing differences, power consumption, or electromagnetic emissions—rather than exploiting direct software flaws.

In this case, the ECDSA signing operations in NSS exhibited measurable timing variations that correlated with the secret scalar values (nonces) used during signature generation. By collecting multiple signatures and analyzing the timing data, an attacker could potentially apply lattice-based cryptanalysis techniques to recover the private signing key.

The vulnerability is classified under CWE-203 (Observable Discrepancy), which describes conditions where the behavior of a system differs in a way that reveals information about the system's internal state. For cryptographic implementations, such discrepancies can have severe consequences, as they may leak bits of secret key material over time.

Root Cause

The root cause of this vulnerability lies in non-constant-time implementations of elliptic curve scalar multiplication operations within NSS. When processing ECDSA signatures, the code paths and execution times varied depending on the values of the secret nonce and potentially the private key bits. This timing variance created an observable side-channel that could be measured remotely over a network connection.

Specifically, the implementation of modular arithmetic operations on NIST curves (such as P-256, P-384, and P-521) did not adequately protect against timing analysis. Operations like conditional branches, table lookups, and variable-time arithmetic introduced exploitable timing differences.

Attack Vector

The Minerva attack can be executed remotely over a network connection. An attacker positioned to observe timing characteristics of TLS handshakes or other ECDSA signing operations could collect sufficient timing samples to perform the attack. The attack requires:

  1. Network access - The attacker must be able to communicate with the target system and measure response times
  2. Multiple signature observations - Collecting timing data from numerous ECDSA signing operations
  3. Statistical analysis - Processing collected timing samples to extract information about secret nonce values
  4. Lattice reduction - Applying mathematical techniques to recover the private key from partial nonce information

The attack does not require user interaction beyond normal browsing activity that triggers ECDSA operations. The vulnerability affects the confidentiality of private keys but does not directly impact integrity or availability.

For detailed technical analysis, refer to the Bugzilla Report #1853908 and the Mozilla Security Advisory MFSA-2023-56.

Detection Methods for CVE-2023-6135

Indicators of Compromise

  • Unusual patterns of repeated TLS handshake attempts from the same source targeting ECDSA cipher suites
  • High volumes of connection attempts with abnormal timing measurement characteristics
  • Network traffic patterns consistent with timing oracle attacks against cryptographic endpoints
  • Suspicious monitoring of TLS connection establishment phases

Detection Strategies

  • Monitor for anomalous connection patterns targeting services using ECDSA-based TLS certificates
  • Implement intrusion detection rules to identify potential timing attack reconnaissance
  • Audit network logs for repeated connection attempts with minimal data transfer typical of timing attacks
  • Review system logs for unusual cryptographic operation frequencies

Monitoring Recommendations

  • Deploy network monitoring to track TLS handshake patterns and connection frequencies
  • Establish baseline metrics for cryptographic operation timing to detect anomalous measurement activity
  • Implement alerting for unusual volumes of failed or aborted TLS connections
  • Monitor for traffic patterns indicating systematic timing measurement attempts

How to Mitigate CVE-2023-6135

Immediate Actions Required

  • Update Mozilla Firefox to version 121 or later immediately
  • Update any applications or services utilizing the NSS library to patched versions
  • Review cryptographic configurations to identify reliance on affected NIST curves
  • Consider temporarily switching to non-ECDSA cipher suites while updates are deployed

Patch Information

Mozilla has released Firefox version 121 which addresses this vulnerability with constant-time implementations of the affected elliptic curve operations. The fix ensures that cryptographic operations execute in uniform time regardless of secret values, eliminating the timing side-channel. Users should update through their standard Firefox update mechanism or download the latest version directly from Mozilla.

For detailed patch information, see the Mozilla Security Advisory MFSA-2023-56. Linux distributions such as Gentoo have also released updates as documented in Gentoo GLSA 202401-10.

Workarounds

  • Configure TLS to prefer non-ECDSA cipher suites until patches are applied
  • Implement network-level rate limiting to impede timing attack data collection
  • Reduce exposure by limiting network access to services performing ECDSA operations
  • Consider using hardware security modules (HSMs) with side-channel resistant implementations for critical operations
bash
# Firefox update verification
# Check Firefox version to confirm patch status
firefox --version
# Expected output: Mozilla Firefox 121.0 or higher

# For Linux systems, verify NSS library version
rpm -qa | grep nss  # RHEL/Fedora
dpkg -l | grep libnss  # Debian/Ubuntu

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

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-203
  • Technical References
  • Bugzilla Report #1853908

  • Gentoo GLSA 202401-10
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2023-56
  • 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