I tried 3 times to publish new update of my cordova android app in google playstore. Every time google rejects the new build and telling that there are vulnerabilities in cordova version 3.5.1, so update to the latest version and publish again. But my cordova cli version is 5.1.1 and android platform version is 4.0.2. How can I fix it???
The issue in CVE-2014-3502 is that Cordova applications would, by default, pass any URLs that they couldn't load to the Android intent system for handling. This lets developers construct URLs that open email applications, maps, or send SMS messages, or even open web pages in the system browser, but it also allowed malicious URLs that could potentially open other applications on the device. This meant that if someone could execute their own JavaScript in your application, that they could use other applications on the device to "phone home" with the user's data.