From Zero Credentials to Super Admin An SSO Authentication B... - #2875
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://medium.com/@Tyrion404/from-zero-credentials-to-super-admin-an-sso-authentication-bypass-on-at-t-996fe9d0ec1e Content Categories: Based on the analysis, this content was categorized under "Pentesting Web -> Login Bypass / OAuth to Account takeover / Account Takeover, with a related addition or cross-reference under 80,443 - Pentesting Web -> Spring Actuators". 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
The post reports an application-level authentication and authorization failure in a Spring Boot corporate procurement analytics platform used for supplier contracts, vendor spending, and internal financial forecasting. The application contained a highest-privilege
Super Adminrole. The complete chain required no credentials and reportedly reached a Super Admin session in less than 60 seconds. No CVE number is provided; this was an application-specific logic flaw ...🔧 Technical Details
Unauthenticated management-log disclosure: Exposing a Spring Boot Actuator logfile endpoint such as
/api/actuator/logfilecan disclose runtime authentication records. If logs contain usernames, internal IDs, email addresses, roles, or permissions, an attacker can harvest a valid identity—possibly a privileged one—and use it as input to other authentication or authorization flaws. ([medium.com](https://medium.com/%40Tyrion404/from-zero-credentials-to-super-admin-an-sso-authentication-bypass-on-at-t-996fe9d0ec1e))Secrets in public frontend configuration: Static assets such as
config.jsare readable by unauthenticated users and must be treated as public. Placing API keys, OIDC credentials, or cloud-storage SAS tokens in the file allows attackers to satisfy secondary API-header requirements or directly abuse exposed cloud permissions. The reported SAS token carried all thirteen read/write/delete permission flags. ([mediu...🤖 Agent Actions
Updated
src/pentesting-web/oauth-to-account-takeover.md.Added:
config.js/API-key considerations.Validation completed:
git diff --checkpassed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.