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
PS4-5.05-Kernel-Exploit — A fully implemented kernel exploit for the PS4 on 5.05FW | Kitploit
Tools/GitHubGitHub/kpwn/ps4-5.05-kernel-exploit
Embedded Systems SecurityPrivilege EscalationExploitationPost-ExploitationPayload DevelopmentBinary Exploitation
GitHubkpwn/ps4-5.05-kernel-exploit

PS4-5.05-Kernel-Exploit

A fully implemented kernel exploit for the PS4 on 5.05FW

View Repository
26428 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

PS4 5.05 Kernel Exploit


Summary

In this project you will find a full implementation of the second "bpf" kernel exploit for the PlayStation 4 on 5.05. It will allow you to run arbitrary code as kernel, to allow jailbreaking and kernel-level modifications to the system. This exploit also contains autolaunching code for Mira and Vortex's HEN payload. Subsequent loads will launch the usual payload launcher.

This bug was discovered by qwertyoruiopz, and can be found hosted on his website here. The GitHub Pages site automatically generated from this repository should also work.

Patches Included

The following patches are made by default in the kernel ROP chain:

  1. Disable kernel write protection
  2. Allow RWX (read-write-execute) memory mapping
  3. Syscall instruction allowed anywhere
  4. Dynamic Resolving (sys_dynlib_dlsym) allowed from any process
  5. Custom system call #11 (kexec()) to execute arbitrary code in kernel mode
  6. Allow unprivileged users to call setuid(0) successfully. Works as a status check, doubles as a privilege escalation.

Payloads included

  1. Vortex's HEN (Homebrew Enabler)
  2. Mira

Notes

  • The page will crash on successful kernel exploitation, this is normal

Contributors

Massive credits to the following:

  • qwertyoruiopz
  • Flatz
  • Vortex
  • OpenOrbis Team
  • Anonymous
Download Tool