Cryptogenic / PS4-5.05-Kernel-Exploit
- среда, 30 мая 2018 г. в 00:16:09
JavaScript
A fully implemented kernel exploit for the PS4 on 5.05FW
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.
The following patches are made by default in the kernel ROP chain:
sys_dynlib_dlsym
) allowed from any processkexec()
) to execute arbitrary code in kernel modesetuid(0)
successfully. Works as a status check, doubles as a privilege escalation.Massive credits to the following: