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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-3639-specter-v4- — spectre v4 : 推测存储绕过 (CVE-2018-3639) Linux 概念验证 | Kitploit
工具/GitHubGitHub/shuiliusheng/cve-2018-3639-specter-v4-
漏洞分析漏洞利用论文与研究学习与教育二进制利用
GitHubshuiliusheng/cve-2018-3639-specter-v4-

CVE-2018-3639-specter-v4-

spectre v4 : 推测存储绕过 (CVE-2018-3639) Linux 概念验证

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
1117年前尚未审核
分享

CVE-2018-3639-specter-v4

spectre v4 : Speculative Store Bypass (CVE-2018-3639) proof of concept for Linux

  • build: gcc spectre-v4.cpp -o spectre

  • run: ./spectre

  • result:

    --------attack--------

    low than threshold:155

    low than threshold:144

    low than threshold:133

    low than threshold:0

    low than threshold:1

    --------attack--------

    low than threshold:133

    low than threshold:0

    low than threshold:1

    --------attack--------

    low than threshold:0

    low than threshold:1

  • Question:

    every time I want use the same victim function to get other secret data, it will be failed.

    I guess it is because the two instruction will be marked dependent load and store, so it won't speculate the load instruction.

下载工具