Full Disclosure A Third (and Fourth) Azure Sign-In Log Bypas...#269
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://trustedsec.com/blog/full-disclosure-a-third-and-fourth-azure-sign-in-log-bypass-found Content Categories: Based on the analysis, this content was categorized under "Azure Pentesting -> Az - Entra ID (AzureAD) & Azure IAM (add subsection: "Entra ID sign-in log bypasses / stealth token acquisition via OAuth ROPC"), or Azure Pentesting -> Az - Tokens & Public Applications (ROPC) with a detection-evasion note about missing Sign-In Logs". 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
Post: TrustedSec blog post “Full Disclosure: A Third (and Fourth) Azure Sign-In Log Bypass Found” (published March 19, 2026). The author (nyxgeek) discloses two additional Azure Entra ID sign-in log bypasses discovered as part of a series of four bypass classes found since 2023. Theme: attackers can perform password validation and (in the newer bypasses) obtain fully functioning OAuth...
🔧 Technical Details
Foreign-tenant token endpoint for stealth password validation (GraphNinja): If authentication telemetry is keyed to the tenant being targeted, an attacker can send an OAuth2 ROPC request to the token endpoint for a different tenant GUID (not the victim’s). The response can still reveal whether the submitted password is correct for the username, but the login fails because the user doesn’t exist in that foreign tenant; in the described failure mode, neither the victim tenant nor the foreign tenant produces a sign-in log entry, enabling quieter password spraying/credential checking.
Force post-password failure to hide correct guesses (GraphGhost): Deliberately break a later stage of an authentication pipeline (e.g., submit an invalid
client_id) so the overall attempt is logged as “failed” even though the password validation step already succeeded. If logs don’t record the password-validation outcome, defenders cannot...🤖 Agent Actions
Updated az-tokens-and-public-applications.md with a new ROPC-focused subsection and a concise breakdown of Entra ID sign-in log bypass classes.
The edit adds:
## ReferencesNo new files were created. I verified the final diff and markdown placement; no automated tests were applicable for this docs-only change.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.