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-2025-14979

CVE-2025-14979: AirVPN Eddie Privilege Escalation Flaw

CVE-2025-14979 is a privilege escalation vulnerability in AirVPN Eddie for macOS that allows unprivileged users to gain root access via an insecure XPC service. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-14979 Overview

AirVPN Eddie on MacOS contains an insecure XPC service that allows local, unprivileged users to escalate their privileges to root. This vulnerability affects Eddie version 2.24.6 and represents a significant security risk for macOS users of this VPN client software.

The vulnerability stems from improper permission assignment for critical resources (CWE-732), where the XPC service fails to properly validate client connections or restrict access to privileged operations. This allows any local user on the system to interact with the elevated service and execute commands with root privileges.

Critical Impact

Local privilege escalation to root on macOS systems running AirVPN Eddie, enabling complete system compromise by unprivileged users.

Affected Products

  • AirVPN Eddie version 2.24.6 on macOS
  • macOS systems with Eddie VPN client installed
  • Systems where multiple local users have access

Discovery Timeline

  • 2026-01-06 - CVE CVE-2025-14979 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-14979

Vulnerability Analysis

This vulnerability exists within the XPC (Cross-Process Communication) service implementation in AirVPN Eddie for macOS. XPC is Apple's framework for secure inter-process communication, commonly used by applications that require privileged helper tools to perform operations requiring elevated permissions.

The Eddie VPN client utilizes an XPC service running with root privileges to perform network configuration tasks necessary for VPN operation. However, the implementation fails to properly validate the identity and authorization of connecting clients, allowing any local process to communicate with the privileged service.

The attack requires local access to the target system. An unprivileged user can exploit this flaw without any user interaction, and successful exploitation results in complete compromise of confidentiality, integrity, and availability on the local system.

Root Cause

The root cause is classified as CWE-732: Incorrect Permission Assignment for Critical Resource. The XPC service does not implement proper client validation mechanisms that are standard practice for privileged helper tools on macOS.

Specifically, the service fails to:

  • Verify the code signature of connecting clients
  • Check if the calling process has appropriate entitlements
  • Implement proper access control lists for service connections
  • Validate that requests originate from the legitimate Eddie application

This allows arbitrary processes running as unprivileged users to connect to and communicate with the root-privileged XPC service.

Attack Vector

The attack vector is local, requiring the attacker to have an existing unprivileged account on the target macOS system. The exploitation flow involves:

  1. An attacker identifies the insecure XPC service endpoint used by Eddie
  2. The attacker crafts a malicious application or script that connects to the XPC service
  3. Without proper validation, the XPC service accepts the connection from the unauthorized client
  4. The attacker sends requests to the privileged service to execute operations with root privileges
  5. The service executes these requests, resulting in privilege escalation to root

The vulnerability can be exploited programmatically using standard macOS XPC APIs. An attacker would establish an XPC connection to the Eddie helper service and invoke privileged methods that the service exposes. Due to the lack of client validation, these requests are processed with root-level privileges.

For technical details on the exploitation mechanism, refer to the Fluid Attacks Advisory.

Detection Methods for CVE-2025-14979

Indicators of Compromise

  • Unexpected processes communicating with Eddie's XPC service endpoints
  • Unusual privilege elevation events from non-administrative user accounts
  • Audit logs showing root-level operations initiated by unprivileged users
  • Anomalous system configuration changes following XPC service interactions

Detection Strategies

  • Monitor XPC service connections for unauthorized client processes attempting to communicate with Eddie's privileged helper
  • Implement endpoint detection rules to alert on privilege escalation patterns from standard user accounts
  • Use macOS Unified Logging to track XPC service activity and identify suspicious connection patterns
  • Deploy behavioral analysis to detect unauthorized root-level operations following XPC communications

Monitoring Recommendations

  • Enable comprehensive audit logging for XPC service interactions on systems running Eddie
  • Configure SIEM rules to correlate XPC connection events with subsequent privilege escalation indicators
  • Monitor for creation of unauthorized processes running as root that originate from Eddie-related XPC activity
  • Implement file integrity monitoring for system files that may be modified through exploited XPC calls

How to Mitigate CVE-2025-14979

Immediate Actions Required

  • Review all macOS systems for installations of AirVPN Eddie version 2.24.6 and prioritize remediation
  • Consider temporarily removing or disabling the Eddie VPN client until a patched version is available
  • Restrict local user access on systems where Eddie is installed to only trusted administrators
  • Implement additional monitoring on affected systems to detect potential exploitation attempts

Patch Information

Check the official Eddie website and the GitHub Eddie Project Repository for security updates and patched versions. Users should upgrade to a version newer than 2.24.6 that addresses this XPC service vulnerability once available.

Review the Fluid Attacks Advisory for additional remediation guidance and technical details about the vulnerability.

Workarounds

  • Uninstall AirVPN Eddie from macOS systems until a security patch is released
  • Restrict local user accounts to only essential trusted users on systems where Eddie must remain installed
  • Implement application whitelisting to prevent unauthorized processes from communicating with XPC services
  • Use macOS configuration profiles to enhance system hardening on affected endpoints
bash
# Configuration example
# Check if Eddie is installed and identify version
ls -la /Applications/Eddie.app
defaults read /Applications/Eddie.app/Contents/Info.plist CFBundleShortVersionString

# List XPC services associated with Eddie (for monitoring purposes)
launchctl list | grep -i eddie
launchctl list | grep -i airvpn

# If uninstallation is required, remove the application
sudo rm -rf /Applications/Eddie.app
# Remove associated LaunchDaemons if present
sudo launchctl unload /Library/LaunchDaemons/*eddie* 2>/dev/null
sudo rm -f /Library/LaunchDaemons/*eddie*

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAirvpn

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-732
  • Technical References
  • Eddie Website Overview

  • Fluid Attacks Advisory: Blink182

  • GitHub Eddie Project Repository
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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