Lucene search
+L

81 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2013-3887

Malware in sbrugna...

6.2CVSS6.2AI score0.0042EPSS
SaveExploits2References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2007-4668

Malware in sbrugna...

7.2CVSS6.3AI score0.00373EPSS
SaveExploits1References11
Positive Technologies
Positive Technologies
added 2024/12/11 12:00 a.m.20 views

PT-2025-3034 · Apple · Xnu Kernel +3

Name of the Vulnerable Software and Affected Versions: macOS versions prior to 15.2 iOS versions prior to 18.2 iPadOS versions prior to 18.2 Description: A type confusion issue was addressed with improved memory handling. An attacker with user privileges may be able to read kernel memory due to...

9.1CVSS5.4AI score0.00896EPSS
SaveExploits0References15
GithubExploit
GithubExploit
added 2024/06/19 10:03 p.m.733 views

Exploit for Out-of-bounds Write in Apple Ipados

CVE-2024-27815 XNU kernel buffer overflow. Introduced in xnu...

7.8CVSS8.2AI score0.02047EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2024/01/01 12:00 a.m.12 views

PT-2024-13027

Name of the Vulnerable Software and Affected Versions Apple iOS versions prior to 17 Apple iPadOS versions prior to 17 Apple macOS versions prior to 14 Description This issue involves a use-after-free condition addressed through improved memory management. A malicious application may potentially...

7.8CVSS7.6AI score0.0141EPSS
SaveExploits3References30
GithubExploit
GithubExploit
added 2023/03/01 8:23 a.m.356 views

Exploit for Race Condition in Apple Safari

MacDirtyCow Example of CVE-2022-46689 aka MacDirtyCow. Wh...

7CVSS7.2AI score0.44678EPSS
SaveExploits9
BDU FSTEC
BDU FSTEC
added 2021/10/13 12:00 a.m.48 views

The vulnerability of the XNU kernel in Apple iOS and Mac OS systems allows attackers to escalate their privileges or execute arbitrary code.

The vulnerability of the XNU kernel in Apple’s iOS and Mac OS systems is related to type conversion errors. Exploiting this vulnerability can allow attackers to enhance their privileges or execute arbitrary code by running a specially created application...

8.8CVSS8.1AI score0.0415EPSS
SaveExploits0References8Affected Software2
GoogleProjectZero
GoogleProjectZero
added 2021/04/22 12:00 a.m.552 views

Designing sockfuzzer, a network syscall fuzzer for XNU

Posted by Ned Williamson, Project Zero Introduction When I started my 20% project – an initiative where employees are allocated twenty-percent of their paid work time to pursue personal projects – with Project Zero, I wanted to see if I could apply the techniques I had learned fuzzing Chrome to...

9.3CVSS8.3AI score0.22024EPSS
SaveExploits17
GoogleProjectZero
GoogleProjectZero
added 2020/07/31 12:00 a.m.52 views

The core of Apple is PPL: Breaking the XNU kernel's kernel

Posted by Brandon Azad, Project Zero While doing research for the one-byte exploit technique, I considered several ways it might be possible to bypass Apple's Page Protection Layer PPL using just a physical address mapping primitive, that is, before obtaining kernel read/write or defeating PAC...

6.9AI score
SaveExploits0
CERT
CERT
added 2020/05/26 12:00 a.m.79 views

iOS, iPadOS, tvOS, watchOS, and macOS contain a double-free vulnerability in the XNU kernel lio_listio() function

Overview iOS, iPadOS, tvOS, watchOS, and macOS contain a double-free vulnerability in the GNU kernel's liolistio function, which can allow a malicious application to achieve unsandboxed, kernel-level code execution. Description iOS, iPadOS, tvOS, watchOS, and macOS contain an a double-free...

7.8CVSS7.4AI score0.00829EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2019/07/04 12:00 a.m.31 views

The vulnerability in the XNU kernel of iOS, Mac OS, and TV OS allows attackers to perform unauthorized changes to the memory shared among processes.

The vulnerability of the XNU-based operating systems such as iOS, Mac OS, and TV OS is related to errors in the memory initialization mechanism. Exploiting this vulnerability allows an attacker to perform unauthorized changes to the memory shared among processes, using specially crafted executabl...

5.5CVSS5.5AI score0.0342EPSS
SaveExploits3References8Affected Software3
ThreatPost
ThreatPost
added 2019/03/04 4:29 p.m.74 views

Project Zero Discloses High-Severity Apple macOS Flaw

Researchers have disclosed what they say is a high-severity security flaw in Apple’s MacOS operating system – which has not yet been patched. The flaw gives an attacker privileges to perform malicious actions on a mounted filesystem – without the victim knowing. The Google Project Zero team...

0.2AI score
SaveExploits0References4
zdt
zdt
added 2018/11/06 12:00 a.m.399 views

XNU Kernel iOS / macOS heap buffer overflow Exploit

The vulnerability is a heap buffer overflow in the networking code in the XNU operating system kernel. XNU is used by both iOS and macOS, which is why iPhones, iPads, and Macbooks are all affected. My exploit PoC just overwrites the heap with garbage, which causes an immediate kernel crash and...

9.2AI score0.22024EPSS
SaveExploits11
seebug.org
seebug.org
added 2018/06/08 12:00 a.m.95 views

XNU kernel heap overflow due to bad bounds checking in MPTCP(CVE-2018-4241)

mptcpusrconnectx is the handler for the connectx syscall for the APMULTIPATH socket family. The logic of this function fails to correctly handle source and destination sockaddrs which aren't AFINET or AFINET6: // verify salen for AFINET: if dst-safamily == AFINET && dst-salen !=...

8.1AI score0.08121EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/06/06 12:00 a.m.51 views

XNU Kernel - Heap Overflow Due to Bad Bounds Checking in MPTCP

mptcpusrconnectx is the handler for the connectx syscall for the APMULTIPATH socket family. The logic of this function fails to correctly handle source and destination sockaddrs which aren't AFINET or AFINET6: // verify salen for AFINET: if dst-safamily == AFINET && dst-salen !=...

9.3CVSS7.6AI score0.08121EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/06/06 12:00 a.m.30 views

XNU Kernel - Heap Overflow Due to Bad Bounds Checking in MPTCP

XNU Kernel - Heap Overflow Due to Bad Bounds Checking in MPTCP mptcpusrconnectx is the handler for the connectx syscall for the APMULTIPATH socket family. The logic of this function fails to correctly handle source and destination sockaddrs which aren't AFINET or AFINET6: // verify salen for...

0.5AI score
SaveExploits0
zdt
zdt
added 2018/06/06 12:00 a.m.106 views

XNU Kernel - Heap Overflow Due to Bad Bounds Checking in MPTCP Exploit

Exploit for multiple platform in category dos / poc mptcpusrconnectx is the handler for the connectx syscall for the APMULTIPATH socket family. The logic of this function fails to correctly handle source and destination sockaddrs which aren't AFINET or AFINET6: // verify salen for AFINET: if...

8.2AI score0.08121EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2017/12/11 12:00 a.m.79 views

Apple macOS XNU Kernel - Memory Disclosure due to bug in Kernel API for Detecting Kernel Memory Disclosures

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1372 the kernel libproc API proclistuptrs has the following comment in it's userspace header: / Enumerate potential userspace pointers embedded in kernel data structures. Currently inspects kqueues only. NOTE: returned "pointers"...

5.5CVSS6.7AI score0.04247EPSS
SaveExploits1
exploitpack
exploitpack
added 2017/12/11 12:00 a.m.53 views

Apple macOS XNU Kernel - Memory Disclosure due to bug in Kernel API for Detecting Kernel Memory Disclosures

Apple macOS XNU Kernel - Memory Disclosure due to bug in Kernel API for Detecting Kernel Memory Disclosures / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1372 the kernel libproc API proclistuptrs has the following comment in it's userspace header: / Enumerate potential...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2017/05/27 12:00 a.m.55 views

Apple MacOS 32-Bit Syscall Exit Kernel Register Leak(CVE-2017-2509)

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 bsd/dev/i386/systemcalls.c calls threadexceptionreturn in osfmk/x8664/locore.s, which in turn...

4.3CVSS7.7AI score0.02321EPSS
SaveExploits3
Rows per page
Query Builder