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

CVE-2024-30164: AWS Client VPN Buffer Overflow Vulnerability

CVE-2024-30164 is a buffer overflow flaw in Amazon AWS Client VPN that allows local attackers to execute arbitrary commands with elevated permissions. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2024-30164 Overview

CVE-2024-30164 is a buffer overflow vulnerability affecting the Amazon AWS Client VPN application across Windows, macOS, and Linux platforms. This memory corruption flaw could potentially allow a local actor with existing access to execute arbitrary commands with elevated permissions, representing a significant privilege escalation risk in enterprise environments utilizing AWS VPN infrastructure.

Critical Impact

Local attackers with high privileges can exploit this buffer overflow to execute arbitrary commands with elevated permissions, potentially compromising the entire system and gaining unauthorized access to sensitive resources connected through the VPN.

Affected Products

  • Amazon AWS Client VPN for Windows (versions prior to 3.11.1)
  • Amazon AWS Client VPN for macOS (versions prior to 3.9.1)
  • Amazon AWS Client VPN for Linux (versions prior to 3.12.1)

Discovery Timeline

  • 2024-05-28 - CVE-2024-30164 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-30164

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw exists within the AWS Client VPN application's handling of data buffers, where insufficient bounds checking allows data to be written beyond allocated memory boundaries.

Buffer overflows of this nature occur when an application copies data into a fixed-size buffer without properly validating that the input size does not exceed the buffer's capacity. When exploited, the attacker can overwrite adjacent memory locations, potentially including return addresses, function pointers, or other critical data structures that control program execution flow.

The local attack vector requires the attacker to have existing access to the target system. However, the ability to execute arbitrary commands with elevated permissions means that a compromised low-privilege account or malicious insider could leverage this vulnerability to escalate to administrative or root-level access.

Root Cause

The root cause of CVE-2024-30164 is improper input validation during buffer copy operations within the AWS Client VPN application. The vulnerable code path fails to verify that incoming data fits within the allocated buffer space before performing memory copy operations.

This type of vulnerability typically arises when using unsafe memory manipulation functions (such as strcpy, sprintf, or memcpy) without proper length validation. The AWS Client VPN application across all three platforms (Windows, macOS, and Linux) contained similar vulnerable code patterns, requiring platform-specific patches to remediate the issue.

Attack Vector

The attack requires local access to the target system with high privileges. An attacker would need to craft specially formatted input data designed to overflow the vulnerable buffer. Upon successful exploitation, the attacker can:

  1. Overwrite critical memory structures to gain control of program execution
  2. Execute arbitrary commands with the elevated permissions of the VPN client process
  3. Potentially persist access through modification of system configurations
  4. Access or exfiltrate data from VPN-connected resources

It is worth noting that while this vulnerability shares the same macOS patch version (3.9.1) with CVE-2024-30165, they are distinct vulnerabilities with different root causes and exploitation paths.

Detection Methods for CVE-2024-30164

Indicators of Compromise

  • Unusual process behavior or crashes originating from the AWS Client VPN application
  • Unexpected child processes spawned by the VPN client with elevated privileges
  • Memory access violations or application exceptions logged in system event logs
  • Anomalous system calls or API invocations from the VPN client process

Detection Strategies

  • Monitor for abnormal memory consumption patterns in the AWS Client VPN process
  • Implement endpoint detection rules to identify buffer overflow exploitation attempts targeting VPN applications
  • Deploy application whitelisting to detect unauthorized code execution from VPN client directories
  • Configure SentinelOne Singularity to monitor for privilege escalation attempts associated with VPN software

Monitoring Recommendations

  • Enable verbose logging for the AWS Client VPN application to capture potential exploitation attempts
  • Configure security monitoring tools to alert on unexpected privilege changes following VPN client activity
  • Implement file integrity monitoring on VPN client installation directories
  • Review system logs regularly for VPN-related application crashes or errors that may indicate exploitation attempts

How to Mitigate CVE-2024-30164

Immediate Actions Required

  • Update AWS Client VPN for Windows to version 3.11.1 or later immediately
  • Update AWS Client VPN for macOS to version 3.9.1 or later immediately
  • Update AWS Client VPN for Linux to version 3.12.1 or later immediately
  • Audit all systems with AWS Client VPN installed to identify vulnerable versions

Patch Information

Amazon has released patched versions of the AWS Client VPN application for all affected platforms. Organizations should prioritize updating to the following minimum versions:

PlatformFixed VersionDocumentation
Windows3.11.1AWS Client VPN Connect Windows Guide
macOS3.9.1AWS Client VPN Connect macOS Guide
Linux3.12.1AWS Client VPN Connect Linux Guide

Workarounds

  • Restrict local system access to trusted users only to reduce the attack surface
  • Implement application control policies to limit which processes can interact with the VPN client
  • Deploy host-based intrusion prevention systems to detect and block exploitation attempts
  • Consider network segmentation to limit the impact of a compromised VPN client endpoint

Organizations should apply the official patches as soon as possible, as workarounds only reduce risk and do not fully remediate the vulnerability. For enterprise deployments, consider using managed software distribution tools to ensure consistent patching across all endpoints.

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechAmazon Aws Client Vpn

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • AWS Client VPN Connect Linux Guide

  • AWS Client VPN Connect macOS Guide

  • AWS Client VPN Connect Windows Guide
  • Related CVEs
  • CVE-2024-30165: AWS Client VPN Buffer Overflow Vulnerability

  • CVE-2022-25165: AWS Client VPN Race Condition Flaw
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