Page 57 - index
P. 57
...
Start build docker: rhel7.1
Red Hat Enterprise Linux Server release 7.1 (Maipo)
CVE-2015-(3245,3246): VULNERABLE
...
Start build docker: fedora:20
Fedora release 20 (Heisenbug)
CVE-2015-(3245,3246): Not vulnerable
...
Demo:
Clean:
After a few tests, it´s important not forget to stop the containers and delete them:
$ docker stop $(docker ps -a -q)
$ docker rm $(docker ps -a -q)
You have to for the images as well:
$ docker rmi $(docker images -q)
Tool:
The code can be found on github:
http://github.com/infobyte/distro_checker
To-Do:
Doing a similar process using Vagrant, we would be able to try out all kinds of vulnerabilities, as
that would be a complete virtualization setting.
57 Cyber Warnings E-Magazine – August 2015 Edition
Copyright © Cyber Defense Magazine, All rights reserved worldwide