K73游戏下载
PS5内核漏洞3.xx / 4.xx v1.03 下载

PS5内核漏洞3.xx / 4.xx 下载v1.03

类型:软件
大小:76 KB
日期:2026-08-10
版本:v1.03
PS5折腾入门必备,内核漏洞工具分享。

本地下载

介绍

PS5内核漏洞(PS5 Kernel Exploit)是一款面向PS5主机玩家的系统级工具,主要针对3.xx与4.xx固件版本,利用IPv6协议栈中的内核漏洞实现越狱操作。该工具由Cryptogenic开发,为后续运行Homebrew程序、备份游戏、修改系统文件等折腾玩法提供了基础入口。对于喜欢探索主机潜能的玩家而言,这款工具是折腾路上的关键一步,操作门槛相对较低,配合网页引导即可完成触发。

仅支持早期PS5主机版本3.xx与4.xx固件(3.00-4.51),具体支持请看下文。
以下教程为原文+机翻,请英文+中文比对使用(原文机翻,操作为个人行为,操作即代表你已熟知风险,本站不负任何责任
其他自动加载器:
Y2JB | BD-JB | Lua

PS5内核漏洞点评

- 支持3.xx与4.xx固件,覆盖早期版本主机。

- 基于IPv6内核漏洞,稳定性相对较好。

- 开源免费,持续更新,玩家可自行编译。

- 配合引导页使用,触发简单,适合新手入门。

- 为后续Homebrew与备份工具铺路,可玩性高。

PS5内核漏洞怎么用 使用教程

This repo contains an experimental WebKit ROP implementation of a PS5 kernel exploit based on TheFlow's IPV6 Use-After-Free (UAF), which was reported on HackerOne. The exploit strategy is for the most part based on TheFlow's BSD/PS4 PoC with some changes to accommodate the annoying PS5 memory layout (for more see Research Notes section). It establishes an arbitrary read / (semi-arbitrary) write primitive. This exploit and its capabilities have a lot of limitations, and as such, it's mostly intended for developers to play with to reverse engineer some parts of the system.
本仓库包含一个基于 WebKit ROP 的 PS5 内核漏洞利用实验性实现,该漏洞利用基于 TheFlow 的 IPv6 释放后使用 (UAF) 机制 ,该机制已在 HackerOne 上报道 。该漏洞利用策略主要基于 TheFlow 的 BSD/PS4 PoC,并进行了一些修改以适应 PS5 特殊的内存布局(更多信息请参见 “研究笔记 ”部分)。它建立了一个任意读取/(半任意)写入的原语。该漏洞利用及其功能存在诸多限制,因此主要供开发者用于逆向工程系统部分代码。

With latest stability improvements, reliability is at about 80%. This document will contain research info about the PS5, and this exploit will undergo continued development and improvements as time goes on.
经过最新的稳定性改进,可靠性约为 80%。本文档将包含有关 PS5 的研究信息,并且随着时间的推移,此漏洞利用程序将持续进行开发和改进。

Those interested in contributing to PS5 research/dev can join a discord I have setup here.
对参与 PS5 研究/开发感兴趣的人可以加入我在这里创建的 Discord 服务器。

Exploit should now support the following firmwares:
该漏洞利用程序现在应该支持以下固件:

Currently Included 目前已包含
Limitations 局限性
How to use 如何使用
  1. Configure fakedns via dns.conf to point manuals.playstation.net to your PCs IP address
    通过 dns.conf 配置 fakedns,将 manuals.playstation.net 指向您电脑的 IP 地址。
  2. Run fake dns: python fakedns.py -c dns.conf
    运行伪造的 DNS: python fakedns.py -c dns.conf
  3. Run HTTPS server: python host.py
    运行 HTTPS 服务器: python host.py
  4. Go into PS5 advanced network settings and set primary DNS to your PCs IP address and leave secondary at 0.0.0.0
    进入 PS5 高级网络设置,将主 DNS 服务器设置为您电脑的 IP 地址,并将辅助 DNS 服务器保留为 0.0.0.0
    1. Sometimes the manual still won't load and a restart is needed, unsure why it's really weird
      有时候手册还是加载不出来,需要重启电脑,不知道为什么,真是奇怪。
  5. Go to user manual in settings and accept untrusted certificate prompt, run
    转到设置中的用户手册,接受不受信任证书提示,然后运行
  6. Optional: Run rpc/dump server scripts (note: address/port must be substituted in binary form into exploit.js).
    可选:运行 rpc/dump 服务器脚本(注意:地址/端口必须以二进制形式替换到 exploit.js 中)。
Future work 未来工作
Using ELF Loader 使用 ELF 加载器

To use the ELF loader, run the exploit until completion. Upon completion it'll run a server on port :9020. Connect and send your ELF to the PS5 over that port and it'll run it. Assuming the ELF doesn't crash the browser, it can continue to run ELFs forever.
要使用 ELF 加载器,请运行漏洞利用程序直至完成。完成后,它会在 :9020 端口上运行一个服务器。连接该服务器并通过该端口向 PS5 发送您的 ELF 文件,它就会运行该文件。假设 ELF 文件不会导致浏览器崩溃,它可以无限循环运行 ELF 文件。

Exploit Stages 漏洞利用阶段

This exploit works in 5 stages, and for the most part follows the same exploit strategy as theflow's poc.
该漏洞利用分为 5 个阶段,并且在很大程度上遵循与 theflow 的 poc 相同的漏洞利用策略。

  1. Trigger the initial UAF on ip6_pktopts and get two sockets to point to the same pktopts / overlap (master socket <-> overlap spray socket)
    ip6_pktopts 上触发初始 UAF,并使两个套接字指向同一个 pktopts / 重叠(主套接字 <-> 重叠喷射套接字)
  2. Free the pktopts on the master socket and fake it with an ip6_rthdr spray containing a tagged tclass overlap.
    释放主套接字上的 pktopts ,并使用包含标记 tclass 重叠的 ip6_rthdr spray 来伪造它。
  3. Infoleak step. Use pktopts/rthdr overlap to leak a kqueue from the 0x200 slab and pktopts from the 0x100 slab.
    信息泄露步骤。利用 pktopts / rthdr 重叠从 0x200 slab 泄露 kqueue,并从 0x100 slab pktopts
  4. Arbitrary read/write step. Fake pktopts again and find the overlap socket to use IPV6_RTHDR as a read/write primitive.
    任意读/写步骤。再次伪造 pktopts 并找到重叠套接字,以便使用 IPV6_RTHDR 作为读/写原语。
  5. Cleanup + patch step. Increase refcount on corrupted sockets for successful browser exit + patch data to enable debug menu and patch ucreds for uid0.
    清理 + 修补步骤。增加损坏套接字的引用计数,以便浏览器成功退出;修补数据以启用调试菜单;修补 uid0 的 ucreds。
  6. Run ELF loader server that will accept and load/run ELFs. Currently WIP, does not support relocations at the moment.
    运行 ELF 加载服务器,该服务器能够接收并加载/运行 ELF 文件。目前仍在开发中,暂不支持文件重定位。
Stability Notes 稳定性说明

Stability for this exploit is at about 30% 80-90%, and has two potential points of failure. In order of observed descending liklihood:
该漏洞利用的稳定性约为 30% 成功率在 80% 到 90% 之间,并且有两个潜在的故障点。按观察到的可能性从高到低排序:

  1. Stage 1 fails to reclaim the UAF, causing immediate crash or latent corruption that causes crash.
    第一阶段无法回收 UAF,导致立即崩溃或潜在损坏导致崩溃。
  2. Stage 4 fails to find a victim socket
    第 4 阶段未能找到受害者套接字
Research Notes 研究笔记

热门同类软件推荐

软件名称 功能优势 评分
链合助手 一键越狱集成工具 ★★★★
ps5homebrew Homebrew应用商店 ★★★★
PS5修改器 游戏修改与作弊 ★★★
PS5备份工具 存档备份与恢复 ★★★★

更新日志

v1.03
增加了对相对位置迁移的支持。
修复了各种小错误/拼写错误(感谢 John Tornblom)。

v1.02
增加了对固件 3.00、3.20、3.21、4.02 和 4.51 的支持(3.10 和 4.00 部分支持)(感谢 ChendoChap)。
现在会在漏洞利用后清理文件描述符,这样子进程就不会不必要地继承大量资源。
修复了 ELF 加载器中可能导致读取不完整的各种错误。
为 ELF 加载器添加了一些用于内核读/写操作的入口点参数。

点击展开全部内容 >

玩家评论

游戏工具
进入专区
这里有很多的游戏工具,支持下载各种游戏工具,包括游戏抽卡模拟器、游戏下载工具、游戏安全工具、游戏弹琴助手等等,帮助玩家们更好的进行游戏的挑战与体验。 下载 PS5内核漏洞3.xx / 4.xx 下载 PS5调试工具ps5debug-NG 下载 PS5漏洞加载工具ps5 payload dev elfldr.elf 下载最新版 PS5存档管理器 下载官方版 PS5 Lua Autoloader 免费版 卢比手速快 下载安装 PS5 Payload Manager 下载官方版 ps5 BD-JB Autoloader
系统工具
进入专区
手机系统工具可以对系统内部进行深度清洁和故障排除的软件,旨在消除运行中累积的冗余数据和潜在问题。这些软件能够执行诸如木马查杀、插件清理、漏洞修复等核心任务,以确保系统的安全无虞。还有手机体检功能,对手机进行全面检查,识别并处理潜在问题。 下载 PS5内核漏洞3.xx / 4.xx 下载 PS5调试工具ps5debug-NG 下载 PS5漏洞加载工具ps5 payload dev elfldr.elf 下载最新版 PS5存档管理器 下载官方版 PS5 Lua Autoloader 下载安装 PS5 Payload Manager 下载官方版 ps5 BD-JB Autoloader 下载 vivo性能引擎
游戏辅助
进入专区
手机游戏辅助,作为针对特定游戏的智能助手与增强工具,如《王者荣耀》的专属伴侣“王者营地”,为《英雄联盟手游》玩家打造的“掌上联盟”,以及《原神》爱好者信赖的“米游社”,它们均属于为提升玩家体验而精心设计的手机游戏辅助应用。 下载 PS5内核漏洞3.xx / 4.xx 下载 PS5调试工具ps5debug-NG 下载 PS5漏洞加载工具ps5 payload dev elfldr.elf 下载最新版 PS5存档管理器 下载官方版 PS5 Lua Autoloader 下载安装 PS5 Payload Manager 下载官方版 ps5 BD-JB Autoloader 最新版下载 PS5 Y2JB Autoloader

精品推荐

相关文章

手游掌机排行