Cyber Resilience

CVE-2026-0279

XSS in Paloaltonetworks Pan-Os 10.2.0 – 11.1.16

Published
09 July 2026
Modified
13 July 2026
Patch / advisory
CVSS Score v4 1.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/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:M/U:Amber
EPSS Score 0.0032 25th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-0279 is a low-severity Cross-site Scripting (CWE-79) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 1.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked at the 25th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Multiple cross site scripting vulnerabilities in the User-ID™ Authentication Portal (aka Captive Portal) service, GlobalProtect™ gateway/portal features and Clientless VPN of Palo Alto Networks PAN-OS® software enables a malicious unauthenticated user to store or execute malicious JavaScript payload. The security…

more

risk posed by this issue is minimized when the management interface and access to the User-ID™ Authentication Portal is restricted to only trusted internal IP addresses according to our recommended best practice deployment guidelines https://live.paloaltonetworks.com/t5/community-blogs/tips-amp-tricks-how-to-secure-the-management-access-of-your-palo/ba-p/464431 . This issue is applicable to PAN-OS software on PA-Series and VM-Series firewalls and on Panorama (virtual and M-Series). Cloud NGFW is not affected by this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored/reflected XSS in the Captive Portal, GlobalProtect, and Clientless VPN components allows an unauthenticated attacker to deliver and execute malicious JavaScript in a victim's browser (T1189 Drive-by Compromise). The payload can leverage JavaScript (T1059.007) for further actions such as session hijacking or credential theft. The attack surface is limited to users accessing these portals, and best-practice network restrictions reduce exposure.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-6790Same product: Paloaltonetworks Pan-Os
CVE-2023-6789Same product: Paloaltonetworks Pan-Os
CVE-2023-0010Same product: Paloaltonetworks Pan-Os
CVE-2023-0007Same product: Paloaltonetworks Pan-Os
CVE-2023-29183Same product class: VPN / SSL gateway
CVE-2023-36555Same product class: VPN / SSL gateway
CVE-2023-3466Same product class: VPN / SSL gateway
CVE-2023-49270Shared CWE-79
CVE-2023-4983Shared CWE-79
CVE-2023-5304Shared CWE-79

Affected Assets

paloaltonetworks
pan-os
10.2.0 — 11.1.16 · 11.2.0 — 11.2.13 · 12.1.0 — 12.1.8

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-7 Boundary Protection
  • AC-3 Access Enforcement
  • AC-17 Remote Access
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.1.2
  • V1.3.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Boundary protection restricts the User-ID Authentication Portal and GlobalProtect interfaces to trusted internal IP addresses, directly blocking unauthenticated external attackers from reaching the XSS-vulnerable endpoints.

prevent

Access enforcement on the management and portal interfaces denies unauthenticated users the ability to submit or trigger malicious JavaScript payloads in the Captive Portal or Clientless VPN features.

AC-17 Remote Access partial match
prevent

Remote-access policy can mandate authenticated, encrypted channels and IP allow-lists for GlobalProtect and Clientless VPN, limiting exposure of the XSS-vulnerable portal surfaces.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly target introduction of XSS via coding standards/testing (mostly), yet the single broad outcome leaves many specific neutralization vectors unaddressed (partial).

PR.PS-02 partial match
prevents

Patching and EOL replacement can remediate known XSS instances in libraries or frameworks (partial) but do nothing to enforce input neutralization in application code (none).

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Secure-coding testing and automated code-analysis tools are applied to detect improper neutralization of script-related content during web-page generation.

prevents

Knowledge exchange on emerging attack techniques and patches reduces the likelihood that cross-site scripting flaws remain unaddressed in deployed applications.

prevents

Operational indicators of compromise for web-application attacks can be incorporated into WAF or input-filtering rules, lowering the likelihood that unsanitized data reaches the browser.

prevents

Requiring language-specific secure-coding standards and automated scanning during the SDLC catches missing output encoding or improper neutralization of untrusted data before the software reaches production.

prevents

Secure-coding standards, SAST scans and removal of insecure code samples together eliminate the failure to neutralize script content that produces cross-site scripting flaws.

none

Webpage malware scanning and block-listing of known malicious sites reduce the likelihood that reflected or stored script payloads reach a user’s browser.

References