Cyber Resilience

CVE-2025-4615

XSS in Paloaltonetworks Pan-Os 10.2.0 – 10.2.17

Published
09 October 2025
Modified
01 April 2026
Patch / advisory
CVSS Score v4 5.5
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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.0074 51th percentile
Risk Priority 26 floored blend · peak EPSS

Summary

CVE-2025-4615 is a medium-severity Improper Neutralization of Script in Attributes in a Web Page (CWE-83) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked in the top 49% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-15 (Information Output Filtering) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An improper input neutralization vulnerability in the management web interface of the Palo Alto Networks PAN-OS® software enables an authenticated administrator to bypass system restrictions and execute arbitrary commands. The security risk posed by this issue is significantly minimized when…

more

CLI access is restricted to a limited group of administrators. Cloud NGFW and Prisma® Access are not affected by this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-0010Same product: Paloaltonetworks Pan-Os
CVE-2023-6789Same product: Paloaltonetworks Pan-Os
CVE-2024-5920Same product: Paloaltonetworks Pan-Os
CVE-2024-0010Same product: Paloaltonetworks Pan-Os
CVE-2026-0279Same product: Paloaltonetworks Pan-Os
CVE-2023-6790Same product: Paloaltonetworks Pan-Os
CVE-2026-0266Same product: Paloaltonetworks Pan-Os
CVE-2024-0011Same product: Paloaltonetworks Pan-Os
CVE-2026-0284Same product: Paloaltonetworks Pan-Os
CVE-2024-3384Same product: Paloaltonetworks Pan-Os

Affected Assets

paloaltonetworks
pan-os
10.2.0 — 10.2.17 · 11.1.0 — 11.1.11 · 11.2.0 — 11.2.8

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.4

Mitigating Controls (NIST 800-53 r5) AI

Input validation can reject or sanitize dangerous javascript: URIs and event-handler attributes before they reach rendered pages.

Output filtering directly neutralizes script content in HTML attributes, stopping the exact injection vector described by the CWE.

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 require output encoding and attribute neutralization to prevent this class of XSS.

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.

prevents

Secure coding standards require proper escaping of untrusted data in HTML attributes, directly eliminating CWE-83.

finds

Security testing in development catches attribute-injection flaws before release but does not itself implement the fix.

prevents

Secure SDLC mandates input validation and output encoding that directly prevents script injection in HTML attributes.

prevents

Application security requirements explicitly call for controls against injection flaws including attribute-based script injection.

prevents

Secure architecture principles reduce attack surface but do not prescribe the specific neutralization techniques needed.

References