A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2183

CVE-2025-2183: GlobalProtect Certificate Validation Bug

CVE-2025-2183 is a privilege escalation vulnerability in Palo Alto Networks GlobalProtect that allows attackers to install malicious root certificates and software. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2025-2183 Overview

CVE-2025-2183 is an insufficient certificate validation flaw in the Palo Alto Networks GlobalProtect app. The GlobalProtect client fails to properly validate server certificates, allowing attackers to redirect the app to arbitrary servers. A local non-administrative operating system user, or an attacker on the same subnet, can leverage this weakness to install malicious root certificates on the endpoint. Once a malicious root certificate is trusted, the attacker can install malicious software signed by that root certificate on the affected endpoint. The flaw is classified under [CWE-295: Improper Certificate Validation].

Critical Impact

Attackers can chain certificate validation bypass with malicious root certificate installation to deploy signed malware on endpoints running GlobalProtect.

Affected Products

  • Palo Alto Networks GlobalProtect app
  • Endpoints running GlobalProtect on supported operating systems
  • Refer to the Palo Alto Networks Advisory for specific affected versions

Discovery Timeline

  • 2025-08-13 - CVE-2025-2183 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-2183

Vulnerability Analysis

The GlobalProtect app establishes a connection to a configured gateway or portal, then validates the server presenting the TLS certificate. Insufficient validation logic allows the client to accept connections from servers it should reject. An attacker controlling a rogue endpoint or operating on the same local subnet can impersonate a legitimate GlobalProtect server.

Once connected to the attacker-controlled server, the client trusts certificate material delivered by that server. The attacker uses this trust to push malicious root certificates into the endpoint's certificate store. Any binary signed by that malicious root then appears legitimate to the operating system. This breaks the chain of trust that endpoint security and code-signing controls rely on.

Root Cause

The root cause is improper certificate validation [CWE-295] inside the GlobalProtect client. The client does not enforce strict verification of server identity, certificate chain, or pinned trust anchors before completing the connection handshake and accepting follow-on configuration data.

Attack Vector

Exploitation requires physical or local-subnet adjacency and user interaction with the GlobalProtect client. A local non-admin user or an attacker on the same Layer 2 segment can position a rogue server, redirect the GlobalProtect app to it, and abuse the resulting trust to plant root certificates. The attacker then installs malware signed by the rogue root, achieving execution under a trusted code-signing context.

No verified public exploitation code is available. Refer to the Palo Alto Networks Advisory for vendor technical details.

Detection Methods for CVE-2025-2183

Indicators of Compromise

  • Unexpected root certificate authorities added to the Windows, macOS, or Linux trust store on endpoints running GlobalProtect.
  • GlobalProtect client connections to gateways or portals outside of the approved corporate FQDNs or IP ranges.
  • Installation of signed executables whose signing chain terminates at a non-corporate, recently added root certificate.
  • GlobalProtect logs showing certificate warnings, repeated reconnect attempts, or portal redirection events on the same subnet.

Detection Strategies

  • Inventory and baseline trusted root certificate stores on all GlobalProtect endpoints, alerting on additions outside of change control.
  • Correlate GlobalProtect connection logs with corporate gateway allow-lists to flag connections to unknown servers.
  • Monitor for code-signing certificates issued by previously unseen root CAs on endpoints, especially shortly after VPN session events.

Monitoring Recommendations

  • Forward endpoint certificate-store change events and GlobalProtect client logs to a central SIEM or data lake for correlation.
  • Alert on ARP spoofing, rogue DHCP, and DNS poisoning activity on user subnets that could enable on-path GlobalProtect redirection.
  • Track new code-signing trust chains observed across the fleet and triage low-prevalence signers.

How to Mitigate CVE-2025-2183

Immediate Actions Required

  • Upgrade the GlobalProtect app to the fixed version listed in the Palo Alto Networks Advisory on all managed endpoints.
  • Audit endpoint root certificate stores and remove any unauthorized root CAs.
  • Restrict standard users from installing root certificates through operating system policy where feasible.
  • Enforce network segmentation to reduce the number of attackers who share a subnet with GlobalProtect clients.

Patch Information

Palo Alto Networks has published vendor guidance and fixed versions in the Palo Alto Networks Advisory. Administrators should consult the advisory for the specific GlobalProtect app builds that remediate the certificate validation logic and deploy them through their standard endpoint management workflow.

Workarounds

  • Configure GlobalProtect portals and gateways with certificate pinning where the deployed version supports it.
  • Use Group Policy or equivalent MDM controls to prevent non-administrative users from modifying the local trusted root certificate store.
  • Deploy 802.1X or equivalent network access controls to limit the ability of attackers to position themselves on the same subnet as corporate endpoints.
bash
# Example: list trusted root certificates on Windows for audit
certutil -store -user Root
certutil -store Root

# Example: list trusted roots on macOS
security dump-trust-settings -d
security find-certificate -a /Library/Keychains/System.keychain

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPalo Alto Networks

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/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:N/R:U/V:D/RE:X/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • Palo Alto Networks Advisory
  • Related CVEs
  • CVE-2026-0251: GlobalProtect Privilege Escalation Flaw

  • CVE-2026-0246: Prisma Access Agent Privilege Escalation

  • CVE-2026-0235: Prisma Browser Privilege Escalation Flaw

  • CVE-2026-0232: Cortex XDR Agent Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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