Rapid7 Observed Exploitation of PAN-OS GlobalProtect Authent...#2297
Open
carlospolop wants to merge 1 commit into
Open
Rapid7 Observed Exploitation of PAN-OS GlobalProtect Authent...#2297carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.rapid7.com/blog/post/etr-rapid7-observed-exploitation-of-pan-os-globalprotect-authentication-bypass-vulnerability-cve-2026-0257 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting → VPN / Palo Alto GlobalProtect, or a new page under 80/443 Pentesting Web for PAN-OS GlobalProtect authentication bypasses". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
Rapid7 describes active exploitation of CVE-2026-0257, an authentication bypass in PAN-OS and Prisma Access affecting GlobalProtect portal/gateway deployments with a specific insecure configuration: GlobalProtect authentication override cookies are enabled, and the certificate used to encrypt/decrypt those cookies is reused with another feature, especially the HTTPS certificate ...🔧 Technical Details
Public-key token forgery through encryption without authentication: The reusable trick is abusing systems that treat successful public-key decryption as proof that a token is authentic. In CVE-2026-0257, GlobalProtect authentication override cookies are encrypted with a certificate private key and then trusted after decryption, but the decrypted content is not protected by a separate signature, MAC, or authenticated encryption scheme. If an attacker can obtain the corresponding public key, they can encrypt arbitrary attacker-controlled token fields. The server decrypts the ciphertext with its private key and accepts the resulting plaintext as a valid authentication token.
Certificate reuse as key disclosure: The exploit becomes remotely practical when the certificate used for privileged cookie encryption/decryption is reused by an externally reachable feature such as the portal/gateway HTTPS service. Because TLS exposes the public certificate ...
🤖 Agent Actions
Done.
Updated:
src/pentesting-web/hacking-with-cookies/README.mdWhat I added:
Also fixed:
<details>block in that same fileValidation:
mdbook buildbecausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.