Back to all lessons
Awareness Lessons
3 days ago

Expired Visa Cards Can Be Revived for Contactless Payments via NFC Manipulation

Researchers demonstrated that Visa's contactless payment protocol can be exploited by rewriting the expiration date transmitted via NFC to a POS terminal, effectively 'reviving' expired cards without breaking cryptographic protections. The root cause lies in insufficient server-side validation by certain issuing banks, which failed to cross-check the expiration date presented at the terminal against their authoritative records. This matters because it exposes a systemic gap in how payment networks trust terminal-reported card data over independently verified bank records. The fact that at least one major US bank approved fraudulent transactions confirms this is not merely theoretical — real financial losses are possible at scale with minimal technical sophistication.

Tactical Insight

Immediate actions

  • Issuing banks should enforce server-side expiration date validation independently of the data relayed by POS terminals.
  • Payment processors and banks should audit transaction approval logic to ensure NFC-presented metadata is verified against authoritative card lifecycle records.

Long-term improvements

  • Card networks (Visa, Mastercard) should update contactless payment specifications to cryptographically bind expiration dates to the card's authentication token.
  • Financial institutions should implement anomaly detection rules to flag transactions originating from cards past their known expiration dates.
  • Regularly conduct protocol-level security assessments of contactless payment implementations across the full transaction chain.

Detection measures

  • Monitor for transactions flagged with expiration dates inconsistent with card issuance records and trigger real-time fraud alerts.
  • Deploy behavioral analytics to identify unusual NFC transaction patterns such as relay-based or repeated proximity attempts at a single terminal.