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-2023-6789

CVE-2023-6789: Palo Alto PAN-OS XSS Vulnerability

CVE-2023-6789 is a cross-site scripting vulnerability in Palo Alto Networks PAN-OS that allows authenticated administrators to store malicious JavaScript payloads. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-6789 Overview

A stored cross-site scripting (XSS) vulnerability exists in Palo Alto Networks PAN-OS software that enables a malicious authenticated read-write administrator to store a JavaScript payload using the web interface. When the stored payload is viewed by another properly authenticated administrator, the JavaScript executes in the context of their session, disguising all associated malicious actions as performed by that unsuspecting administrator.

Critical Impact

This vulnerability allows an authenticated attacker to hijack administrative sessions and perform unauthorized actions while masquerading as legitimate administrators, potentially compromising firewall configurations and security policies.

Affected Products

  • Palo Alto Networks PAN-OS (multiple versions affected)
  • PAN-OS Web Management Interface
  • Palo Alto Networks Next-Generation Firewalls running vulnerable PAN-OS versions

Discovery Timeline

  • December 13, 2023 - CVE-2023-6789 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-6789

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) affects the web management interface of Palo Alto Networks PAN-OS. The vulnerability arises from insufficient input validation and output encoding when processing administrator-supplied data through the web interface. A malicious administrator with read-write privileges can inject JavaScript code that persists in the application and executes when other administrators access the affected page.

The attack requires the attacker to already possess administrative credentials with read-write access, which limits the initial attack surface. However, once exploited, the impact extends beyond the attacker's own privileges by enabling them to perform actions under the identity of other administrators who view the malicious content.

Root Cause

The root cause of this vulnerability is improper neutralization of user-supplied input before it is rendered in web pages (CWE-79: Improper Neutralization of Input During Web Page Generation). The PAN-OS web interface fails to adequately sanitize or encode administrator input, allowing JavaScript code to be stored and subsequently executed in the browsers of other administrators viewing the affected content.

Attack Vector

The attack vector for CVE-2023-6789 is network-based and requires the following conditions:

  1. Authenticated Access: The attacker must possess valid administrator credentials with read-write permissions to the PAN-OS web interface
  2. User Interaction: A victim administrator must navigate to and view the page containing the stored malicious payload
  3. Session Hijacking: Once executed, the injected JavaScript runs within the victim's authenticated session, allowing the attacker to perform actions as that administrator

The stored nature of this XSS vulnerability means the malicious payload persists across sessions, affecting any administrator who views the compromised page. This enables session hijacking, credential theft, configuration tampering, and other malicious activities that appear to originate from legitimate administrators.

Detection Methods for CVE-2023-6789

Indicators of Compromise

  • Unexpected JavaScript code or suspicious strings containing <script> tags in administrator-editable fields within PAN-OS configuration
  • Unusual administrative actions logged that administrators deny performing
  • Browser console errors or unexpected script executions when accessing the PAN-OS web interface
  • Configuration changes that don't correlate with administrator activity logs

Detection Strategies

  • Review PAN-OS audit logs for unusual administrative activities or configuration changes that administrators don't recognize
  • Implement Content Security Policy (CSP) monitoring to detect unauthorized script execution attempts
  • Monitor for anomalous administrator session behavior that may indicate session hijacking
  • Conduct periodic reviews of stored configuration data for suspicious or malformed entries

Monitoring Recommendations

  • Enable comprehensive logging for all administrative actions on PAN-OS devices
  • Configure alerting for administrative configuration changes, especially during off-hours
  • Implement session monitoring to detect concurrent or suspicious session activity
  • Regularly review access logs for the PAN-OS web management interface

How to Mitigate CVE-2023-6789

Immediate Actions Required

  • Update PAN-OS to the latest patched version as specified in the Palo Alto Networks Security Advisory
  • Restrict administrative access to the PAN-OS web interface to trusted networks only
  • Review and audit all administrator accounts for unusual configurations or stored data
  • Implement the principle of least privilege for administrator accounts

Patch Information

Palo Alto Networks has released security updates to address this vulnerability. Organizations should consult the official Palo Alto Networks security advisory for specific version information and patching guidance. It is critical to update to a fixed version of PAN-OS as soon as possible.

Workarounds

  • Limit access to the PAN-OS web management interface to trusted internal networks or VPN connections
  • Implement strict role-based access control and minimize the number of accounts with read-write administrative privileges
  • Use out-of-band management networks for accessing the PAN-OS web interface
  • Consider using CLI-based management for critical configurations until patches are applied
  • Enable multi-factor authentication (MFA) for all administrative access to reduce the risk of credential compromise

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPaloaltonetworks Pan Os

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Palo Alto Networks Advisory
  • Related CVEs
  • CVE-2024-0011: Palo Alto PAN-OS Captive Portal XSS Flaw

  • CVE-2023-6790: Palo Alto PAN-OS DOM-Based XSS Vulnerability

  • CVE-2025-0111: PAN-OS Information Disclosure Vulnerability

  • CVE-2020-2021: PAN-OS SAML Auth Bypass 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