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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2018-4233 — Exploit for CVE-2018-4233, a WebKit JIT optimization bug used during Pwn2Own 2018 | Kitploit
工具/GitHubGitHub/saelo/cve-2018-4233
Vulnerability AnalysisExploitationShellcodeWeb Application ExploitationPayload DevelopmentBinary Exploitation
GitHubsaelo/cve-2018-4233

cve-2018-4233

Exploit for CVE-2018-4233, a WebKit JIT optimization bug used during Pwn2Own 2018

查看仓库
178262年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-4233

针对CVE-2018-4233的利用程序,这是WebKit的JIT编译器中的一个bug。已在macOS 10.13.3上的Safari 11.0.3上测试。

更多详情请参见 https://saelo.github.io/presentations/blackhat_us_18_attacking_client_side_jit_compilers.pdf

该利用程序通过构建addrof和fakeobj原语,然后按照 http://www.phrack.org/papers/attacking_javascript_engines.html 中所述伪造一个typed array,从而获得任意内存读/写。之后,它定位JIT页面并将stage1 shellcode写入其中。该shellcode又将一个.dylib(包含在stage2.js中)写入磁盘并加载到渲染器进程中,以执行沙箱逃逸。Stage 2使用另一个漏洞来突破Safari沙箱,将在稍后发布。

下载工具