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-2020-25648

CVE-2020-25648: Mozilla NSS TLS 1.3 DoS Vulnerability

CVE-2020-25648 is a denial of service vulnerability in Mozilla Network Security Services affecting TLS 1.3 implementations. Attackers can send multiple CCS messages to crash NSS servers. This article covers affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-25648 Overview

A flaw was found in the way Mozilla Network Security Services (NSS) handled CCS (ChangeCipherSpec) messages in TLS 1.3. This vulnerability allows a remote attacker to send multiple CCS messages, causing a denial of service condition for servers compiled with the NSS library. The highest threat from this vulnerability is to system availability, as it can render affected services unresponsive.

Critical Impact

Remote attackers can exploit this vulnerability to cause denial of service on TLS 1.3 servers using NSS versions prior to 3.58, potentially disrupting critical services without authentication.

Affected Products

  • Mozilla Network Security Services (versions before 3.58)
  • Red Hat Enterprise Linux 7.0 and 8.0
  • Fedora 31, 32, and 33
  • Oracle Communications Offline Mediation Controller 12.0.0.3.0
  • Oracle Communications Pricing Design Center 12.0.0.3.0
  • Oracle JD Edwards EnterpriseOne Tools

Discovery Timeline

  • October 20, 2020 - CVE-2020-25648 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-25648

Vulnerability Analysis

This vulnerability (CWE-770: Allocation of Resources Without Limits or Throttling) exists in how NSS processes ChangeCipherSpec messages during TLS 1.3 handshakes. In the TLS 1.3 protocol, CCS messages are handled differently than in previous versions, primarily for backward compatibility. The NSS library fails to properly limit or validate the number of CCS messages it will accept during a connection establishment, allowing an attacker to exhaust server resources by flooding it with these messages.

The attack can be executed remotely over the network without any authentication or user interaction, making it particularly dangerous for internet-facing services. The vulnerability specifically impacts availability without affecting confidentiality or integrity of the system.

Root Cause

The root cause of CVE-2020-25648 lies in the improper resource allocation handling within the NSS TLS implementation. When processing TLS 1.3 connections, the library does not enforce adequate limits on the number of ChangeCipherSpec messages it will accept from a client. This oversight allows an attacker to send an excessive number of CCS messages, consuming server resources such as memory and CPU cycles. The lack of throttling mechanisms means that the server continues to process these messages until resources are exhausted, resulting in a denial of service condition.

Attack Vector

The attack is network-based and can be executed by any remote attacker who can establish a TCP connection with the target server. The attacker initiates a TLS 1.3 handshake and sends multiple CCS messages in rapid succession. Since the NSS library does not properly restrict or rate-limit these messages, each message consumes processing resources. The cumulative effect of processing numerous CCS messages leads to resource exhaustion on the server, ultimately causing legitimate connections to be denied or the service to become unresponsive.

The attack requires no authentication, no user interaction, and can be automated to target multiple servers simultaneously. Any application or service that uses NSS for TLS operations and accepts connections over the network is potentially vulnerable.

Detection Methods for CVE-2020-25648

Indicators of Compromise

  • Unusual volume of TLS handshake attempts originating from single or multiple IP addresses
  • Server logs showing repeated TLS connection failures or incomplete handshakes
  • Elevated CPU and memory utilization on servers handling TLS connections
  • Network traffic analysis revealing abnormal patterns of CCS messages within TLS sessions

Detection Strategies

  • Monitor network traffic for anomalous TLS handshake patterns, particularly excessive ChangeCipherSpec messages
  • Implement intrusion detection rules to flag connections with unusually high numbers of CCS messages during TLS 1.3 handshakes
  • Use application performance monitoring to detect degradation in TLS-enabled services that may indicate an ongoing attack
  • Review system logs for NSS-related errors or warnings that may indicate exploitation attempts

Monitoring Recommendations

  • Configure network monitoring tools to alert on unusual TLS traffic patterns targeting critical infrastructure
  • Establish baseline metrics for TLS handshake volumes and set alerts for deviations that could indicate attack activity
  • Deploy SentinelOne Singularity platform to monitor endpoint behavior and detect resource exhaustion patterns indicative of DoS attacks
  • Implement continuous monitoring of service availability for applications using NSS libraries

How to Mitigate CVE-2020-25648

Immediate Actions Required

  • Upgrade Mozilla Network Security Services to version 3.58 or later to address this vulnerability
  • Apply vendor-specific patches for affected systems including Red Hat Enterprise Linux, Fedora, and Oracle products
  • Implement network-level rate limiting to mitigate potential exploitation before patches can be applied
  • Review and audit all systems using NSS libraries to identify vulnerable deployments

Patch Information

Mozilla has addressed this vulnerability in NSS version 3.58. The fix implements proper handling and limiting of CCS messages in TLS 1.3 connections. Organizations should update to this version or later as documented in the Mozilla NSS 3.58 Release Notes.

For Red Hat Enterprise Linux systems, consult the Red Hat Bug Report for patch availability and installation instructions. Oracle users should refer to the Oracle July 2021 CPU Alert, Oracle October 2021 CPU Alert, and Oracle April 2022 CPU Alert for patches addressing affected Oracle products.

Workarounds

  • Implement network-level protections such as rate limiting on TLS connections to reduce the impact of flooding attacks
  • Use firewall rules to restrict access to TLS services to trusted IP ranges where feasible
  • Consider deploying a reverse proxy or load balancer with DDoS protection capabilities in front of vulnerable services
  • Monitor and temporarily block IP addresses exhibiting suspicious connection patterns until patches can be applied
bash
# Example: Rate limiting TLS connections using iptables
iptables -A INPUT -p tcp --dport 443 -m connlimit --connlimit-above 50 --connlimit-mask 32 -j DROP
iptables -A INPUT -p tcp --dport 443 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 443 -m state --state NEW -m recent --update --seconds 60 --hitcount 100 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMozilla Network Security Services

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Red Hat Bug Report

  • Apache Mina Development Thread

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Oracle April 2022 CPU Alert
  • Vendor Resources
  • Mozilla NSS 3.58 Release Notes

  • Oracle July 2021 CPU Alert

  • Oracle October 2021 CPU Alert
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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