Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Mobile application biometric authentication is prone to bypasses #1898

Closed
Tracked by #1368
Balanced02 opened this issue Jul 3, 2023 · 0 comments
Closed
Tracked by #1368

Mobile application biometric authentication is prone to bypasses #1898

Balanced02 opened this issue Jul 3, 2023 · 0 comments

Comments

@Balanced02
Copy link
Contributor

Expected behavior

Should implement biometrics authentication at the keychain level and not application level

Actual behavior

The authorization is implemented at application level, instead of keychain level. Therefore, it is prone to bypasses – users may access plaintext passwords without biometric authentication in some cases.

Recommendations

Use the react-native-keychain’s BIOMETRY_CURRENT_SET flag to allow access to passwords only with already enrolled fingerprints.

Which version(s) does this affect? (Environment, OS, etc...)

  • iOS and android
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants