From a βHey, {name} πβ Banner to Full Account Takeover Chain... - #2564
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
π Additional ContextOriginal Blog Post: https://medium.com/@bag0zathev2/from-a-hey-name-banner-to-full-account-takeover-chaining-4-bugs-through-a-rewards-webview-f89a2b0f830f Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Webview Attacks; cross-reference Intent Injection/custom schemes and Pentesting Web > XSS/IDOR". 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 security impact
The post describes a chain of four independent vulnerabilities in an Android application's loyalty/rewards feature. The feature is implemented as a client-side web application loaded in an in-app WebView:
The page communicates directly with a third-party customer-engagement/CRM service:
By ch...
π§ Technical Details
Public identifier used as authorization: When a client-facing analytics, CRM, or marketing API identifies users with a value such as
hard_id, test whether replacing that value permits access to another user's records. Search for identifiers in referral links, API responses, analytics requests, mobile resources, and page source. If profile writes succeed without a session, signature, or authorization header, the identifier is functioning as an insecure bearer credential. Such a primitive can be used not only for profile tampering, but also to inject data into downstream templates, support interfaces, emails, or WebViews.Converting arbitrary profile writes into stored XSS: Trace every attacker-writable profile property into HTML-generating features such as banners, CRM campaigns, dashboards, previews, and notification templates. JSON escaping is not HTML output encoding: after the JSON parser reconstructs the string, characters suc...
π€ Agent Actions
Updated
src/mobile-pentesting/android-app-pentesting/webview-attacks.md.Added:
loadUrl()validation andgetReferrer()/Intent.EXTRA_REFERRERare not auth controlsintent://browser-trigger example; wv,X-Requested-With,Referer)Also updated the fileβs
## Referenceswith:Activity.getReferrer()andIntent.EXTRA_REFERRERVerification:
## Referencesremains at the end of the file before the closing banner includeNote:
mdbook buildcould not be run becausemdbookis not installed in this environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.