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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/limesss/cve-2023-36109
静态分析漏洞分析漏洞利用模糊测试二进制分析
GitHublimesss/cve-2023-36109

CVE-2023-36109

CVE-2023-36109 的 PoC

查看仓库
222年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-36109

针对 CVE-2023-36109 的 PoC

获取仓库

root@kitploit:~
git clone https://github.com/jerryscript-project/jerryscript.git
cd jerryscript

构建

root@kitploit:~
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --compile-flag=-fno-common --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --error-messages=on --system-allocator=on --logging=on --line-info=on --stack-limit=20

主要原因

在 jerry-core/ecma/base/ecma-helpers-string.c:2609 的 ecma_stringbuilder_append_raw 中发生缓冲区溢出。

下载工具