ID CVE-2016-3914
Summary Race condition in providers/telephony/MmsProvider.java in Telephony in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, 6.x before 2016-10-01, and 7.0 before 2016-10-01 allows attackers to gain privileges via a crafted application that modifies a database between two open operations, aka internal bug 30481342.
References
Vulnerable Configurations
  • cpe:2.3:o:google:android:4.0:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.0.2:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.0.2:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.0.3:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.0.3:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.0.4:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.0.4:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.2:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.2:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.3:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.3:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.3.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.4:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.4:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.4.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.4.2:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.4.2:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:4.4.3:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:4.4.3:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:5.0:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:5.0:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:5.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:5.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:5.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:5.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:5.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:5.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:6.0:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:6.0:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:6.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:6.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:google:android:7.0:*:*:*:*:*:*:*
    cpe:2.3:o:google:android:7.0:*:*:*:*:*:*:*
CVSS
Base: 9.3 (as of 28-11-2016 - 20:13)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:N/AC:M/Au:N/C:C/I:C/A:C
refmap via4
bid 93300
confirm
Last major update 28-11-2016 - 20:13
Published 10-10-2016 - 10:59
Last modified 28-11-2016 - 20:13
Back to Top