How can an attacker make a locked iPhone approve a large payment?
By inserting a proxmark-based man-in-the-middle between the phone and reader, intercepting NFC data, spoofing transit (Express) mode, and flipping a specific transaction bit so the phone treats a high-value charge as a low-value no-auth transaction; the attacker then alters the reader-facing response to indicate 'user-
Why does transit (Express) mode matter for this exploit?
Express/Transit mode is designed to allow payments without unlocking the phone for fast transit gates. The exploit makes the phone believe it's in a transit interaction, removing the usual lockscreen/authentication barrier and enabling authorization without user unlock.
Why are some card networks (Visa vs Mastercard) differently affected?
Mastercard implementations consistently require asymmetric cryptographic verification between card and reader, which detects tampering. Visa's flows sometimes rely on symmetric checks or skip asymmetric verification in transit/offline scenarios, making certain Visa card/phone combinations vulnerable.
Can victims get their money back if this happens?
Yes — payment providers like Visa point to zero liability and dispute processes, so unauthorized charges are typically refundable. However, refunds don't prevent the immediate loss of funds or the stress and inconvenience caused.
What practical steps reduce the risk of this attack?
Disable Express/Transit mode for your card in your phone wallet when not needed, use cards/providers that enforce asymmetric verification, keep devices updated, and merchants/banks should patch protocol implementations to require stronger on‑reader signature checks.