EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 905 forks source link

Intent Redirection Vulnerability #1196

Open champikamendis opened 1 year ago

champikamendis commented 1 year ago

Playstore rejected my app due to a vulnerability in the cordova-plugin-x-socialsharing plugin. They have mentioned it like:

For example, your app contains an Intent Redirection issue which can allow malicious apps to access private app components or files. - org.apache.cordova.CordovaInterfaceImpl.startActivityForResult

I think something wrong with this startActivityForResult() method. Your help to fix this issue in cordova android application, will be much appreciated. Thank you.