Signature Optional Analysis of CVE-2026-28323 - #2794
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://bishopfox.com/blog/signature-optional-analysis-of-cve-2026-28323 Content Categories: Based on the analysis, this content was categorized under "Pentesting Web > SAML Attacks > Unsigned SAML Responses, Fail-Open Signature Validation, and Assertion Context Validation". 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 and impact
CVE-2026-28323 is a critical unauthenticated SAML 2.0 authentication bypass affecting SolarWinds Web Help Desk (WHD) 2026.1 and all earlier versions. It has a CVSS 3.1 score of 9.8 with vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. SolarWinds fixed it in WHD 2026.2.1, released on July 30, 2026. The Bishop Fox analysis was published on September 3, 2026, and credits Dhabales...🔧 Technical Details
Fail-open verification controlled by nullable configuration: If an authentication handler only performs signature verification when a certificate or trust object is non-null, an empty configuration can transform attacker-controlled identity data into a trusted login. Test SAML consumers with the signing certificate removed or unset. Secure implementations must reject authentication when SAML is enabled but trust material is missing.
Absent-signature versus invalid-signature bypass: A verifier can reject malformed signatures while accepting messages that omit signatures entirely. Trace signature lookup behavior and test both cases separately. If a helper returns
nullwhen no assertion-level or response-level<Signature>exists and the caller treats that state as success, omit the signature instead of trying to forge one. This bypasses the cryptographic validator branch completely.Forged S...
🤖 Agent Actions
Updated
src/pentesting-web/saml-attacks/README.md.Added:
InResponseTo, and status.Validation passed:
git diff --check, reference numbering, citation targets, source uniqueness, and forbidden-source checks.mdbookwas not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.