Skip to content

Latest commit

 

History

History

CVE-2019-6111

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

CVE-2019-6110 / CVE-2019-6111

About

PoC / Exploit

Environment used

  • Ubuntu 20.04 LTS
  • OpenSSH 7.9

Reproduction

  • Server
docker run --rm -p 5555:5555 -it simaofsilva/cve-2019-6111 
  • Client
docker run --rm -it simaofsilva/cve-2019-6111-client
scp -P 5555 {USER}@{IP}:{FILE} .

The result of ls -a will show the file requested FILE with his content adulterated and another called exploit.txt.
The FILE must be in the home directory of USER.

Links