Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident) - Nessus

Medium   Plugin ID: 93525

This page contains detailed information about the Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident) Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 93525
Name: Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident)
Filename: apple_ios_1001_check.nbin
Vulnerability Published: 2016-08-25
This Plugin Published: 2016-09-15
Last Modification Time: 2022-02-14
Plugin Version: 1.60
Plugin Type: local
Plugin Family: Mobile Devices
Dependencies: mdm_dependency_lock.nbin
Required KB Items [?]: mdm/dependency/unlocked

Vulnerability Information


Severity: Medium
Vulnerability Published: 2016-08-25
Patch Published: 2016-09-13
CVE [?]: CVE-2016-4655
CPE [?]: cpe:/o:apple:iphone_os
In the News: True

Synopsis

The version of iOS running on the mobile device is affected by an information disclosure vulnerability.

Description

The version of iOS running on the mobile device is prior to 10.0.1. It is, therefore, affected by an information disclosure vulnerability in the kernel due to improper sanitization of user-supplied input. An unauthenticated, remote attacker can exploit this, by convincing a user to run a specially crafted application, to disclose sensitive information from kernel memory.

This vulnerability is one of three zero day vulnerabilities disclosed on 2016/08/25 and is known to be used by the NSO Group's spyware product Pegasus.

Solution

Upgrade to Apple iOS version 10.0.1 or later.

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, Exploit-DB, GitHub)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident) vulnerability:

  1. Metasploit: exploit/apple_ios/browser/webkit_trident
    [WebKit not_number defineProperties UAF]
  2. Exploit-DB: exploits/ios/remote/44836.rb
    [EDB-44836: WebKit - not_number defineProperties UAF (Metasploit)]
  3. GitHub: https://github.com/Cryptiiiic/skybreak
    [CVE-2016-4655: 8.4.1 Jailbreak using CVE-2016-4655 / CVE-2016-4656]
  4. GitHub: https://github.com/aozhimin/MOSEC-2017
    [CVE-2016-4655]
  5. GitHub: https://github.com/dora2-iOS/daibutsu
    [CVE-2016-4655]
  6. GitHub: https://github.com/geeksniper/reverse-engineering-toolkit
    [CVE-2016-4655]
  7. GitHub: https://github.com/jndok/PegasusX
    [CVE-2016-4655: OS X 10.11.6 LPE PoC for CVE-2016-4655 / CVE-2016-4656]
  8. GitHub: https://github.com/liangle1986126z/jndok
    [CVE-2016-4655: OS X 10.11.6 LPE PoC for CVE-2016-4655 / CVE-2016-4656]
  9. GitHub: https://github.com/mclown/MOSEC-2017
    [CVE-2016-4655]
  10. GitHub: https://github.com/r0ysue/OSG-TranslationTeam
    [CVE-2016-4655]
  11. GitHub: https://github.com/tomitokics/br0ke
    [CVE-2016-4655: My first iOS 'jailbreak' , using CVE 2016-4655 & CVE 2016-4656]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:M/Au:N/C:C/I:N/A:N/E:F/RL:OF/RC:C
CVSS Base Score:7.1 (High)
Impact Subscore:6.9
Exploitability Subscore:8.6
CVSS Temporal Score:5.9 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.9 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N/E:F/RL:O/RC:C
CVSS Base Score:5.5 (Medium)
Impact Subscore:3.6
Exploitability Subscore:1.8
CVSS Temporal Score:5.1 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.1 (Medium)

Go back to menu.

Plugin Source


The apple_ios_1001_check.nbin Nessus plugin is distributed in a propriatory binary format and its source code is protected. This script is Copyright (C) 2016-2022 and is owned by Tenable, Inc. or an Affiliate thereof.

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/apple_ios_1001_check.nbin
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\apple_ios_1001_check.nbin
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/apple_ios_1001_check.nbin

Go back to menu.

How to Run


Here is how to run the Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident) as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Mobile Devices plugin family.
  6. On the right side table select Apple iOS < 10.0.1 Kernel Memory Information Disclosure (Trident) plugin ID 93525.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl apple_ios_1001_check.nbin -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a apple_ios_1001_check.nbin -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - apple_ios_1001_check.nbin -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state apple_ios_1001_check.nbin -t <IP/HOST>

Go back to menu.

References


BID | SecurityFocus Bugtraq ID: APPLE-SA | Apple Security Advisory:
  • 2016-09-14-1
See also: Similar and related Nessus plugins:
  • 93124 - Apple iOS < 9.3.5 Multiple Vulnerabilities (Trident)
  • 93317 - Mac OS X Multiple Vulnerabilities (Security Updates 2016-001 / 2016-005)

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file apple_ios_1001_check.nbin version 1.60. For more plugins, visit the Nessus Plugin Library.

Go back to menu.