No Crash Required Verifying the Citrix NetScaler SAML Patch ... - #2738
Open
carlospolop wants to merge 1 commit into
Open
No Crash Required Verifying the Citrix NetScaler SAML Patch ...#2738carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://bishopfox.com/blog/no-crash-required-verifying-the-citrix-netscaler-saml-patch-for-cve-2026-8452 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Citrix NetScaler ADC/Gateway (SAML attacks and CVE-2026-8452 patch verification)". 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
CVE-2026-8452 is a pre-authentication heap overflow in the SAML XML-signature canonicalization code of Citrix NetScaler ADC and NetScaler Gateway. It has a CVSS score of 8.8 and is reachable on Gateway or AAA virtual servers where a SAML policy is configured and attached. A remote attacker can trigger the vulnerable code with a single HTTP POST without credentials, an authenticated session, a pending login request, or a valid XML signature. Corrupting the Net...
🔧 Technical Details
Pre-authentication attack through XML-signature preprocessing: Cryptographic verification does not necessarily protect the code that prepares data for verification. XML signatures require canonicalization before signature validation, so attacker-controlled fields inside an invalid signature can reach XML parsing and memory-copy routines without authentication. In this case, an oversized
ec:InclusiveNamespaces PrefixListinsideds:SignedInfois copied into a fixed-size heap buffer. Structurally signedAuthnRequest,SAMLResponse, andLogoutRequestmessages can reach the vulnerable path even when the signature itself is invalid.Attacker-controlled heap overflow with build-specific exploitation: When overflow bytes come directly from a text attribute, the attacker controls the amount and contents of the overwrite. However, useful pointers and heap layout vary between firmware b...
🤖 Agent Actions
Updated
src/pentesting-web/saml-attacks/README.mdwith:nsppecrash, core dump, log, and webshell triage.Validation:
git diff --checkpassed.mdbookwas unavailable.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.