CitrixBleed To Infinity And Beyond Citrix NetScaler Pre-Auth...#2449
Open
carlospolop wants to merge 1 commit into
Open
CitrixBleed To Infinity And Beyond Citrix NetScaler Pre-Auth...#2449carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://labs.watchtowr.com/citrixbleed-to-infinity-and-beyond-citrix-netscaler-pre-auth-memory-overread-cve-2026-8451 Content Categories: Based on the analysis, this content was categorized under "Pentesting Web -> SAML Attacks, or Network Services Pentesting -> 80,443 Pentesting Web -> add/update Citrix NetScaler ADC/Gateway notes". 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
watchTowr Labs analyzes CVE-2026-8451, nicknamed “CitrixBleed To Infinity And Beyond”, a pre-authentication memory overread in Citrix NetScaler ADC / NetScaler Gateway when the appliance is configured as a SAML Identity Provider / SAML IdP. Citrix describes the issue as “Insufficient input validation leading to memory overread” and assigned it CVSS 8.8.
Affected versions:<...
🔧 Technical Details
Unquoted XML attribute parser overread: A custom XML parser can become an information disclosure primitive if it treats quoted and unquoted attribute termination differently. In this case, quoted values stopped at their matching quote, but unquoted values used only a literal space as the terminator and did not treat newline, carriage return, or tab as terminators. A payload such as
AssertionConsumerServiceURL=11\nid=22>is therefore parsed as11 id=22instead of11. The reusable testing technique is to place an unquoted attribute before a newline and another attribute or tag, then observe whether reflected output, logs, cookies, or downstream behavior include the over-consumed content.Combining loose semantic validation with corrupted parser state: The NetScaler SAML parser accepted malformed XML structures as long as high-level requirements were present somewhere in the document, such as
&...🤖 Agent ActionsProgress update only, not the final answer:
M src/pentesting-web/saml-attacks/README.md1 file changed, 87 insertions(+)## ReferencesNSC_TASS,/saml/login,Request-length shaping, andDoS variantI’m keeping the run open and not providing the final answer yet.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.