Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants