Transaction Card Security Value Rewriting After Skimming Exposure

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Transaction cards are vulnerable to fraud due to skimming, leading to unauthorized transactions before the card can be replaced, causing inconvenience to the account holder and financial loss.

Innovation Solution

Implement a system where an automated teller machine (ATM) writes a new card verification value to the magnetic stripe of a transaction card upon detecting a security breach, using a pseudo-random number generator to generate unique verification codes, which are stored and compared to authenticate transactions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the card verification value is stored statically on the magnetic stripe, then the card can be used for transactions, but the card becomes vulnerable to skimming fraud

Engineering Contradiction:
Improvecard securityVSAvoidskimming fraud
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The card verification value is changed from a static magnetic stripe value to a dynamic value that is regenerated for each transaction. The ATM generates a new verification value using a pseudo-random number generator and transmits it to the card, which then uses this dynamic value for authentication. This dynamic approach prevents skimming fraud because even if a fraudster captures verification data during one transaction, it becomes obsolete for subsequent transactions.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system performs preliminary action by generating and transmitting a new verification value to the card before the actual transaction occurs. The ATM generates the verification value in advance during the transaction initiation phase, ensuring that the card holds an up-to-date verification value that has not yet been exposed to potential skimming devices.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If a new card is issued after detecting fraudulent transactions, then security is restored, but the account holder experiences delay and inconvenience

Engineering Contradiction:
Improvesecurity restorationVSAvoidcard replacement time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system enables self-service by allowing the cardholder to immediately restore security functionality at the ATM without waiting for manual card replacement. When fraud is detected, the cardholder can simply insert their existing card into the ATM, which then issues a new verification value to the card's magnetic stripe, instantly restoring the card's security and usability.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system performs preliminary action by proactively detecting fraudulent transactions and automatically initiating the verification value renewal process before the cardholder needs to request a replacement. The ATM monitors for fraud indicators and pre-emptively updates the card's verification value, eliminating the need for card replacement and associated delays.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If the card verification value is updated frequently, then fraud detection capability is enhanced, but the complexity of the transaction system increases

Engineering Contradiction:
Improvefraud detection capabilityVSAvoidtransaction system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system changes the parameter of the verification value from static to dynamically regenerated, using a pseudo-random number generator. This parameter change enables frequent updates without significantly increasing system complexity because the regeneration process uses standardized cryptographic algorithms that are already widely implemented in banking systems.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The ATM performs multiple functions: it serves as a transaction processor, a fraud detection system, and a verification value issuance machine. By combining these functions into a single existing banking infrastructure component, the system avoids the need for separate dedicated devices, thereby minimizing the increase in overall system complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20260094506A1System and method of authentication using a re-writable security value of a transaction card
Publication Date: 2026.04.02 WELLS FARGO BANK NA
  • US20260094506A1 patent drawing
  • US20260094506A1 patent drawing
  • US20260094506A1 patent drawing

AI summary

A method for authenticating a transaction includes: receiving, responsive to an occurrence of an event suspected to compromise a first security value associated with a transaction card, personal identification information associated with a user of the transaction card; authenticating, via a transaction device and using the personal identification information, the user as being associated with the transaction card; responsive to authenticating the user, replacing, using the transaction device, the first security value associated with the transaction card with a second security value associated with the transaction card; authenticating the transaction based at least in part on a comparison between a stored security value and the second security value associated with the transaction card; and in response to a successful authentication of the transaction, processing the transaction.