CVE-2026-0257

Enriched by CISA Exploit
 

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.
https://nvd.nist.gov/vuln/detail/CVE-2026-0257

Categories

CWE-565 : Reliance on Cookies without Validation and Integrity Checking
The product relies on the existence or values of cookies when performing security-critical operations, but it does not properly ensure that the setting is valid for the associated user. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) Avoid using cookie data for a security-related decision. Perform thorough input validation (i.e.: server side validation) on the cookie data if you're going to use it for a security related decision. Add integrity checks to detect tampering. Protect critical cookies from replay attacks, since cross-site scripting or other attacks may allow attackers to steal a strongly-encrypted cookie that also passes integrity checks. This mitigation applies to cookies that should only be valid during a single transaction or session. By enforcing timeouts, you may limit the scope of an attack. As part of your integrity check, use an unpredictable, server-side value that is not exposed to the client. e-dating application allows admin privileges by setting the admin cookie to 1.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
Palo Alto Networks Cloud NGFW
  • All [unaffected]
Palo Alto Networks PAN-OS
  • 12.1.0 < 12.1.7, 12.1.4-h6 (with specific changes) [affected]
  • 11.2.0 < 11.2.12, 11.2.10-h7, 11.2.7-h14, 11.2.4-h17 (with specific changes) [affected]
  • 11.1.0 < 11.1.15, 11.1.13-h5, 11.1.10-h25, 11.1.7-h6, 11.1.6-h32, 11.1.4-h33 (with specific changes) [affected]
  • 10.2.0 < 10.2.18-h6, 10.2.16-h7, 10.2.13-h21, 10.2.10-h36, 10.2.7-h34 (with specific changes) [affected]
Palo Alto Networks Prisma Access
  • 10.2.0 < 10.2.10-h36 (with specific changes) [affected]
  • 11.2.0 < 11.2.7-h13 (with specific changes) [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
OR
  OR
  cpe:2.3:a:palo_alto_networks:cloud_ngfw:all:*:*:*:*:*:*:*
  OR
   cpe:2.3:a:palo_alto_networks:pan-os:*:*:*:*:*:*:*:* >= 12.1.0 < 12.1.7_12.1.4-h6
   cpe:2.3:a:palo_alto_networks:pan-os:*:*:*:*:*:*:*:* >= 11.2.0 < 11.2.12_11.2.10-h7_11.2.7-h14_11.2.4-h17
   cpe:2.3:a:palo_alto_networks:pan-os:*:*:*:*:*:*:*:* >= 11.1.0 < 11.1.15_11.1.13-h5_11.1.10-h25_11.1.7-h6_11.1.6-h32_11.1.4-h33
   cpe:2.3:a:palo_alto_networks:pan-os:*:*:*:*:*:*:*:* >= 10.2.0 < 10.2.18-h6_10.2.16-h7_10.2.13-h21_10.2.10-h36_10.2.7-h34
  OR
   cpe:2.3:a:palo_alto_networks:prisma_access:*:*:*:*:*:*:*:* >= 10.2.0 < 10.2.10-h36
   cpe:2.3:a:palo_alto_networks:prisma_access:*:*:*:*:*:*:*:* >= 11.2.0 < 11.2.7-h13


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
https://github.com/sfewer-r7/CVE-2026-0257

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
226 Session Credential Falsification through Manipulation
Medium
31 Accessing/Intercepting/Modifying HTTP Cookies
High
39 Manipulating Opaque Client-based Data Tokens
Medium


MITRE


Techniques

id description
T1539 Steal Web Session Cookie
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

Mitigations

id description
M1017 Train users to identify aspects of phishing attempts where they're asked to enter credentials into a site that has the incorrect domain for the application they are logging into. Additionally, train users not to run untrusted JavaScript in their browser, such as by copying and pasting code or dragging and dropping bookmarklets.
© 2022 The MITRE Corporation. Esta obra se reproduce y distribuye con el permiso de The MITRE Corporation.