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
This is mainly only an issue on rooted phones and phones where the READ_LOGS permission was manually granted to an app through ADB.
However, that's assuming there isn't a bug in the OS that leaks logs, or that there aren't poorly sandboxed system or bloatware apps that are granted this permission by default.
Finally, it is a huge code smell. The entire codebase should be audited for any other possible locations where secrets might be getting leaked.
Hi, just trying out edge.app for the first time, not sure if this is a security concern or not.
Steps to reproduce:
adb logcat | grep crypto_bridge
, the following logs appear:The italic texts are base64 encoded username, password, and private key.
The text was updated successfully, but these errors were encountered: