openvas-docker icon indicating copy to clipboard operation
openvas-docker copied to clipboard

Getting “Result: Report outdated Scan Engine / Environment (local)” reports

Open 2nutz4u opened this issue 4 years ago • 13 comments

I get the following report Result: Report outdated / end-of-life Scan Engine / Environment (local) after a scan. I have deleted and rebuilt the docker image but the problem persist. Similar issue reported here https://community.greenbone.net/t/openvas-9-0-1-update-to-9-0-3-centos/1859

Thank you.

2nutz4u avatar May 19 '20 22:05 2nutz4u

Getting the same issue, GVM needs to be updated Seeing this in the every report: Installed GVM Libraries (gvm-libs) version: 9.0.3 Latest available GVM Libraries (gvm-libs) version: 10.0.1 Reference URL(s) for the latest available version: https://community.greenbone.net/t/gvm-11-stable-initial-release-2019-10-14/3674 / https://community.greenbone.net/t/gvm-10-old-stable-initial-release-2019-04-05/208

mrod23 avatar May 29 '20 17:05 mrod23

is there any update on this?

richardklein avatar Jun 21 '20 09:06 richardklein

It appears the latest version has been updated to 10, but the image is lagging behind in versions so the scanner is complaining.

mattdavenport avatar Jul 02 '20 14:07 mattdavenport

Maybe it is possible to update GVM from within the container? If so: how?

kampfflunder avatar Aug 26 '20 15:08 kampfflunder

Updating requires downloading and recompiling the updated components. I'm working on an alternative docker image including the latest version of everything. I will either share here or PR it once I've got it working acceptably.

iamjoeker avatar Aug 28 '20 03:08 iamjoeker

Thanks in advance, we will wonder to try it out.

mayantec avatar Aug 28 '20 16:08 mayantec

Updating requires downloading and recompiling the updated components. I'm working on an alternative docker image including the latest version of everything. I will either share here or PR it once I've got it working acceptably.

Did You succeed?

mayantec avatar Sep 25 '20 20:09 mayantec

let us know if there is a version 10 avail?

thank you

xoroz avatar Oct 01 '20 13:10 xoroz

Done, for now:

docker run --name=openvas -d -ti -p 9443:9443 m4ch1n3s/openvas20 Wait for 10 minutes or 15 to get up to date, and then change the password docker exec -ti openvas gvmd --user=admin --new-password=new_password

and go trow https://ip:9443

kukulkanos avatar Dec 23 '20 01:12 kukulkanos

Done, for now:

docker run --name=openvas -d -ti -p 9443:9443 m4ch1n3s/openvas20 Wait for 10 minutes or 15 to get up to date, and then change the password docker exec -ti openvas gvmd --user=admin --new-password=new_password

and go trow https://ip:9443

Thanks, works as expected.

koonoh avatar Dec 23 '20 01:12 koonoh

@kukulkanos can you give us the code for how you build this? I wouldn't run a security scanner with my keys with an untrusted image from the internet

tuwid avatar Mar 20 '22 14:03 tuwid

@tuwid Here is a bunch of files I've rescued from my build machine, you have to provide the downloadables, because if I provide so, will loose the purpose of building a trustable image. Put all the files in the source folder that is not existent, also the initial feeds if you want to save some time, because is not the same update than download for the very first time (in the feeds folder, non existent). Also could happen that will not work, because was created in december 2021. https://github.com/kukulkanos/openvascontainer

kukulkanos avatar Mar 20 '22 16:03 kukulkanos

Thank you sir!

tuwid avatar Mar 20 '22 16:03 tuwid