IntelliJ/Android Studio IDE plugin security, Insecure Storage of tokens.
infosecwriteups.com
·2d
🛡️WebAssembly Security
Preview
Report Post

IDE plugins are a great way to make developer’s life easier by providing functionalities which help them build or test an application and much more.

While reviewing one of the IntelliJ plugins, i came across persistent storage which can be used to store passwords, Oauth tokens etc. https://plugins.jetbrains.com/docs/intellij/persisting-sensitive-data.html

For example — If a plugin requires logging in and fetches data and maintains session using Oauth tokens, It can use persistent storage to store the tokens. Otherwise if a user closes the IDE their tokens stored within the memory of the application/IDE is erased, to make it convenient to the developers so that they are signed back when t...

Similar Posts

Loading similar posts...