Cyber Resilience

CVE-2026-0257

Paloaltonetworks Pan-Os ≤ 10.2.7

CISA KEVActive ExploitationRansomware-linked
Published
13 May 2026
Modified
17 June 2026
KEV Added
29 May 2026
Patch / advisory
CVSS Score v4 7.8
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:N/E:A/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:Red
EPSS Score 0.94 99.8th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2026-0257 is a high-severity Reliance on Cookies without Validation and Integrity Checking (CWE-565) vulnerability in Paloaltonetworks Pan-Os. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Web Session Cookie (T1550.004); ranked in the top 0.2% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

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

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-0257 is an authentication bypass vulnerability affecting the GlobalProtect portal and gateway in Palo Alto Networks PAN-OS software. The flaw, tracked under CWE-565, permits an attacker to circumvent security controls and establish an unauthorized VPN connection. Panorama and Cloud NGFW deployments are explicitly not impacted.

An unauthenticated remote attacker can exploit the issue over the network without user interaction or credentials, achieving limited access that bypasses intended VPN authentication restrictions. The CVSS 4.0 score of 7.8 reflects high severity driven by network attack vector, low complexity, and subsequent impacts on confidentiality, integrity, and availability within the broader environment.

Vendor guidance is available in the Palo Alto Networks security advisory, while Siemens has published a related product certificate and CISA has added the CVE to its Known Exploited Vulnerabilities catalog. These sources collectively indicate that organizations should apply available patches or configuration mitigations without delay.

The current EPSS score of 0.5879, matching its recorded peak, combined with CISA KEV listing, signals active real-world exploitation interest following disclosure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Authentication bypass vulnerabilities in the GlobalProtect portal and gateway of Palo Alto Networks PAN-OS® software allows the attacker to bypass security restrictions and establish an unauthorized VPN connection. Panorama and Cloud NGFW are not impacted by these issues.

CWE(s)
KEV Date Added
29 May 2026

Related Threats

MITRE ATT&CK Enterprise Techniques

T1550.004 Web Session Cookie Lateral Movement
Adversaries can use stolen session cookies to authenticate to web applications and services.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
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.
T1550 Use Alternate Authentication Material Lateral Movement
Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-0256Same product: Paloaltonetworks Pan-Os
CVE-2026-0265Same product: Paloaltonetworks Pan-Os
CVE-2026-0262Same product: Paloaltonetworks Pan-Os
CVE-2026-0261Same product: Paloaltonetworks Pan-Os
CVE-2026-0258Same product: Paloaltonetworks Pan-Os
CVE-2026-0264Same product: Paloaltonetworks Pan-Os
CVE-2024-3393Same product: Paloaltonetworks Pan-Osboth on KEV
CVE-2026-0300Same product: Paloaltonetworks Pan-Osboth on KEV
CVE-2024-3400Same product: Paloaltonetworks Pan-Osboth on KEV
CVE-2020-2021Same product: Paloaltonetworks Pan-Osboth on KEV

Affected Assets

paloaltonetworks
pan-os
10.2.10, 10.2.11, 10.2.12, 10.2.13, 10.2.14 · ≤ 10.2.7
paloaltonetworks
prisma access
all versions
siemens
ruggedcom ape1808 firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access Enforcement requires authorizations to be enforced by the system rather than by trusting client-supplied cookie values.

Session Authenticity directly requires protecting the integrity and authenticity of session tokens such as cookies, eliminating blind reliance on them.

Transmission Confidentiality and Integrity mandates cryptographic or equivalent protection for data in transit, which covers cookie values exchanged over HTTP.

Software, Firmware, and Information Integrity can detect unauthorized modification of cookie-based data after the fact via integrity verification.

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.AA-04 full match
prevents

Cookies commonly carry identity assertions; requiring their protection, conveyance, and verification directly eliminates the weakness.

PR.AA-03 mostly match
prevents

Strong authentication mechanisms reduce reliance on unvalidated cookies for identity and access decisions.

PR.DS-02 mostly match
prevents

Cryptographic integrity for data-in-transit directly mitigates tampering of cookies sent over the network.

PR.AA-05 partial match
prevents

Enforcing access policy and least privilege limits damage from cookie misuse but does not address cookie validation itself.

PR.DS-01 partial match
prevents

Integrity protections for data-at-rest can apply to cookie stores but do not cover validation during use.

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.

finds

Security testing can detect cookie-validation flaws but does not itself implement the required controls.

prevents

Application security requirements can mandate cookie validation, integrity protection, and server-side session handling.

prevents

Secure coding practices directly eliminate reliance on unvalidated cookies by requiring proper integrity checks and server-side verification.

prevents

Secure authentication mechanisms can enforce server-side validation and integrity checks that prevent reliance on untrusted cookies.

References