Weaponizing LSPosed Remote SMS Injection and Identity Spoofi...#2026
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
Weaponizing LSPosed Remote SMS Injection and Identity Spoofi...#2026carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.cloudsek.com/blog/weaponizing-lsposed-remote-sms-injection-and-identity-spoofing-in-modern-payment-ecosystems-2 Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting -> Android Applications Pentesting -> (new) LSPosed/Xposed Hooking Attacks (Telephony/SMS API spoofing, suppressing SMS send, SMS Provider injection) or extend existing Frida/Hooking pages with an LSPosed/Xposed subsection". 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
Title/Context (March 17, 2026)
CloudSEK documents a modern Android fraud technique that evolves from repacked/modified APKs to runtime environment manipulation using LSPosed on rooted devices. The attacker-controlled LSPosed module (named “Digital Lutera” at the time of the report) “gaslights” the OS by hooking system APIs that banking/payment apps rely on, while keeping the target payment app unmodified on disk (so the APK signature remains v...
🔧 Technical Details
If an onboarding flow matches a token received over the internet (e.g.,
/bindDevice) with the same token received via SMS, a fraud chain can succeed by (a) stealing/suppressing the outgoing binding SMS from the attacker device, (b) exfiltrating the token (e.g., to Telegram), and (c) commanding a separate victim-controlled device (with the real SIM) to sendTDL TRB [Token]so the carrier header is stamped with the victim MSISDN. The backend sees a valid(MSISDN, Token)pairing even though the app session is running elsewhere.2) Use LSPosed/Xposed runtime hooks to defeat telephony identity checks without modifying APKs
On rooted devices, an LSPosed module can hook Java telephony APIs such as
TelephonyManager.getLine1Number()andSubscriptionInfo.getNumber()to always return an attacker-controlled MSISDN (...🤖 Agent Actions
Summary
Files Updated
src/mobile-pentesting/android-app-pentesting/android-anti-instrumentation-and-ssl-pinning-bypass.mdTests
If you want, I can also add a short cross-link from
src/mobile-pentesting/android-app-pentesting/README.mdto this section for discoverability.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.