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
    • 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-0110

CVE-2025-0110: Palo Alto Networks PAN-OS RCE Vulnerability

CVE-2025-0110 is a command injection RCE flaw in Palo Alto Networks PAN-OS OpenConfig plugin allowing authenticated admins to execute arbitrary commands. This article covers technical details, impact, and mitigations.

Updated: January 22, 2026

CVE-2025-0110 Overview

A command injection vulnerability has been identified in the Palo Alto Networks PAN-OS OpenConfig plugin that enables an authenticated administrator with the ability to make gNMI (gRPC Network Management Interface) requests to the PAN-OS management web interface to bypass system restrictions and execute arbitrary commands. The injected commands are executed with the privileges of the __openconfig user, which operates with the Device Administrator role on the firewall.

This vulnerability poses a significant risk to organizations using the OpenConfig plugin, as it allows authenticated attackers to break out of intended administrative boundaries and gain broader system access. The attack requires network access to the management interface and valid administrator credentials.

Critical Impact

Authenticated administrators can bypass system restrictions and execute arbitrary commands with Device Administrator privileges on Palo Alto Networks firewalls, potentially leading to complete device compromise.

Affected Products

  • Palo Alto Networks PAN-OS with OpenConfig plugin enabled
  • Systems with gNMI request capabilities exposed to the management web interface
  • Firewalls where management web interface is accessible from untrusted networks

Discovery Timeline

  • 2025-02-12 - CVE-2025-0110 published to NVD
  • 2025-02-12 - Last updated in NVD database

Technical Details for CVE-2025-0110

Vulnerability Analysis

This command injection vulnerability (CWE-78: Improper Neutralization of Special Elements used in an OS Command) exists within the OpenConfig plugin component of PAN-OS. The vulnerability allows authenticated administrators who can make gNMI requests to inject and execute arbitrary operating system commands on the underlying firewall system.

The exploitation occurs through the gNMI interface, which is used for network device configuration and state management using a standardized data model. When crafted requests are sent through this interface, the OpenConfig plugin fails to properly sanitize input, allowing command injection payloads to be executed.

Commands executed through this vulnerability run in the context of the __openconfig user account, which has been assigned the Device Administrator role. This level of access provides significant control over the firewall's configuration and operation.

Root Cause

The root cause of CVE-2025-0110 is improper input validation within the OpenConfig plugin when processing gNMI requests. The plugin fails to adequately sanitize user-supplied input before passing it to system command execution functions, allowing specially crafted input containing shell metacharacters or command sequences to be interpreted and executed by the underlying operating system.

Attack Vector

The attack is conducted over the network, targeting the PAN-OS management web interface. An attacker must first authenticate as an administrator with permissions to make gNMI requests. Once authenticated, the attacker can craft malicious gNMI requests containing command injection payloads that bypass the expected input handling.

The exploitation flow involves:

  1. Authenticating to the PAN-OS management interface with valid administrator credentials
  2. Establishing a gNMI session with the OpenConfig plugin
  3. Sending specially crafted requests containing command injection payloads
  4. The commands execute with __openconfig user privileges (Device Administrator role)

Due to the authenticated nature of this attack, the primary risk involves insider threats or scenarios where administrator credentials have been compromised. The vulnerability becomes significantly more dangerous when the management interface is accessible from untrusted networks.

Detection Methods for CVE-2025-0110

Indicators of Compromise

  • Unusual gNMI request patterns or high volume of requests to the OpenConfig plugin
  • Unexpected process executions originating from the __openconfig user context
  • Anomalous command-line arguments or shell spawning from OpenConfig-related processes
  • Suspicious administrative authentication events followed by gNMI activity

Detection Strategies

  • Monitor and log all gNMI requests to the PAN-OS management interface for suspicious patterns
  • Implement behavioral analysis to detect unusual command execution patterns from the __openconfig user
  • Review authentication logs for administrator accounts with gNMI access privileges
  • Deploy network monitoring to detect anomalous traffic to management interfaces

Monitoring Recommendations

  • Enable comprehensive logging on the PAN-OS management interface
  • Implement SIEM rules to correlate authentication events with subsequent gNMI request anomalies
  • Establish baselines for normal gNMI activity and alert on deviations
  • Monitor for any file system changes or network connections initiated by the __openconfig user

How to Mitigate CVE-2025-0110

Immediate Actions Required

  • Restrict access to the management web interface to only trusted internal IP addresses following Palo Alto Networks best practices deployment guidelines
  • Review and limit administrator accounts that have the ability to make gNMI requests
  • Implement network segmentation to isolate management interfaces from general network access
  • Monitor for any suspicious activity targeting the OpenConfig plugin

Patch Information

Palo Alto Networks has released a security advisory addressing this vulnerability. Organizations should consult the official Palo Alto Networks security advisory for CVE-2025-0110 for specific patch versions and upgrade instructions. Apply the recommended updates to affected PAN-OS installations as soon as possible.

Workarounds

  • Disable the OpenConfig plugin if it is not required for operations
  • Implement strict IP-based access controls for the management web interface
  • Use VPN or jump hosts to access management interfaces rather than direct network exposure
  • Review and minimize the number of administrator accounts with gNMI capabilities
bash
# Configuration example: Restrict management interface access to trusted IPs
# Consult Palo Alto Networks documentation for specific CLI commands
# Example approach: Configure permitted-ip settings on management profile
# set deviceconfig system permitted-ip <trusted-ip-address>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPalo Alto Networks

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability3.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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:N/R:U/V:C/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Palo Alto Networks CVE-2025-0110
  • Related CVEs
  • CVE-2026-0230: Cortex XDR Agent Privilege Escalation Flaw

  • CVE-2026-0231: Cortex XDR Broker VM Info Disclosure Flaw

  • CVE-2026-0229: Palo Alto PAN-OS ADNS DoS Vulnerability

  • CVE-2025-0141: GlobalProtect App Privilege Escalation
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