Lucene search
+L

241 matches found

zdt
zdt
added 2017/05/23 12:00 a.m.60 views

Apple macOS - 32-bit syscall exit Kernel Register Leak Exploit

Exploit for macOS platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1149 The XNU kernel, when compiled for a x86-64 CPU, can run 32-bit x86 binaries in compatibility mode. 32-bit binaries use partly separate syscall entry and exit paths. To return to...

4.3CVSS7.7AI score0.02321EPSS
SaveExploits3
exploitpack
exploitpack
added 2017/05/22 12:00 a.m.18 views

Apple macOS - 32-bit syscall exit Kernel Register Leak

Apple macOS - 32-bit syscall exit Kernel Register Leak Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1149 The XNU kernel, when compiled for a x86-64 CPU, can run 32-bit x86 binaries in compatibility mode. 32-bit binaries use partly separate syscall entry and exit paths. To...

SaveExploits0
Exploit DB
Exploit DB
added 2017/05/22 12:00 a.m.38 views

Apple macOS - '32-bit syscall exit' Kernel Register Leak

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1149 The XNU kernel, when compiled for a x86-64 CPU, can run 32-bit x86 binaries in compatibility mode. 32-bit binaries use partly separate syscall entry and exit paths. To return to userspace, unixsyscall in...

5.5CVSS6.2AI score0.02321EPSS
SaveExploits3
seebug.org
seebug.org
added 2017/04/17 12:00 a.m.66 views

XNU kernel UaF due to lack of locking in set_dp_control_port (CVE-2016-7644)

setdpcontrolport is a MIG method on the hostprivport so this bug is a root-kernel escalation. kernreturnt setdpcontrolport hostprivt hostpriv, ipcportt controlport if hostpriv == HOSTPRIVNULL return KERNINVALIDHOST; if IPVALIDdynamicpagercontrolport ipcportreleasesenddynamicpagercontrolport;...

9.3CVSS7.7AI score0.0676EPSS
SaveExploits10
zdt
zdt
added 2017/04/04 12:00 a.m.71 views

macOS Kernel 10.12.3 (16D32) - Use-After-Free Due to Double-Release in posix_spawn Exploit

Exploit for multiple platform in category dos / poc / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1104 exechandleportactions is responsible for handling the xnu port actions extension to posixspawn. It supports 4 different types of port PSPASPECIAL, PSPAEXCEPTION,...

9.3CVSS8.8AI score0.04579EPSS
SaveExploits3
zdt
zdt
added 2016/12/17 12:00 a.m.170 views

iOS 10.1.1 / macOS 10.12 16A323 XNU Kernel - set_dp_control_port Lack of Locking Use-After-Free Vuln

Exploit for multiple platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=965 setdpcontrolport is a MIG method on the hostprivport so this bug is a root-kernel escalation. kernreturnt setdpcontrolport hostprivt hostpriv, ipcportt controlport if hostpriv...

9.3CVSS7.3AI score0.0676EPSS
SaveExploits10
Exploit DB
Exploit DB
added 2016/12/16 12:00 a.m.197 views

Apple macOS 10.12 16A323 XNU Kernel / iOS 10.1.1 - 'set_dp_control_port' Lack of Locking Use-After-Free

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=965 setdpcontrolport is a MIG method on the hostprivport so this bug is a root-kernel escalation. kernreturnt setdpcontrolport hostprivt hostpriv, ipcportt controlport if hostpriv == HOSTPRIVNULL return KERNINVALIDHOST; if...

9.3CVSS7.4AI score0.0676EPSS
SaveExploits10
exploitpack
exploitpack
added 2016/12/16 12:00 a.m.67 views

Apple macOS 10.12 16A323 XNU Kernel iOS 10.1.1 - set_dp_control_port Lack of Locking Use-After-Free

Apple macOS 10.12 16A323 XNU Kernel iOS 10.1.1 - setdpcontrolport Lack of Locking Use-After-Free Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=965 setdpcontrolport is a MIG method on the hostprivport so this bug is a root-kernel escalation. kernreturnt setdpcontrolport hostpri...

9.3CVSS0.1AI score0.0676EPSS
SaveExploits10
GoogleProjectZero
GoogleProjectZero
added 2016/10/25 12:00 a.m.41 views

task_t considered harmful

Posted by Ian Beer, Project Zero This post discusses a design issue at the core of the XNU kernel which powers iOS and MacOS. Apple have shipped two iterations of mitigations followed yesterday by a large refactor in MacOS 10.12.1/iOS 10.1. We’ll look at the bugs, how they can be exploited to...

9.3CVSS6.5AI score0.12671EPSS
SaveExploits10
exploitpack
exploitpack
added 2016/05/16 12:00 a.m.33 views

Apple OS X 10.10.5 - rootsh Local Privilege Escalation

Apple OS X 10.10.5 - rootsh Local Privilege Escalation rootsh rootsh is a local privilege escalation targeting OS X Yosemite 10.10.5 build 14F27. It exploits CVE-2016-1758 and CVE-2016-1828, two vulnerabilities in XNU that were patched in OS X El Capitan 10.11.4 and 10.11.5. rootsh will not work ...

9.3CVSS1.2AI score0.06435EPSS
SaveExploits3
zdt
zdt
added 2016/01/28 12:00 a.m.52 views

Apple Mac OSX / iOS - Unsandboxable Kernel Code Exection Due to iokit Double Release in IOKit

Exploit for multiple platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=620 I wanted to demonstrate that these iOS/OS X kernel race condition really are exploitable so here's a PoC which gets RIP on OS X. The same techniques should transfer...

7.2CVSS8.3AI score0.00996EPSS
SaveExploits4
exploitpack
exploitpack
added 2016/01/28 12:00 a.m.35 views

Apple Mac OSX iOS - Unsandboxable Kernel Code Exection Due to iokit Double Release in IOKit

Apple Mac OSX iOS - Unsandboxable Kernel Code Exection Due to iokit Double Release in IOKit Source: https://code.google.com/p/google-security-research/issues/detail?id=620 I wanted to demonstrate that these iOS/OS X kernel race condition really are exploitable so here's a PoC which gets RIP on OS...

7.2AI score
SaveExploits0
NVD
NVD
added 2015/12/11 11:59 a.m.19 views

CVE-2015-7046

The Sandbox feature in xnu in Apple iOS before 9.2, OS X before 10.11.2, tvOS before 9.1, and watchOS before 2.1 does not properly implement privilege separation, which allows attackers to bypass the ASLR protection mechanism via a crafted app with root privileges...

2.6CVSS8.1AI score0.01897EPSS
SaveExploits0References10
Prion
Prion
added 2015/12/11 11:59 a.m.19 views

Design/Logic Flaw

The Sandbox feature in xnu in Apple iOS before 9.2, OS X before 10.11.2, tvOS before 9.1, and watchOS before 2.1 does not properly implement privilege separation, which allows attackers to bypass the ASLR protection mechanism via a crafted app with root privileges...

2.6CVSS6AI score0.01897EPSS
SaveExploits0References10Affected Software4
Cvelist
Cvelist
added 2015/12/11 11:00 a.m.27 views

CVE-2015-7046

The Sandbox feature in xnu in Apple iOS before 9.2, OS X before 10.11.2, tvOS before 9.1, and watchOS before 2.1 does not properly implement privilege separation, which allows attackers to bypass the ASLR protection mechanism via a crafted app with root privileges...

8.1AI score0.01897EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2015/10/01 12:00 a.m.11 views

The vulnerability of the iOS operating system, which allows a hacker to trigger a service failure

The vulnerability of the XNU kernel component of the iOS operating system exists due to insufficient checking of input data. Exploiting this vulnerability allows a malicious actor to cause service failure by sending a TCP packet containing a specially crafted header...

5CVSS5.5AI score0.0244EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2015/09/18 12:00 p.m.18 views

CVE-2015-5879

XNU in the kernel in Apple iOS before 9 does not properly validate the headers of TCP packets, which allows remote attackers to bypass the sequence-number protection mechanism and cause a denial of service TCP connection disruption via a crafted header...

5CVSS4.9AI score0.0244EPSS
SaveExploits0References6
Prion
Prion
added 2015/09/18 12:00 p.m.20 views

Design/Logic Flaw

XNU in the kernel in Apple iOS before 9 does not properly validate the headers of TCP packets, which allows remote attackers to bypass the sequence-number protection mechanism and cause a denial of service TCP connection disruption via a crafted header...

5CVSS6.3AI score0.0244EPSS
SaveExploits0References6Affected Software2
NVD
NVD
added 2015/09/18 10:59 a.m.28 views

CVE-2015-5842

XNU in the kernel in Apple iOS before 9 does not properly initialize an unspecified data structure, which allows local users to obtain sensitive memory-layout information via unknown vectors...

2.1CVSS4.3AI score0.0034EPSS
SaveExploits0References8
Prion
Prion
added 2015/09/18 10:59 a.m.23 views

Memory corruption

XNU in the kernel in Apple iOS before 9 does not properly initialize an unspecified data structure, which allows local users to obtain sensitive memory-layout information via unknown vectors...

2.1CVSS5AI score0.0034EPSS
SaveExploits0References8Affected Software3
Rows per page
Query Builder