Cyber Resilience

CVE-2026-0281

Paloaltonetworks Pan-Os 10.2.0 – 11.1.16

Published
09 July 2026
Modified
13 July 2026
Patch / advisory
CVSS Score v4 2.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/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:A/V:D/RE:M/U:Amber
EPSS Score 0.0016 6th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-0281 is a low-severity Use of Cache Containing Sensitive Information (CWE-524) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 6th 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.

EU & UK References

Vulnerability Data

An information disclosure vulnerability in Palo Alto Networks PAN-OS® software enables an unauthenticated attacker with network access to the management web interface to obtain web session tokens. This requires a legitimate user to first click on a malicious link provided…

more

by the attacker. The security risk posed by this issue is minimized 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 impacted by this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
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.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

The vulnerability enables an adversary-in-the-middle attack (T1557) via a malicious link (T1189, T1566.002) that leads to theft of web session cookies (T1539) from the PAN-OS management interface.

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

CVEs Like This One

CVE-2026-0266Same product: Paloaltonetworks Pan-Os
CVE-2026-0279Same product: Paloaltonetworks Pan-Os
CVE-2024-9474Same product: Paloaltonetworks Pan-Os
CVE-2024-5913Same product: Paloaltonetworks Pan-Os
CVE-2025-0114Same product: Paloaltonetworks Pan-Os
CVE-2024-2551Same product: Paloaltonetworks Pan-Os
CVE-2023-6789Same product: Paloaltonetworks Pan-Os
CVE-2024-0012Same product: Paloaltonetworks Pan-Os
CVE-2023-6795Same product: Paloaltonetworks Pan-Os
CVE-2024-5911Same product: Paloaltonetworks Pan-Os

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)
  • V14.3.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces network-level restrictions on access to the management web interface, blocking unauthenticated attackers from reaching the vulnerable endpoint.

prevent

Enforces access control policy that permits only explicitly authorized internal addresses to reach the PAN-OS management interface where session tokens can be disclosed.

AC-17 Remote Access partial match
prevent

Requires explicit authorization, encryption, and endpoint restrictions for any remote connections to the management interface, limiting exposure of session tokens.

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.DS-01 mostly match
prevents

Protecting confidentiality of data-at-rest covers caches that persist sensitive information.

PR.AA-05 partial match
prevents

Enforcing least-privilege access permissions directly limits who can read cached sensitive data.

PR.DS-10 partial match
prevents

Protecting data-in-use can mitigate exposure when caches hold transient sensitive values.

PR.IR-01 partial match
prevents

Logical access controls on environments reduce the chance an outsider can reach the cache.

PR.PS-01 partial match
prevents

Hardened configuration baselines can disable or secure caching of sensitive data.

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

Data leakage prevention can block unauthorized access to cached sensitive information.

prevents

Information access restriction directly limits who can read cached sensitive data.

mitigates

Information deletion ensures sensitive data is removed from caches when no longer needed.

mitigates

Cryptography can protect cached data at rest, but does not address access control scope.

prevents

Secure coding practices prevent caching of sensitive data outside intended boundaries.

none

Environment separation reduces risk of cache exposure across development/test/production.

References