Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-35001 — Pwn2Own Vancouver 2023 Ubuntu LPE exploit | Kitploit
Tools/GitHubGitHub/synacktiv/cve-2023-35001
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingRed TeamingBinary Exploitation
GitHubsynacktiv/cve-2023-35001

CVE-2023-35001

Pwn2Own Vancouver 2023 Ubuntu LPE exploit

View Repository
169242 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

nftables oob read/write exploit (CVE-2023-35001)

Exploit used at pwn2own Vancouver 2023 on Ubuntu desktop. The exploit supports the kernel version available at the beginning of the event (5.19.0-35).

Requirements

  • C compiler
  • Go compiler

Usage

root@kitploit:~
# Build
$ make

# Run
$ ./exploit

This produces a lpe.zip file which can be unpacked on the target. There are two binaries in the archive:

  • wrapper: A C binary used to enter namespaces
  • exploit: The actual exploit

The exploit file is the program that should be executed. It uses the wrapper program to call itself and enter a new namespace.

Download Tool