Vulnerabilities > CVE-2016-8462 - Information Exposure vulnerability in Google Android

047910
CVSS 2.1 - LOW
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
local
low complexity
google
CWE-200

Summary

An information disclosure vulnerability in the bootloader could enable a local attacker to access data outside of its permission level. This issue is rated as High because it could be used to access sensitive data. Product: Android. Versions: N/A. Android ID: A-32510383.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Subverting Environment Variable Values
    The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
  • Footprinting
    An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
  • Exploiting Trust in Client (aka Make the Client Invisible)
    An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • Browser Fingerprinting
    An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
  • Session Credential Falsification through Prediction
    This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.

Seebug

bulletinFamilyexploit
description#### Products * OnePlus 3T * OnePlus 3 #### Vulnerable Version * OxygenOS 4.0.2 and earlier #### Mitigation * Install OxygenOS 4.0.3 or later #### Summary A physical attacker, PC malware / malicious charger having ADB or fastboot access to the device can cause a locked bootloader to partially dump the content of an arbitrary partition (except keystore) by issuing the fastboot oem dump <partition> fastboot command. Technical Details The bootloader’s fastboot interface must not allow any security-sensitive operation to be run unless the bootloader is unlocked. However, in the affected OnePlus devices and OxygenOS versions, one could partially dump the content of any partition (except keystore): ``` > fastboot oem dump userdata [...] (bootloader) Dump partition: userdata (bootloader) C0C7A7D7DFE7BA0214A21F3366313AF2DA7B36AEF27B5C40694D9534B2D (bootloader) 3B19C068DEED8C7D333037AB6B770494DD054076171B1D33555C7EEC3FB (bootloader) E793F5692B86E95D4D697FA98966D82E256103641605149439404A89309 (bootloader) 9EFFB47DFC976857BDE7D388A0DC45B84A97CCD7A0F9CD592EE50D6D6EE (bootloader) 239E3D9829DFC8627A0F19D8D73FE258A7B576C31DACBAB0EB8B5D01679 (bootloader) B78A8C51D338385A853E4E2A3DBA2A873FC707BEE052F56168050964B94 [...] ``` And indeed the data is correct: ``` OnePlus3:/dev/block/bootdevice/by-name # head userdata | od -tx 0000000 c0c7a7d7 dfe7ba02 14a21f33 66313af2 0000020 da7b36ae f27b5c40 694d9534 b2d361fa 0000040 2cd4f050 79e5e97c 55be1782 b34fbfef 0000060 1edc578b b8cdaf6d 24dfaf1b d7461400 0000100 3b19c068 deed8c7d 333037ab 6b770494 0000120 dd054076 171b1d33 0555c7ee c3fb029b 0000140 4f92d8a2 2af74432 e07bf276 42e3639e 0000160 d5979e35 7cd4adcb ed181221 09a484d1 ``` One may argue that this is not an issue because userdata is encrypted, however please note that: * Google has recently patched a vulnerability with a similar impact in Pixel (CVE-2016-8462). It was rated with ‘High’ severity. * Other vulnerabilies (if found) can be used in order to leak the AES master key from memory. #### Timeline * 25-Apr-17: Public disclosure. * 20-Mar-17: Patch available. * 01-Mar-17: Added as ALEPH-2017006. * 29-Jan-17: CVE-2017-5625 assigned. * 25-Jan-17: CVE ID requested. * 23-Jan-17: Reported.
idSSV:93103
last seen2017-11-19
modified2017-05-12
published2017-05-12
reporterRoot
titleOnePlus 3/3T OxygenOS Unauthorized Flash Dumping via fastboot(CVE-2017-5625)