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-2022-25372

CVE-2022-25372: Pritunl Client Privilege Escalation

CVE-2022-25372 is a privilege escalation vulnerability in Pritunl Client on Windows that allows local attackers to elevate privileges. This post covers technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-25372 Overview

CVE-2022-25372 is a local privilege escalation vulnerability affecting Pritunl Client through version 1.2.3019.52 on Windows systems. The vulnerability stems from an insecure Access Control List (ACL) entry for CREATOR OWNER in the platform_windows.go file, which allows a local attacker with low privileges to escalate their access to SYSTEM-level permissions.

Critical Impact

Local attackers can exploit improper ACL permissions in Pritunl VPN Client to gain full SYSTEM privileges on Windows systems, potentially compromising the entire host and any connected VPN infrastructure.

Affected Products

  • Pritunl pritunl-client-electron (versions through 1.2.3019.52)
  • Microsoft Windows (all versions when running vulnerable Pritunl Client)

Discovery Timeline

  • 2022-02-20 - CVE-2022-25372 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-25372

Vulnerability Analysis

This vulnerability falls under CWE-269 (Improper Privilege Management). The core issue lies in how the Pritunl Client for Windows configures ACLs on certain resources during service operation. The vulnerable configuration granted GENERIC_ALL permissions to CREATOR OWNER, which is a special Windows security identifier that represents the user who created or owns an object.

When a low-privileged user interacts with resources protected by this ACL, they can inherit full control permissions due to the CREATOR OWNER entry. This allows them to manipulate service files or components and ultimately execute arbitrary code with SYSTEM privileges, as the Pritunl service runs in an elevated context.

Root Cause

The root cause is an overly permissive ACL configuration in the Windows platform-specific code (service/platform/platform_windows.go). The inclusion of CREATOR OWNER with GENERIC_ALL permissions meant that any user who created objects within the service's controlled paths would gain full control over those objects. This design flaw violates the principle of least privilege, as standard users should never have such broad permissions over system service resources.

Attack Vector

The attack vector is local, requiring the attacker to have an existing low-privilege session on the target Windows system. The exploitation flow involves:

  1. Identifying resources controlled by the Pritunl service that inherit the vulnerable ACL
  2. Creating or modifying objects in a way that triggers the CREATOR OWNER permission inheritance
  3. Leveraging the full control permissions to inject malicious code or manipulate service behavior
  4. Gaining execution in the context of the SYSTEM account when the service processes the manipulated resources

The following patch shows how the vulnerability was remediated by removing the CREATOR OWNER entry:

go
 		pth,
 		true,
 		false,
-		acl.GrantName(windows.GENERIC_ALL, "CREATOR OWNER"),
 		acl.GrantName(windows.GENERIC_ALL, "SYSTEM"),
 		acl.GrantName(windows.GENERIC_ALL, "Administrators"),
 	)

Source: GitHub Commit Details

Detection Methods for CVE-2022-25372

Indicators of Compromise

  • Unexpected file modifications in Pritunl Client installation directories
  • Anomalous process spawning from the Pritunl service with non-standard child processes
  • Changes to ACL configurations on Pritunl-related files or directories by non-administrative users

Detection Strategies

  • Monitor Windows Security Event logs for privilege escalation attempts (Event IDs 4672, 4673)
  • Implement file integrity monitoring on Pritunl Client installation paths
  • Use endpoint detection solutions to identify suspicious process chains originating from VPN client services
  • Audit ACL configurations on service-related directories for overly permissive entries

Monitoring Recommendations

  • Enable detailed auditing on the Pritunl Client service directory
  • Configure alerts for any SYSTEM-level process execution that deviates from normal Pritunl operational patterns
  • Deploy behavioral detection rules for local privilege escalation techniques targeting VPN clients

How to Mitigate CVE-2022-25372

Immediate Actions Required

  • Update Pritunl Client to the latest version that includes the security patch
  • Audit existing Windows systems running Pritunl Client to identify vulnerable installations
  • Review ACL configurations on Pritunl service directories and files
  • Consider temporarily disabling the Pritunl Client on sensitive systems until patching is complete

Patch Information

Pritunl has released a patch that removes the insecure CREATOR OWNER ACL entry. The fix is documented in the GitHub Change Log Entry and the specific code changes can be reviewed in the GitHub Commit Details. Organizations should upgrade to versions released after the patch date.

Workarounds

  • Manually modify ACLs on Pritunl Client directories to remove CREATOR OWNER entries with GENERIC_ALL permissions
  • Restrict local user access to systems running Pritunl Client until patching is feasible
  • Implement application whitelisting to prevent unauthorized code execution from the service context
bash
# Verify Pritunl Client version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | Where-Object {$_.DisplayName -like "*Pritunl*"} | Select-Object DisplayName, DisplayVersion

# Check ACLs on Pritunl installation directory
icacls "C:\Program Files\Pritunl" /T

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPritunl

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.36%

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

  • Rhino Security Labs Analysis
  • Vendor Resources
  • GitHub Commit Details
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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