ChendoChap / ps4-ipv6-uaf
- среда, 5 августа 2020 г. в 00:22:53
JavaScript
In this project you will find a full implementation of the "ipv6 uaf" kernel exploit for the PlayStation 4 on 6.70 - 6.72. It will allow you to run arbitrary code as kernel, to allow jailbreaking and kernel-level modifications to the system. will launch the usual payload launcher (on port 9020).
This bug was originally discovered by Fire30, and subsequently found by Andy Nguyen
The following patches are applied to the kernel:
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.