Lucene search
+L

82 matches found

Kitploit
Kitploit
added 2026/09/14 3:28 p.m.11 views

rootsh

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 on platforms with SMAP enabled. CVE-2016-1758...

9.3CVSS6.7AI score0.06435EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/14 10:20 a.m.12 views

CVE-2018-4407

CVE-2018-4407 Massive IOS/MAC Attack Exploit CVE-2018-4407 is a Simple and Very Fast BOF attack Against IOS/MAC that can lead to DOS. 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,...

8.8CVSS7.9AI score0.22024EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/14 8:41 a.m.7 views

CVE-2024-27815

CVE-2024-27815 XNU kernel buffer overflow. Introduced in xnu-10002.1.13, fixed in xnu-10063.121.3. Writeup: https://jprx.io/cve-2024-27815 root@kitploit: gcc TURPENTINE.c -o TURPENTINE ./TURPENTINE Hash root@kitploit: $ sha256sum TURPENTINE.c...

7.8CVSS7.9AI score0.02047EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/14 8:38 a.m.10 views

xnu

What is XNU? XNU kernel is part of the Darwin operating system for use in macOS and iOS operating systems. XNU is an acronym for X is Not Unix. XNU is a hybrid kernel combining the Mach kernel developed at Carnegie Mellon University with components from FreeBSD and a C++ API for writing drivers...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 5:51 a.m.7 views

CVE-2018-4407-IOS

CVE-2018-4407-IOS CVE ? Common Vulnerabilities and Exposures TLDR 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 th...

8.8CVSS7.9AI score0.22024EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/14 4:47 a.m.8 views

blanket

blanket Blanket is a sandbox escape targeting iOS 11.2.6, although the main vulnerability was only patched in iOS 11.4.1. It exploits a Mach port replacement vulnerability in launchd CVE-2018-4280, as well as several smaller vulnerabilities in other services, to execute code inside the ReportCras...

7.8CVSS8AI score0.0206EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/13 5:40 p.m.7 views

CVE-2018-4407

CVE-2018-4407 CVE-2018-4407 is a buffer overflow vulnerability in the XNU kernel's ICMP error code. It causes IOS devices to crash both laptops and mobiles upon receival of one yes 1! single bad packet. The bug was originally disclosured by Kevin Backhouse on his lgtm blogpost on October 30th 201...

8.8CVSS7.8AI score0.22024EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/13 4:46 p.m.6 views

MacDirtyCow

MacDirtyCow Example of CVE-2022-46689 aka MacDirtyCow. What? MacDirtyCow is a privilege escalation vulnerability in macOS, similar to the Dirty COW vulnerability in Linux. The vulnerability resides in the copy-on-write COW mechanism used by macOS's XNU kernel. The vulnerability allows an attacker...

7CVSS7.2AI score0.44678EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/12 5:59 a.m.7 views

SockFuzzer

SockFuzzer: XNU Kernel Fuzzing Framework Project Status SockFuzzer, originally designed as a networking-focused fuzzer for the XNU kernel used in macOS and iOS, has evolved into a comprehensive kernel fuzzing framework. While retaining its original name as a nod to its roots, SockFuzzer now cover...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:59 a.m.7 views

iOS-Kernel-Crash

CVE-2018-4407 Memory Corruption 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 ...

8.8CVSS7.8AI score0.22024EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/11 2:32 a.m.11 views

Pishi

Pishi Pishi is a static binary rewriting tool designed to instrument basic blocks in XNU kernel and in arbitrary macOS kernel extensions kexts. for XNU kernel, Pishi allows you to instrument at a function, file, or folder level. For example, you can instrument everything in the /bsd/net/ director...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 12:54 a.m.9 views

CVE-2026-20698-PF_ROUTE-Heap-Overflow

CVE-2026-20698 — XNU Kernel Heap Overflow via PFROUTE RTAGENMASK Overview Heap buffer overflow in XNU's routing socket PFROUTE when processing RTAGENMASK in routemsg. Triggers kernel panic from an unprivileged process with no entitlements. CVE : CVE-2026-20698 credited to DARKNAVY Affected : iOS...

7.8CVSS5.9AI score0.00326EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 5:54 p.m.15 views

CVE-2026-65330

CVE-2026-65330 — tmpfs setxattr PAC Bypass Component: XNU VFS — defaultsetxattrdoubleagent tmpfs VNOP Affected: iOS / iPadOS 26.6 23G71 and earlier Fixed in: iOS / iPadOS 26.6.1 23G83 Type: Fixed PAC diversifier in xattr handler pointer signing Impact: PC control from kernel context; full privile...

6.5CVSS5.9AI score0.00232EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/09 4:38 a.m.8 views

CVE-2018-4407-iOS-exploit

CVE-2018-4407 iOS Attack Exploit CVE-2018-4407 is a Simple and Very Fast BOF attack Against iOS/mac that can lead to DOS. 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...

8.8CVSS7.8AI score0.22024EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/09 3:43 a.m.8 views

Look-at-The-XNU-Through-A-Tube-CVE-2018-4242-Write-up-Translation-

Look at The XNU Through A Tube CVE-2018-4242 Write-up Zhuo Liang of Qihoo 360 Nirvan Team Contents 1 Introduction 1 1.1 CVE-2018-4242 . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 The XNU Kernel 2 2.1 System Call . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2 MIG...

9.3CVSS7.9AI score0.02828EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/19 4:14 a.m.49 views

CVE-2026-49418 Use-after-free in device pager page list

When msyncMSINVALIDATE is called on a mapping of an unmanaged device object, the physical pages in the mapping range are marked invalid but remain in the pager's page list. A subsequent page fault will cause the fault handler to re-insert the page into the object's list. This corrupts the list, a...

0.00286EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2026/05/30 12:00 a.m.31 views

One (Thread) Can Keep a (PRNG) Secret, but Not Two

We present a novel, practical attack on the IPv6 Fragment ID generation algorithm of XNU, which is the kernel used by Apple products such as macOS and iOS. This attack exploits a race-condition vulnerability in the algorithm's pseudorandom number generator PRNG to cryptanalytically break, learn t...

5.9CVSS7.3AI score0.00681EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/03/30 9:44 p.m.201 views

Exploit for Out-of-bounds Write in Apple Ipados

CVE-2026-20698 — XNU Kernel Heap Overflow via PFROUTE RTAGEN...

7.8CVSS6.1AI score0.00326EPSS
SaveExploits1
Packet Storm
Packet Storm
added 2026/01/29 12:00 a.m.190 views

📄 macOS 10.13.4 (17E199) fgetattrlist Heap Overflow

Proof of concept Metasploit module that exploits a macOS version 10.13.4 heap overflow vulnerability. A kernel heap overflow exists in fgetattrlist due to missing lower-bound buffer size validation when writing returned attributes to caller-supplied memory...

9.3CVSS6.1AI score0.1854EPSS
SaveExploits7
Packet Storm
Packet Storm
added 2025/12/24 12:00 a.m.303 views

📄 macOS 10.12.2 XNU Kernel Privilege Escalation

This proof of concept targets a race‑condition vulnerability in the XNU kernel affecting macOS/iOS. By forcing a use‑after‑free condition on kernel ports, the exploit manipulates freed memory through a controlled spray, allowing a user‑controlled replacement object. Successful exploitation yields...

9.3CVSS8.5AI score0.0676EPSS
SaveExploits6
Rows per page
Query Builder