7.2
CVSSv2

CVE-2016-1863

Published: 22/07/2016 Updated: 20/03/2019
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
CVSS v3 Base Score: 7.8 | Impact Score: 5.9 | Exploitability Score: 1.8
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The kernel in Apple iOS prior to 9.3.3, OS X prior to 10.11.6, tvOS prior to 9.2.2, and watchOS prior to 2.2.2 allows local users to gain privileges or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2016-4582 and CVE-2016-4653.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

apple mac os x

apple tvos

apple watchos

apple iphone os

Exploits

/* Source: bugschromiumorg/p/project-zero/issues/detail?id=830 When you create a new IOKit user client from userspace you call: kern_return_t IOServiceOpen( io_service_t service, task_port_t owningTask, uint32_t type, io_connect_t *connect ); The owningTask mach port gets converted into a task struct pointer by the MIG deserializatio ...