Cyber Resilience

CVE-2026-0273

RCE in Paloaltonetworks Pan-Os 10.2.0 – 10.2.7

Published
10 June 2026
Modified
14 July 2026
Patch / advisory
CVSS Score v4 6.1
Click a component to see what it means
Raw vectorCVSS: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: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.013 68th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-0273 is a medium-severity OS Command Injection (CWE-78) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 6.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

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

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A command injection vulnerability in Palo Alto Networks PAN-OS® software enables an authenticated administrator to bypass system restrictions and run arbitrary commands as a root user. To be able to exploit this issue, the user must have access to the…

more

PAN-OS CLI or Web UI. The security risk posed by this issue is significantly minimized when CLI access is restricted to a limited group of administrators and by restricting access to the management web interface 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 and Prisma® Access are not affected by this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

Command injection in PAN-OS management interfaces (CLI/Web UI) directly enables arbitrary command execution (T1059.008) and exploitation of the exposed application (T1190).

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

CVEs Like This One

CVE-2024-9474Same product: Paloaltonetworks Pan-Os
CVE-2024-8686Same product: Paloaltonetworks Pan-Os
CVE-2023-6795Same product: Paloaltonetworks Pan-Os
CVE-2026-0286Same product: Paloaltonetworks Pan-Os
CVE-2026-0288Same product: Paloaltonetworks Pan-Os
CVE-2026-0280Same product: Paloaltonetworks Pan-Os
CVE-2023-6792Same product: Paloaltonetworks Pan-Os
CVE-2026-0284Same product: Paloaltonetworks Pan-Os
CVE-2026-0285Same product: Paloaltonetworks Pan-Os
CVE-2026-0263Same product: Paloaltonetworks Pan-Os

Affected Assets

paloaltonetworks
pan-os
10.2.10, 10.2.13, 10.2.16, 10.2.17, 10.2.18 · 10.2.0 — 10.2.7 · 10.2.8 — 10.2.10 · 10.2.11 — 10.2.13

Mitigating Controls

Control response

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

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5
  • V1.2.8
  • V15.2.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Least-privilege assignment limits the number of accounts that can reach the PAN-OS CLI or Web UI, directly reducing the attack surface for the authenticated command-injection flaw.

prevent

Access-enforcement mechanisms (role-based permissions and interface restrictions) prevent non-authorized users from executing the injected commands as root.

prevent

Boundary-protection rules restrict management-interface access to trusted internal addresses, blocking external attackers from reaching the vulnerable CLI/Web UI endpoints.

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

PR.PS-06's SDLC practices directly require secure coding and input handling that blocks command-injection defects, yet the single broad outcome leaves many specific neutralization vectors and verification gaps unaddressed.

PR.PS-02 partial match
prevents

Routine patching/maintenance can remediate known command-injection CVEs in dependencies (partial forward) but does nothing to stop developers from introducing improper neutralization in custom code (none reverse).

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

Security testing and code review target insecure use of operating-system command interfaces, catching command-injection flaws introduced during development.

References