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
    • 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-2022-0547

CVE-2022-0547: OpenVPN Authentication Bypass Vulnerability

CVE-2022-0547 is an authentication bypass flaw in OpenVPN affecting versions 2.1 through 2.4.12 and 2.5.6. Attackers can gain access with partial credentials. This article covers technical details, impact, and fixes.

Published: February 17, 2026

CVE-2022-0547 Overview

CVE-2022-0547 is a critical authentication bypass vulnerability affecting OpenVPN versions 2.1 through v2.4.12 and v2.5.6. The vulnerability exists in the handling of external authentication plug-ins when multiple plug-ins utilize deferred authentication replies. This flaw allows an external attacker to gain unauthorized VPN access with only partially correct credentials, effectively bypassing the intended multi-factor or multi-plugin authentication mechanism.

Critical Impact

This authentication bypass allows attackers to gain unauthorized network access to protected VPN resources with incomplete credentials, potentially compromising entire enterprise networks.

Affected Products

  • OpenVPN versions 2.1 through v2.4.12
  • OpenVPN versions 2.5.x through v2.5.6
  • Fedora 34 and Fedora 36 (bundled OpenVPN packages)
  • Debian Linux 9.0 (bundled OpenVPN packages)

Discovery Timeline

  • 2022-03-18 - CVE-2022-0547 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-0547

Vulnerability Analysis

This vulnerability is classified under CWE-305 (Authentication Bypass by Primary Weakness) and CWE-287 (Improper Authentication). The core issue lies in how OpenVPN processes authentication responses from multiple external authentication plug-ins that implement deferred authentication.

When OpenVPN is configured with multiple authentication plug-ins that use deferred authentication replies, the server fails to properly aggregate and validate all authentication responses before granting access. An attacker can exploit this race condition to authenticate successfully by satisfying only one plug-in's requirements while bypassing others.

The vulnerability is particularly dangerous in enterprise environments where defense-in-depth authentication strategies employ multiple plug-ins, such as combining LDAP authentication with TOTP (Time-based One-Time Password) or certificate-based authentication. Organizations relying on this layered authentication approach may unknowingly be vulnerable to single-factor bypass.

Root Cause

The root cause stems from improper state management in OpenVPN's authentication handler when processing deferred authentication responses from multiple plug-ins. The authentication state machine does not correctly track which plug-ins have successfully authenticated versus which are still pending, allowing premature session establishment.

When a deferred authentication response arrives, OpenVPN's logic incorrectly interprets a successful response from any single plug-in as sufficient for granting access, rather than requiring success from all configured authentication plug-ins. This logical flaw creates an authentication bypass condition where partial credentials suffice.

Attack Vector

The attack can be executed remotely over the network without requiring any prior authentication or user interaction. An attacker needs:

  1. Network access to the target OpenVPN server
  2. Knowledge that the server uses multiple external authentication plug-ins with deferred authentication
  3. Valid credentials for at least one authentication plug-in

The attack involves initiating a VPN connection and providing credentials that satisfy only one of the configured authentication plug-ins. Due to the timing issue with deferred authentication handling, the server may grant access before receiving and validating responses from all authentication plug-ins.

The attack does not require special privileges on the target system, making it particularly accessible to external threat actors targeting VPN infrastructure.

Detection Methods for CVE-2022-0547

Indicators of Compromise

  • Authentication log entries showing successful VPN connections with incomplete multi-factor authentication
  • Unusual patterns of rapid authentication attempts followed by successful connections
  • VPN sessions established without expected authentication plug-in validation entries
  • Discrepancies between authentication plug-in logs showing partial authentication success

Detection Strategies

  • Monitor OpenVPN server logs for authentication events that lack expected multi-plugin verification entries
  • Implement correlation rules to detect VPN sessions where not all configured authentication plug-ins recorded successful validation
  • Deploy network monitoring to identify connection patterns consistent with authentication bypass attempts
  • Review authentication plug-in logs for timing anomalies suggesting deferred authentication race conditions

Monitoring Recommendations

  • Enable verbose logging on OpenVPN servers to capture detailed authentication flow information
  • Configure SIEM alerts for VPN authentication events missing expected authentication plug-in confirmations
  • Monitor for unusual VPN connection patterns from unexpected geographic locations or IP ranges
  • Implement real-time alerting on authentication plug-in errors or timeout conditions

How to Mitigate CVE-2022-0547

Immediate Actions Required

  • Upgrade OpenVPN to version 2.4.12 or 2.5.6 or later immediately
  • Audit current OpenVPN configurations to identify servers using multiple external authentication plug-ins with deferred authentication
  • Review VPN access logs for potential exploitation indicators
  • Consider temporarily reducing to a single authentication plug-in until patching is complete

Patch Information

OpenVPN has released patched versions addressing this vulnerability. Organizations should upgrade to:

  • OpenVPN 2.4.x branch: Upgrade to version 2.4.12 or later
  • OpenVPN 2.5.x branch: Upgrade to version 2.5.6 or later

Patches are available through the OpenVPN Community Downloads page. Linux distributions including Fedora and Debian have also released updated packages. For detailed information, refer to the OpenVPN CVE-2022-0547 Details page and OpenVPN Security Announcements.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling deferred authentication in external plug-ins
  • Reduce the number of authentication plug-ins to a single plug-in until the patch can be applied
  • Implement additional network-level access controls to restrict VPN server exposure
  • Enable enhanced logging and monitoring to detect potential exploitation attempts
bash
# Verify OpenVPN version to ensure patched version is installed
openvpn --version

# Example: Restart OpenVPN service after upgrade (systemd)
sudo systemctl restart openvpn@server

# Review authentication plug-in configuration in server.conf
grep -E "^plugin|^auth-user-pass-verify" /etc/openvpn/server.conf

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenvpn

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.60%

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

  • CWE-287
  • Technical References
  • Debian LTS Announce May 2022

  • Fedora Package Announcement May 2022

  • Fedora Package Announcement March 2022

  • Debian LTS Announce March 2025
  • Vendor Resources
  • OpenVPN CVE-2022-0547 Details

  • OpenVPN Security Announcements

  • OpenVPN Community Downloads
  • Related CVEs
  • CVE-2024-28882: OpenVPN Auth Bypass Vulnerability

  • CVE-2024-24974: OpenVPN Auth Bypass Vulnerability

  • CVE-2020-15078: OpenVPN Auth Bypass Vulnerability

  • CVE-2024-1490: WAGO PLC OpenVPN RCE 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