Information Exposure Affecting cordova-android package, versions <6.0.0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-CORDOVAANDROID-174935
- published 10 Jun 2019
- disclosed 9 May 2017
- credit Mark Ward
Introduced: 9 May 2017
CVE-2016-6799 Open this link in a new tabHow to fix?
Upgrade cordova-android
to version 6.0.0 or higher.
Overview
cordova-android is an Android application library that allows for Cordova-based projects to be built for the Android Platform.
Affected versions of this package are vulnerable to Information Exposure. It called methods of the Log class. Messages passed to its methods were stored in a series of circular buffers on the device. By default, a maximum of four 16 KB rotated logs were kept in addition to the current log. The logged data could be read using Logcat
on the device. When using platforms prior to Android 4.1, the log data is not sandboxed per application, any application installed on the device has the capability to read data logged by other applications.