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-2024-8474

CVE-2024-8474: OpenVPN Connect Information Disclosure Flaw

CVE-2024-8474 is an information disclosure vulnerability in OpenVPN Connect where clear-text private keys are logged, allowing attackers to decrypt VPN traffic. This article covers technical details, affected versions, and steps.

Updated: January 22, 2026

CVE-2024-8474 Overview

CVE-2024-8474 is a sensitive data exposure vulnerability affecting OpenVPN Connect for Android. The application logs the configuration profile's clear-text private key, which an unauthorized actor can use to decrypt VPN traffic. This information disclosure flaw enables attackers with access to application logs to compromise the confidentiality of VPN communications.

Critical Impact

Exposure of clear-text private keys in application logs allows attackers to decrypt VPN traffic, completely undermining the security of encrypted communications.

Affected Products

  • OpenVPN Connect for Android versions prior to 3.5.0

Discovery Timeline

  • January 6, 2025 - CVE-2024-8474 published to NVD
  • June 10, 2025 - Last updated in NVD database

Technical Details for CVE-2024-8474

Vulnerability Analysis

This vulnerability stems from improper removal of sensitive information before storage or transfer (CWE-212). When OpenVPN Connect processes configuration profiles, the application inadvertently writes private key material to the Android application log in clear text. This sensitive cryptographic material should never appear in logs, as application logs can be accessed by other applications with appropriate permissions, through Android Debug Bridge (ADB), or by attackers who gain access to device storage.

The exposure of private keys through logging represents a fundamental security failure in handling cryptographic secrets. Once an attacker obtains the private key, they can decrypt captured VPN traffic, effectively nullifying the encryption protections that users rely on for secure communications.

Root Cause

The root cause is improper handling of sensitive cryptographic material during configuration profile processing. The application fails to sanitize or redact the private key before writing log entries, violating the principle that sensitive credentials should never be logged regardless of log level or debug settings.

Attack Vector

This vulnerability is exploitable over the network without requiring user interaction or special privileges. An attacker who gains access to the device's application logs—whether through malware, physical device access, or backup extraction—can retrieve the clear-text private key. With this key, the attacker can:

  1. Passively decrypt previously captured VPN traffic
  2. Perform man-in-the-middle attacks on future VPN sessions
  3. Impersonate the legitimate user to the VPN server

The attack requires access to application logs where the private key is stored, which could be obtained through various means including compromised backup files, malicious applications with log access permissions, or direct device access.

Detection Methods for CVE-2024-8474

Indicators of Compromise

  • Unexpected access to Android application log files containing OpenVPN Connect entries
  • Evidence of ADB connections or backup extractions from affected devices
  • Anomalous VPN traffic patterns indicating potential decryption or interception
  • Unauthorized applications requesting log read permissions on devices running vulnerable OpenVPN Connect versions

Detection Strategies

  • Monitor for unauthorized access attempts to Android application logs on managed devices
  • Audit installed OpenVPN Connect versions across the enterprise and flag any installations below 3.5.0
  • Implement network traffic analysis to detect potential man-in-the-middle attacks on VPN connections
  • Review device backup procedures to ensure logs containing sensitive data are not inadvertently exposed

Monitoring Recommendations

  • Enable centralized logging and alerting for mobile device management (MDM) solutions to track application versions
  • Deploy endpoint detection to identify applications attempting to access OpenVPN Connect log files
  • Monitor VPN server authentication logs for anomalous connection patterns that may indicate credential compromise
  • Establish baseline VPN usage patterns to detect potential abuse of compromised credentials

How to Mitigate CVE-2024-8474

Immediate Actions Required

  • Upgrade OpenVPN Connect for Android to version 3.5.0 or later immediately
  • Rotate all VPN private keys and certificates that may have been used with vulnerable versions
  • Clear application logs on affected devices to remove any stored private key material
  • Audit devices for signs of unauthorized log access or data exfiltration
  • Review and revoke any potentially compromised VPN credentials

Patch Information

OpenVPN has addressed this vulnerability in OpenVPN Connect version 3.5.0 for Android. Users should update through the Google Play Store or obtain the latest version from official OpenVPN distribution channels. Detailed release information is available in the OpenVPN Android Release Notes.

Workarounds

  • If immediate upgrade is not possible, avoid importing new configuration profiles on vulnerable versions
  • Disable or restrict ADB access on production devices running vulnerable versions
  • Implement application-level isolation policies through MDM to limit log access by other applications
  • Consider temporarily using alternative VPN clients until upgrade can be completed
  • Enforce device encryption to protect log files at rest
bash
# Verify OpenVPN Connect version on Android device (via ADB)
adb shell dumpsys package net.openvpn.openvpn | grep versionName

# Clear application logs to remove potentially exposed keys
adb shell pm clear net.openvpn.openvpn

# Check for vulnerable versions in enterprise MDM (example query)
# Review your MDM solution's documentation for specific commands

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenvpn

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-212
  • Technical References
  • OpenVPN Android Release Notes
  • Related CVEs
  • CVE-2026-30816: TP-Link AX53 Information Disclosure Flaw

  • CVE-2024-13454: OpenVPN Easy-RSA Weak Encryption Flaw

  • CVE-2022-33738: OpenVPN Access Server Info Disclosure Flaw

  • 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