Skip to main content
Fingerprints Aren't Passwords. Stop Treating Them That Way.Authentication Methods
4 min readFor Payment Security Engineers

Fingerprints Aren't Passwords. Stop Treating Them That Way.

The Conventional Wisdom

Your security team probably treats fingerprint authentication as a robust factor. It's biometric, unique, and convenient. Many organizations deploy fingerprint readers on mobile devices accessing payment systems, customer data, or administrative consoles. The thinking goes: if someone has the right fingerprint, they're authorized. If they don't, they're not. Strong control.

BSI, Germany's cybersecurity agency, just reminded us why this thinking is dangerously incomplete.

Why It's Incomplete

The problem isn't that fingerprints are weak identifiers. They're not. The issue is conflating identification with authentication and ignoring a fundamental difference between biometrics and credentials: you can't revoke a fingerprint.

BSI's recent warning highlights the mechanics: high-resolution photos combined with AI extraction tools and 3D printing can reproduce fingerprints well enough to spoof authentication systems. But the deeper issue is architectural. When you treat a fingerprint as a single factor, you're building your security model on something that's both permanent and public.

Think about what happens when a fingerprint gets compromised. In 2015, the U.S. Office of Personnel Management breach exposed fingerprints of millions of federal employees. In 2019, Suprema's breach affected biometric data for access control systems. Earlier this year, NYC Health reported a breach potentially exposing fingerprint and palm print data for nearly 2 million patients. Each time, the response wasn't "reset your fingerprints." It was "well, that's unfortunate."

You can rotate a password in minutes. You can't rotate a thumbprint.

The Evidence

Cisco Talos researchers demonstrated in 2020 that 3D-printed fingerprints achieved roughly 80% success rates against devices they could fool at least once. They specifically targeted Qualcomm's 3D Sonic Sensor, an ultrasonic system that builds three-dimensional fingerprint images and claims to detect blood flow. The ultrasonic approach was supposed to be harder to spoof than optical sensors. It wasn't hard enough.

BSI's warning focuses on the extraction step. A photo showing a peace sign provides enough visual detail for AI tools to reconstruct a usable fingerprint model. As camera resolution improves, the attack surface expands. Every conference photo, every social media post, every video call where your hands are visible potentially leaks biometric data you can never change.

The Chaos Computer Club demonstrated this years ago when hacker Jan Krissler reproduced German Defense Minister Ursula von der Leyen's fingerprint from high-definition photos. The attack wasn't theoretical. It worked.

Here's what makes this particularly relevant for payment security engineers: your threat model probably assumes physical compromise or sophisticated social engineering. It likely doesn't account for someone scrolling through your CFO's Instagram, finding a photo from last month's team offsite, and extracting their fingerprint to unlock the tablet they use for payment approvals.

What to Do Instead

Stop using fingerprints as a standalone authentication factor for anything that touches cardholder data, financial systems, or administrative access.

NIST SP 800-63B classifies biometrics as "something you are" but explicitly requires them to be used with another factor. That's not a suggestion. It's recognition that biometrics alone don't meet the definition of Multi-Factor Authentication because they're verifiers, not secrets.

Here's your implementation path:

For mobile device access: Require fingerprint plus PIN or password. Yes, users will complain about the friction. The friction is the point. You're protecting against someone who has a spoofed print but doesn't know the PIN. Apple already moved away from Touch ID in iPhones, favoring Face ID, which presents different spoofing challenges. But if you're supporting Android devices with under-screen fingerprint readers, don't rely on the sensor alone.

For application access: Treat fingerprint unlock as a convenience layer, not a security control. Your payment application should authenticate the user through MFA (biometric plus knowledge factor) at the application layer, not just at the device unlock layer. If the device is compromised, application-level authentication provides a second checkpoint.

For administrative access: Never allow fingerprint-only access to systems that can view, modify, or export cardholder data. PCI DSS Requirement 8.3 mandates MFA for remote access and for administrative access to the cardholder data environment. A fingerprint alone doesn't satisfy this requirement because it's not multi-factor if it's the only factor.

For incident response planning: Document what happens when biometric data is compromised. You can't revoke a fingerprint, but you can revoke the device enrollment, require re-registration with additional verification steps, and flag the account for enhanced monitoring. If your current IR playbook doesn't address biometric compromise, add it.

When the Conventional Wisdom Is Right

Fingerprints aren't useless. They're excellent as one factor in a multi-factor scheme.

The conventional wisdom is correct that biometrics provide something passwords don't: resistance to remote phishing. An attacker in another country can steal your password through social engineering. They can't remotely present your fingerprint to a sensor. That's valuable.

Fingerprints are also correct for identification scenarios where you're not granting access, just confirming identity. Law enforcement, border control, and identity verification workflows often use fingerprints appropriately because they're matching against a known database, not treating the print as a secret credential.

The conventional wisdom is also right that convenience matters. Users hate passwords. Fingerprint readers reduce friction. In low-risk scenarios (unlocking a phone to check email, not accessing payment systems), the convenience-security tradeoff might favor biometrics alone.

But for payment security engineers, the line is clear: if a compromised authentication factor could expose cardholder data, enable fraudulent transactions, or grant administrative access, fingerprints alone aren't enough. They never were. BSI's warning just made the math more explicit.

Your fingerprints are already online. They've been online since the first high-resolution photo you posted. The question isn't whether they can be extracted. It's whether your authentication architecture still works when they are.

You Might Also Like