How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dorianVolpe/cve-2022-0847"
config.vm.box_version = "1"
end
vagrant init dorianVolpe/cve-2022-0847 \
--box-version 1
vagrant up
This version was created 4 months ago.
Two users. One named vagrant (passwd: vagrant) that has sudo privileges and another one name attacker (passwd: attack) that has no sudo privileges and have an exploit to test the vulnerability (/home/attacker/exploits).
Exploit is form this repository: https://github.com/AlexisAhmed/CVE-2022-0847-DirtyPipe-Exploits