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

CVE-2020-1968: OpenSSL Raccoon Attack Vulnerability

CVE-2020-1968 is an information disclosure flaw in OpenSSL known as the Raccoon attack. It exploits TLS DH ciphersuites to expose encrypted data. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-1968 Overview

CVE-2020-1968, known as the "Raccoon attack," is a timing side-channel vulnerability in the TLS specification that affects implementations using Diffie-Hellman (DH) based ciphersuites. This vulnerability allows an attacker to compute the pre-master secret in TLS connections by exploiting subtle timing differences during the key exchange process. The attack can only succeed when an implementation re-uses a DH secret across multiple TLS connections, enabling attackers to eavesdrop on all encrypted communications sent over the compromised TLS connection.

Critical Impact

Successful exploitation allows attackers to decrypt TLS traffic and eavesdrop on sensitive communications when DH ciphersuites are used with secret reuse.

Affected Products

  • OpenSSL 1.0.2 through 1.0.2v
  • Canonical Ubuntu Linux 16.04 LTS and 18.04 LTS
  • Debian Linux 9.0
  • Oracle JD Edwards World Security A9.4
  • Oracle PeopleSoft Enterprise PeopleTools 8.56, 8.57, 8.58
  • Oracle Ethernet Switch firmware (ES2-64, ES2-72, ES1-24, TOR-72)
  • Fujitsu M10 and M12 series firmware

Discovery Timeline

  • September 9, 2020 - CVE-2020-1968 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-1968

Vulnerability Analysis

The Raccoon attack targets a fundamental weakness in how TLS handles Diffie-Hellman key exchanges. During the TLS handshake, when a DH-based ciphersuite is negotiated, the pre-master secret is derived from the shared DH value. The vulnerability arises because the TLS specification does not adequately prevent timing side-channel leakage during this process.

When implementations re-use DH secrets across multiple TLS connections, an attacker positioned to observe network traffic can measure subtle timing variations in server responses. These timing differences correlate with the leading bytes of the pre-master secret. By collecting numerous timing measurements across many connections using the same DH secret, an attacker can statistically recover enough information to compute the complete pre-master secret.

It is important to note that ECDH (Elliptic Curve Diffie-Hellman) ciphersuites are not affected by this vulnerability. OpenSSL 1.1.1 is also not vulnerable, as it does not re-use DH secrets in a manner that enables this attack.

Root Cause

The root cause is classified as CWE-203 (Observable Discrepancy), which occurs when the product behaves differently based on secret values in a way that is observable to an attacker. In this case, the TLS implementation's handling of DH key exchanges creates measurable timing differences that leak information about the pre-master secret when DH secrets are reused across multiple connections.

Attack Vector

The attack requires a network-based adversary capable of performing man-in-the-middle positioning to observe and measure TLS handshake timing. The attacker must:

  1. Position themselves to intercept TLS connections using DH ciphersuites
  2. Collect timing measurements from multiple connections that reuse the same DH secret
  3. Perform statistical analysis on timing data to extract leading bytes of the pre-master secret
  4. Use recovered information to compute the complete pre-master secret and decrypt traffic

The attack complexity is high as it requires precise timing measurements and statistical analysis across numerous connections. No privileges or user interaction are required from the target.

Detection Methods for CVE-2020-1968

Indicators of Compromise

  • Unusual patterns of repeated TLS connection attempts to the same server endpoint
  • Network traffic analysis showing DH-based ciphersuite negotiation with legacy OpenSSL versions
  • Presence of OpenSSL 1.0.2 versions prior to 1.0.2w in production environments

Detection Strategies

  • Audit TLS configurations to identify systems using DH ciphersuites with vulnerable OpenSSL versions
  • Monitor for OpenSSL version 1.0.2 through 1.0.2v in software inventory scans
  • Review TLS handshake logs for DH ciphersuite usage patterns

Monitoring Recommendations

  • Implement network monitoring to detect high-frequency TLS handshake attempts that could indicate timing attacks
  • Deploy TLS inspection capabilities to identify vulnerable ciphersuite negotiations
  • Enable verbose logging on critical TLS-terminating infrastructure

How to Mitigate CVE-2020-1968

Immediate Actions Required

  • Upgrade OpenSSL 1.0.2 installations to version 1.0.2w or migrate to OpenSSL 1.1.1 (recommended)
  • Disable DH-based ciphersuites in favor of ECDH ciphersuites where possible
  • Review and update TLS configurations on all affected systems including enterprise applications and network devices

Patch Information

OpenSSL has released version 1.0.2w to address this vulnerability. However, OpenSSL 1.0.2 is out of support and no longer receives public updates. Organizations should migrate to OpenSSL 1.1.1 or later versions, which are not affected by this vulnerability.

For detailed patch information, refer to the OpenSSL Security Advisory.

Additional vendor advisories:

  • Ubuntu Security Notice USN-4504-1
  • Debian LTS Announcement
  • Oracle CPU January 2021 Alert
  • NetApp Security Advisory

Workarounds

  • Configure TLS servers to prefer ECDH ciphersuites over DH ciphersuites
  • Disable static DH ciphersuites and ensure ephemeral DH (DHE) key generation occurs per-connection
  • Consider implementing TLS 1.3 which eliminates the vulnerable key exchange patterns
bash
# Disable DH ciphersuites in OpenSSL configuration
# Add to openssl.cnf or server configuration
CipherString = ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:!DH:!DHE

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenssl

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.84%

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

  • Gentoo GLSA 202210-02

  • NetApp Security Advisory

  • Ubuntu Security Notice USN-4504-1

  • Oracle CPU January 2021 Alert
  • Vendor Resources
  • OpenSSL Security Advisory

  • Oracle CPU July 2021 Alert

  • Oracle CPU April 2021 Alert

  • Oracle CPU April 2022 Alert

  • Oracle CPU October 2021 Alert
  • Related CVEs
  • CVE-2026-31790: OpenSSL Information Disclosure Flaw

  • CVE-2026-2673: OpenSSL TLS 1.3 Key Exchange Vulnerability

  • CVE-2025-69418: OpenSSL OCB Information Disclosure Flaw

  • CVE-2025-15469: OpenSSL Dgst Data Truncation Vulnerability
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