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

CVE-2020-11810: OpenVPN Denial of Service Vulnerability

CVE-2020-11810 is a denial of service vulnerability in OpenVPN 2.4.x that allows attackers to drop victim connections by injecting packets. This article covers technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-11810 Overview

A race condition vulnerability exists in OpenVPN 2.4.x before version 2.4.9 that allows an attacker to inject a data channel v2 (P_DATA_V2) packet using a victim's peer-id, resulting in denial of service. The vulnerability exploits a timing window during the VPN connection initialization phase when Negotiable Cipher Parameters (NCP) is in use.

Critical Impact

An attacker can drop victim VPN connections by exploiting the small timing window between client connection initiation and server PUSH_REPLY response, disrupting secure communications.

Affected Products

  • OpenVPN 2.4.x (versions prior to 2.4.9)
  • Debian Linux 8.0, 9.0, and 10.0
  • Fedora 30 and 32

Discovery Timeline

  • 2020-04-27 - CVE-2020-11810 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-11810

Vulnerability Analysis

This vulnerability is classified as a race condition (CWE-362) that occurs during the OpenVPN connection establishment phase. The flaw exists in how OpenVPN processes incoming P_DATA_V2 packets before the data channel crypto parameters have been fully initialized. Under normal circumstances, injected packets with a spoofed peer-id would be dropped. However, when an attacker carefully times the packet injection to arrive during the brief initialization window (typically a few seconds), the victim's VPN connection is terminated.

The attack requires network access and precise timing to exploit the narrow window between when a client initiates its connection and when the server sends the PUSH_REPLY response. This timing-dependent nature makes exploitation challenging but still feasible, particularly in environments where connection timing can be observed or predicted.

Root Cause

The root cause lies in the multi.c source file where the multi_process_float() function was being called without properly validating that the packet had been successfully decrypted. The vulnerability stems from insufficient validation during the client "float" operation—a mechanism that allows clients to change their source address during an active session. When a P_DATA_V2 packet arrives before crypto initialization completes, the code incorrectly processes the float operation, leading to connection termination.

Attack Vector

The attack exploits the network-accessible OpenVPN service by requiring the attacker to:

  1. Obtain or predict a victim's peer-id value
  2. Craft a malicious P_DATA_V2 packet with the spoofed peer-id
  3. Time the packet injection to arrive during the crypto initialization window
  4. The vulnerability only manifests when NCP (Negotiable Cipher Parameters) is enabled

The patch adds a crucial validation check to ensure packets have non-zero length (indicating successful decryption) before processing the float operation:

c
             orig_buf = c->c2.buf.data;
             if (process_incoming_link_part1(c, lsi, floated))
             {
-                if (floated)
+                /* nonzero length means that we have a valid, decrypted packed */
+                if (floated && c->c2.buf.len > 0)
                 {
                     multi_process_float(m, m->pending);
                 }

Source: OpenVPN Commit 37bc691e7d26

Detection Methods for CVE-2020-11810

Indicators of Compromise

  • Unexpected VPN connection drops occurring during the initial connection handshake phase
  • Multiple P_DATA_V2 packets arriving from sources other than legitimate client IP addresses
  • Anomalous connection termination patterns correlating with new client connection attempts

Detection Strategies

  • Monitor OpenVPN server logs for connection failures occurring within seconds of connection initiation
  • Implement network-level packet inspection to detect P_DATA_V2 packets with potentially spoofed peer-ids
  • Deploy anomaly detection for unusual patterns of connection drops affecting specific clients

Monitoring Recommendations

  • Enable verbose logging on OpenVPN servers to capture connection establishment failures
  • Set up alerting for abnormal rates of client connection terminations during the initialization phase
  • Monitor for network traffic patterns indicative of timing-based attacks against VPN infrastructure

How to Mitigate CVE-2020-11810

Immediate Actions Required

  • Upgrade OpenVPN to version 2.4.9 or later immediately on all affected systems
  • Review VPN server logs for signs of exploitation attempts
  • Consider temporarily disabling NCP if immediate patching is not possible (note: this reduces cipher flexibility)

Patch Information

OpenVPN has released version 2.4.9 which addresses this vulnerability. The fix adds validation to ensure that the data channel packet has been properly decrypted (indicated by non-zero buffer length) before processing client float operations. Detailed patch information is available through the OpenVPN Ticket #1272 and the OpenVPN Patch Submission #1079.

For Debian systems, refer to the Debian CVE Tracker for distribution-specific updates. Fedora users should check the Fedora package announcements for updated packages.

Workarounds

  • If immediate patching is not feasible, consider temporarily disabling NCP by setting ncp-disable in the server configuration (impacts cipher negotiation flexibility)
  • Implement network-level rate limiting on incoming connections to reduce attack surface
  • Deploy intrusion detection systems to monitor for suspicious P_DATA_V2 packet patterns
bash
# Configuration example - Temporary NCP disable (not recommended long-term)
# Add to OpenVPN server configuration
ncp-disable

# Verify OpenVPN version after upgrade
openvpn --version

# Restart OpenVPN service after configuration changes
systemctl restart openvpn@server

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenvpn

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability2.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-362
  • Technical References
  • SUSE Bug Report #1169925

  • Debian LTS Announcement May 2022

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian CVE Tracker CVE-2020-11810
  • Vendor Resources
  • OpenVPN Ticket #1272

  • OpenVPN Commit 37bc691e7d26

  • OpenVPN Patch Submission #1079
  • Related CVEs
  • CVE-2025-15497: OpenVPN Denial of Service Vulnerability

  • CVE-2025-13086: OpenVPN Denial of Service Vulnerability

  • CVE-2025-2704: OpenVPN DoS Vulnerability

  • CVE-2023-46849: OpenVPN Denial of Service 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