Jie can use the app to do sensitive operations because the “unlocked key” is not used during the application flow
Jie can use the app to do sensitive operations because the “unlocked key” is not used during the application flow
OWASP ASVS
AUTH-2,AUTH-3
OWASP AppSensor
TEST-0017,TEST-0064
CAPEC
-
SAFECODE
Ensuring that the app and its cryptographic keys are accessible only under strict conditions, such as when the device is unlocked by an authenticated user, within secure application contexts, or for limited periods of time, is critical to maintaining the confidentiality and integrity of encrypted data.
Make sure the unlocked key is used during sensitive operations. For example when decrypting local storage or when decrypting or signing a message before sending or receiving it from a remote endpoint. You may want to re-authenticate before contextual state changes like when changing state from running in the background to running in the foreground or changing the user's email, password, pin or phone number. Otherwise, the application may be vulnerable to a local authentication bypass.
OWASP MASVS (2.1): AUTH-2 ,AUTH-3
OWASP MASTG (1.7): TEST-0017 ,TEST-0064
Capec: 115
Safecode: 28
No attacks registered!