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-5388

CVE-2023-5388: Mozilla Firefox Information Disclosure Flaw

CVE-2023-5388 is an information disclosure vulnerability in Mozilla Firefox caused by a timing side-channel attack in NSS during RSA decryption. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-5388 Overview

CVE-2023-5388 is a timing side-channel vulnerability in Mozilla's Network Security Services (NSS) library that affects RSA decryption operations. The flaw allows attackers to potentially recover private cryptographic data by measuring timing variations during RSA decryption processes. This vulnerability impacts Firefox, Firefox ESR, and Thunderbird, as well as Debian Linux distributions that utilize the affected NSS library.

Critical Impact

Attackers can exploit timing variations in RSA decryption to potentially recover private cryptographic keys, compromising encrypted communications and sensitive data.

Affected Products

  • Mozilla Firefox versions prior to 124
  • Mozilla Firefox ESR versions prior to 115.9
  • Mozilla Thunderbird versions prior to 115.9
  • Debian Linux 10.0

Discovery Timeline

  • March 19, 2024 - CVE-2023-5388 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2023-5388

Vulnerability Analysis

This vulnerability falls under CWE-203 (Observable Discrepancy), which describes flaws where an attacker can gain sensitive information by observing differences in system behavior. In the case of CVE-2023-5388, the NSS cryptographic library exhibits measurable timing differences when performing RSA decryption operations.

The attack exploits the fundamental weakness in non-constant-time implementations of RSA decryption. When the decryption process varies in execution time based on the input ciphertext or the private key being used, an attacker can collect multiple timing measurements and use statistical analysis to deduce information about the private key.

This type of timing side-channel attack is particularly concerning in networked environments where an attacker can repeatedly trigger decryption operations and measure response times over the network.

Root Cause

The root cause lies in the RSA decryption implementation within the NSS library not executing in constant time. Certain mathematical operations within the decryption algorithm, such as modular exponentiation and reduction steps, exhibit timing variations dependent on the values being processed. These timing leaks accumulate across multiple operations, eventually providing enough information for an attacker to reconstruct portions of the private key material.

Attack Vector

The attack is network-accessible, requiring no authentication or user interaction. An attacker can exploit this vulnerability remotely by:

  1. Initiating multiple TLS connections to a vulnerable server or intercepting encrypted traffic
  2. Sending crafted ciphertexts designed to maximize timing differences
  3. Measuring the time taken for each RSA decryption operation
  4. Applying statistical analysis techniques (such as Bleichenbacher-style attacks) to correlate timing variations with private key bits
  5. Reconstructing sufficient private key material to compromise encrypted communications

The attack does not require special privileges and can be conducted passively or actively depending on the deployment scenario.

Detection Methods for CVE-2023-5388

Indicators of Compromise

  • Unusual patterns of repeated TLS handshakes or connection attempts from single source addresses
  • Abnormal volumes of encrypted traffic targeting specific services
  • Evidence of timing measurement tools or side-channel analysis frameworks in network captures
  • Unexpected RSA decryption failures or error rates in server logs

Detection Strategies

  • Monitor for statistically anomalous connection patterns that may indicate timing oracle attacks
  • Implement network intrusion detection rules to identify rapid, repetitive TLS handshake attempts
  • Review NSS library versions deployed across the environment and flag unpatched instances
  • Analyze application logs for patterns consistent with cryptographic oracle probing

Monitoring Recommendations

  • Deploy continuous vulnerability scanning to identify systems running affected Firefox, Thunderbird, or NSS versions
  • Configure alerting for unusual TLS negotiation patterns that could indicate active exploitation attempts
  • Establish baseline timing metrics for cryptographic operations to detect anomalies
  • Monitor Mozilla security advisories and Debian security announcements for related updates

How to Mitigate CVE-2023-5388

Immediate Actions Required

  • Update Firefox to version 124 or later immediately
  • Update Firefox ESR to version 115.9 or later
  • Update Thunderbird to version 115.9 or later
  • Apply Debian security updates for affected packages on Debian Linux 10.0 systems
  • Review and update any applications or services that depend on the NSS library

Patch Information

Mozilla has addressed this vulnerability in the following releases:

  • Firefox 124 - Full release with NSS timing side-channel fix
  • Firefox ESR 115.9 - Extended Support Release with the security patch
  • Thunderbird 115.9 - Email client update addressing the vulnerability

For detailed patch information, refer to Mozilla Security Advisory MFSA-2024-12, Mozilla Security Advisory MFSA-2024-13, and Mozilla Security Advisory MFSA-2024-14. The original bug report is tracked at Mozilla Bug Report #1780432.

Debian Linux users should consult the Debian LTS security announcements for package updates.

Workarounds

  • Prioritize updating to patched versions as no direct workaround exists for this cryptographic vulnerability
  • Consider disabling RSA-based cipher suites temporarily in favor of ECDHE-based alternatives where possible
  • Implement additional network-level controls to limit exposure of vulnerable services
  • Monitor for exploitation attempts while patching is in progress
bash
# Verify Firefox version on Linux systems
firefox --version

# Check Thunderbird version
thunderbird --version

# For Debian systems, check NSS library version
dpkg -l | grep libnss3

# Update packages on Debian-based systems
sudo apt update && sudo apt upgrade libnss3 firefox-esr thunderbird

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.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-203
  • Technical References
  • Debian LTS Announcement March 2024

  • Debian LTS Announcement March 2024

  • Debian LTS Announcement March 2024
  • Vendor Resources
  • Mozilla Bug Report #1780432

  • Mozilla Security Advisory MFSA-2024-12

  • Mozilla Security Advisory MFSA-2024-13

  • Mozilla Security Advisory MFSA-2024-14
  • 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