惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
L
LangChain Blog
C
Check Point Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
美团技术团队
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog
G
Google Developers Blog
The Cloudflare Blog
P
Proofpoint News Feed

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Android OS-Level Attack Bypasses Mobile Payment Security
Alessandro Mascellino · 2026-03-18 · via www.infosecurity-magazine.com

A new Android attack technique that manipulates the runtime environment instead of modifying applications has been identified.

The method, discovered by CloudSEK researchers, uses the LSPosed framework to interfere with system-level processes, allowing attackers to hijack legitimate payment apps without altering their code or triggering standard security checks.

This approach differs from earlier attacks that relied on repackaged APKs. Instead, it targets the underlying operating system, enabling malicious modules to intercept and alter communications between apps and the device. As a result, app signatures remain valid and protections such as Google Play Protect are bypassed.

The technique has been linked to a module known as "Digital Lutera," which exploits Android APIs to intercept SMS messages, spoof device identities and extract two-factor authentication (2FA) data in real time.

Exploiting SIM-Binding and System APIs

At the centre of the attack is the breakdown of SIM-binding, a key security feature used in mobile payment systems. This process typically ensures that a bank account is tied to a physical SIM card and device.

Attackers undermine this mechanism by:

  • Intercepting SMS verification tokens

  • Spoofing phone numbers via system APIs

  • Injecting fake SMS records into device databases

  • Using real-time command servers to coordinate actions

By combining a compromised victim device with a manipulated attacker device, fraudsters can trick bank servers into believing the victim's SIM is present elsewhere. This allows unauthorised account access and transaction approvals.

Read more on mobile payment security: Ghost Tap Malware Fuels Surge in Remote NFC Payment Fraud

Large-Scale Fraud Risk

CloudSEK noted that this method has a substantial impact. It enables real-time fraud orchestration and scalable account takeovers, with attackers able to reset payment PINs and transfer funds without the victim's awareness.

Activity linked to the operation has also been observed on Telegram, where attackers appear to share intercepted login data and coordinate access attempts. One channel analyzed during the research contained more than 500 login-related messages, indicating the technique is already being used in active campaigns.

The attack also exposes weaknesses in existing trust models. Banks often rely on SMS headers and device signals as proof of authenticity, assumptions that this method effectively breaks.

Additionally, the use of persistent system-level modules makes detection and removal difficult. Even reinstalling affected apps does not eliminate the threat, as the malicious hooks remain active within the operating system.

To mitigate risks, experts recommend stronger integrity checks, including hardware-based verification and stricter backend validation of SMS delivery. Moving away from device-reported data toward carrier-level confirmation is also seen as critical in countering this evolving threat.