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

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

CVE-2023-6790 is a DOM-Based cross-site scripting flaw in Palo Alto PAN-OS that enables attackers to execute JavaScript in an administrator's browser. This article covers technical details, affected versions, and mitigations.

Published: February 4, 2026

CVE-2023-6790 Overview

A DOM-Based cross-site scripting (XSS) vulnerability exists in Palo Alto Networks PAN-OS software that enables a remote attacker to execute a JavaScript payload in the context of an administrator's browser when they view a specifically crafted link to the PAN-OS web interface. This vulnerability allows attackers to potentially hijack administrative sessions, steal sensitive credentials, or perform unauthorized actions on the firewall management interface.

Critical Impact

Remote attackers can execute arbitrary JavaScript in administrator browser sessions, potentially leading to credential theft, session hijacking, and unauthorized firewall configuration changes.

Affected Products

  • Palo Alto Networks PAN-OS (multiple versions)
  • PAN-OS 11.0.0
  • PAN-OS web management interface

Discovery Timeline

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

Technical Details for CVE-2023-6790

Vulnerability Analysis

This DOM-Based XSS vulnerability affects the Palo Alto Networks PAN-OS web interface, which is the primary management console used by administrators to configure and monitor Palo Alto firewalls. Unlike reflected or stored XSS, DOM-Based XSS occurs entirely within the client-side JavaScript execution context, where the malicious payload is processed by the browser's DOM environment rather than being rendered by the server.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), indicating that user-controllable input is not properly sanitized before being processed by client-side scripts. When an administrator clicks on a specially crafted malicious link, the JavaScript payload executes within their authenticated browser session, inheriting the administrator's privileges and access to the firewall management interface.

The attack requires user interaction—specifically, an administrator must be tricked into clicking a malicious link, typically delivered through phishing emails, social engineering, or embedded in compromised websites. Once executed, the attacker's JavaScript can access the DOM, manipulate the interface, exfiltrate session tokens, or perform actions on behalf of the authenticated administrator.

Root Cause

The root cause of CVE-2023-6790 is improper input validation and insufficient output encoding in the PAN-OS web interface's client-side JavaScript code. The application fails to adequately sanitize URL parameters or other user-controllable data before dynamically writing it to the DOM, allowing attackers to inject executable script content that bypasses browser security mechanisms.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker crafts a malicious URL containing JavaScript payload targeting the PAN-OS web interface. The attack flow typically involves:

  1. The attacker constructs a specially crafted URL with malicious JavaScript embedded in parameters
  2. The attacker delivers this URL to a target administrator via phishing, social engineering, or other means
  3. When the administrator clicks the link while authenticated to the PAN-OS interface, the malicious JavaScript executes
  4. The JavaScript payload runs with the privileges of the authenticated administrator session
  5. The attacker can then steal session cookies, capture credentials, modify firewall configurations, or perform other malicious actions

DOM-Based XSS vulnerabilities in administrative interfaces are particularly dangerous because they can enable attackers to gain unauthorized access to critical network security infrastructure without directly compromising the server.

Detection Methods for CVE-2023-6790

Indicators of Compromise

  • Unusual or suspicious URLs in browser history or proxy logs containing encoded JavaScript payloads targeting PAN-OS web interface endpoints
  • Unexpected administrator session activity or configuration changes following clicks on external links
  • JavaScript errors or unusual DOM manipulation events logged in browser developer consoles during PAN-OS management sessions
  • Network traffic showing requests to PAN-OS management interface with URL-encoded script tags or JavaScript event handlers

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing suspicious JavaScript patterns in URL parameters
  • Enable and monitor PAN-OS web interface access logs for unusual URL patterns or request anomalies
  • Deploy browser-based security extensions for administrative workstations that detect and alert on potential XSS attacks
  • Configure SIEM rules to correlate suspicious link clicks with subsequent PAN-OS administrative actions

Monitoring Recommendations

  • Review PAN-OS administrative audit logs regularly for unauthorized configuration changes or session anomalies
  • Monitor email gateways for phishing attempts targeting firewall administrators with suspicious PAN-OS-related links
  • Implement URL inspection on administrative network segments to identify potentially malicious links before they reach administrators

How to Mitigate CVE-2023-6790

Immediate Actions Required

  • Upgrade PAN-OS to a patched version as specified in the Palo Alto Networks security advisory
  • Restrict access to the PAN-OS web interface to trusted networks and IP addresses only
  • Train administrators to recognize and avoid clicking suspicious links, especially those purporting to link to firewall management interfaces
  • Implement strict Content Security Policy (CSP) headers where possible to limit script execution

Patch Information

Palo Alto Networks has released security patches addressing CVE-2023-6790. Administrators should consult the official Palo Alto Networks Security Advisory for specific version information and upgrade paths. Organizations should prioritize patching based on their exposure—systems with internet-accessible management interfaces should be updated immediately.

Workarounds

  • Restrict management interface access to trusted internal networks only using firewall rules and network segmentation
  • Disable browser JavaScript or use browser extensions that block untrusted scripts when accessing PAN-OS management interface (not recommended for regular operation)
  • Implement multi-factor authentication for PAN-OS administrative access to reduce the impact of potential session hijacking
  • Use dedicated administrative workstations that do not access external email or browse untrusted websites
bash
# Restrict management interface access to trusted networks
# Example: Configure permitted IP addresses for management access
set deviceconfig system permitted-ip 10.0.0.0/8
set deviceconfig system permitted-ip 192.168.1.0/24
commit

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 Score6.1

  • EPSS Probability0.19%

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

  • CVE-2023-6789: Palo Alto PAN-OS 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