You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When my android apps implementing FreeRASP, the Mobile Security Platform (aka MobSF) giving a high risk result with
"The App uses the encryption mode CBC with PKCS5/PKCS7 padding. This configuration is vulnerable to padding oracle attacks."
The MobSF also explaining about their result on this article
Describe the bug
When my android apps implementing FreeRASP, the Mobile Security Platform (aka MobSF) giving a high risk result with
"The App uses the encryption mode CBC with PKCS5/PKCS7 padding. This configuration is vulnerable to padding oracle attacks."
The MobSF also explaining about their result on this article
The code:
And I have another high risk issue when implementing with FreeRASP.
The file or SharedPreference is World Writable. Any App can write to the file
The Code:
Please complete the following information:
OS: Android
FreeRASP: 6.6.0
Flutter: 3.24.2
The text was updated successfully, but these errors were encountered: